Started GET "/" for 127.0.0.1 at 2016-01-12 17:34:00 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (1.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' SQLite3::SQLException: no such table: hatchy_projects: SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (51.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (90.8ms) Completed 500 Internal Server Error in 308ms (ActiveRecord: 17.5ms) ActionView::Template::Error (SQLite3::SQLException: no such table: hatchy_projects: SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online'): 2: .container 3: %h2.text-center Discover Amazing Projects 4: .owl-carousel#owl-projects 5: - @recommended_projects.each do |project| 6: .items 7: = render "hatchy/shared/project", project: project sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.11) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.1.14) lib/active_record/connection_adapters/sqlite3_adapter.rb:301:in `block in exec_query' activerecord (4.1.14) lib/active_record/connection_adapters/abstract_adapter.rb:378:in `block in log' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.1.14) lib/active_record/connection_adapters/abstract_adapter.rb:372:in `log' activerecord (4.1.14) lib/active_record/connection_adapters/sqlite3_adapter.rb:298:in `exec_query' activerecord (4.1.14) lib/active_record/connection_adapters/sqlite3_adapter.rb:510:in `select' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/database_statements.rb:24:in `select_all' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in select_all' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/query_cache.rb:83:in `cache_sql' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `select_all' activerecord (4.1.14) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.1.14) lib/active_record/relation.rb:611:in `exec_queries' activerecord (4.1.14) lib/active_record/relation.rb:493:in `load' activerecord (4.1.14) lib/active_record/relation.rb:238:in `to_a' activerecord (4.1.14) lib/active_record/relation/delegation.rb:46:in `each' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml:5:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_home__recommended_projects_html_haml___4552207471463292456_20555200' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml:4:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_home_index_html_haml___851686229548262195_24998360' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (19.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (35.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (20.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (42.0ms)  (156.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.3ms) select sqlite_version(*)  (155.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHatchyAnnouncements (20160111174923)  (0.2ms) begin transaction  (0.9ms) CREATE TABLE "hatchy_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text(80) NOT NULL, "starts_at" datetime NOT NULL, "ends_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174923"]]  (166.4ms) commit transaction Migrating to CreateHatchyBanks (20160111174945)  (0.2ms) begin transaction  (0.8ms) CREATE TABLE "hatchy_banks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(80) NOT NULL, "code" varchar(10) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE UNIQUE INDEX "index_hatchy_banks_on_code" ON "hatchy_banks" ("code") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174945"]]  (171.1ms) commit transaction Migrating to CreateHatchyBankAccounts (20160111175001)  (0.2ms) begin transaction  (0.8ms) CREATE TABLE "hatchy_bank_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "bank_id" integer, "account" varchar(255) NOT NULL, "account_digit" varchar(255) NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.5ms) CREATE INDEX "index_hatchy_bank_accounts_on_user_id_and_bank_id" ON "hatchy_bank_accounts" ("user_id", "bank_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175001"]]  (170.4ms) commit transaction Migrating to CreateHatchyCategories (20160111175017)  (0.3ms) begin transaction  (0.8ms) CREATE TABLE "hatchy_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE UNIQUE INDEX "index_hatchy_categories_on_name" ON "hatchy_categories" ("name") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175017"]]  (172.5ms) commit transaction Migrating to CreateHatchyContributions (20160111175037)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "hatchy_contributions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "user_id" integer, "reward_id" integer, "country_id" integer, "value" decimal NOT NULL, "status" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "email" varchar(255) NOT NULL, "document" varchar(255) NOT NULL, "address_street" varchar(255) NOT NULL, "address_number" varchar(255) NOT NULL, "address_city" varchar(255) NOT NULL, "address_zip" varchar(255) NOT NULL, "address_state" varchar(255) NOT NULL, "address_phone" varchar(255) NOT NULL, "ip_address" varchar(255), "card_type" varchar(255) NOT NULL, "card_expires_on" date NOT NULL, "anonymous" boolean DEFAULT 'f', "notified_when_finish" boolean, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_hatchy_contributions_on_project_id" ON "hatchy_contributions" ("project_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_contributions_on_user_id" ON "hatchy_contributions" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_contributions_on_reward_id" ON "hatchy_contributions" ("reward_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_contributions_on_country_id" ON "hatchy_contributions" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175037"]]  (140.0ms) commit transaction Migrating to CreateHatchyCountries (20160111175055)  (0.2ms) begin transaction  (0.9ms) CREATE TABLE "hatchy_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "code2" varchar(255), "code3" varchar(255), "continent" varchar(255), "tld" varchar(255), "currency" varchar(255), "eu_member" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175055"]]  (138.6ms) commit transaction Migrating to CreateHatchyRewards (20160111175124)  (0.2ms) begin transaction  (0.9ms) CREATE TABLE "hatchy_rewards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "min_value" decimal NOT NULL, "max_contributions" integer, "description" varchar(255) NOT NULL, "row_order" integer, "deliver_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_hatchy_rewards_on_project_id" ON "hatchy_rewards" ("project_id") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175124"]]  (149.4ms) commit transaction Migrating to CreateHatchyProjects (20160111175139)  (0.2ms) begin transaction  (0.8ms) CREATE TABLE "hatchy_projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "category_id" integer, "project_img" varchar(255), "city" varchar(255), "name" varchar(50) NOT NULL, "headline" varchar(255), "about" varchar(255), "budget" varchar(255), "video_url" varchar(255), "short_url" varchar(255), "goal" decimal(8,2), "online_days" integer, "online_date" datetime, "expires_at" datetime, "rejected_at" datetime, "send_to_draft_at" datetime, "status" varchar(255) NOT NULL, "recommended" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_hatchy_projects_on_user_id" ON "hatchy_projects" ("user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_projects_on_category_id" ON "hatchy_projects" ("category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175139"]]  (137.8ms) commit transaction Migrating to CreateHatchyProjectAccounts (20160111175158)  (0.2ms) begin transaction  (1.1ms) CREATE TABLE "hatchy_project_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "bank_id" integer, "account_type" varchar(255), "email" varchar(255), "phone" varchar(255), "account" varchar(255), "account_digit" varchar(255), "owner_name" varchar(255), "owner_document" varchar(255), "address_street" varchar(255), "address_number" varchar(255), "address_city" varchar(255), "address_state" varchar(255), "address_zip" varchar(255), "send_to_draft_at" datetime, "send_to_analysis_at" datetime, "send_to_rejected_at" datetime, "created_at" datetime, "updated_at" datetime)   (0.5ms) CREATE INDEX "index_hatchy_project_accounts_on_project_id" ON "hatchy_project_accounts" ("project_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.5ms) CREATE INDEX "index_hatchy_project_accounts_on_bank_id" ON "hatchy_project_accounts" ("bank_id") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175158"]]  (155.4ms) commit transaction Migrating to DeviseCreateHatchyUsers (20160111175249)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "hatchy_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country_id" integer, "profile_img" varchar(255), "cover_img" varchar(255), "facebook_link" varchar(255), "twitter_link" varchar(255), "other_link" varchar(255), "first_name" varchar(255), "last_name" varchar(255), "about" varchar(255), "newsletter" boolean DEFAULT 't' NOT NULL, "subs_projects" boolean DEFAULT 't' NOT NULL, "locale" varchar(255) DEFAULT 'en' NOT NULL, "address_street" varchar(255), "address_number" varchar(255), "address_city" varchar(255), "address_state" varchar(255), "address_zip" varchar(255), "document" varchar(255), "phone" varchar(255), "mobile" varchar(255), "admin" boolean DEFAULT 'f' NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_hatchy_users_on_email" ON "hatchy_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_hatchy_users_on_reset_password_token" ON "hatchy_users" ("reset_password_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_users_on_country_id" ON "hatchy_users" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175249"]]  (146.9ms) commit transaction Migrating to CreateHatchyCategoryFollowers (20160111181655)  (0.2ms) begin transaction  (0.9ms) CREATE TABLE "hatchy_category_followers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.5ms) CREATE INDEX "index_hatchy_category_followers_on_user_id_and_category_id" ON "hatchy_category_followers" ("user_id", "category_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111181655"]]  (161.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_banks_on_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_banks_on_code' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_categories_on_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_categories_on_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index' Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:36.785114"], ["name", "Art"], ["updated_at", "2016-01-12 23:34:36.785114"]]  (159.8ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1  (0.3ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:36.954031"], ["name", "Visual Arts"], ["updated_at", "2016-01-12 23:34:36.954031"]]  (160.9ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:37.121446"], ["name", "Circus"], ["updated_at", "2016-01-12 23:34:37.121446"]]  (138.5ms) commit transaction Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:37.273452"], ["name", "Community"], ["updated_at", "2016-01-12 23:34:37.273452"]]  (144.7ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:37.423620"], ["name", "Humor"], ["updated_at", "2016-01-12 23:34:37.423620"]]  (173.2ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:37.602345"], ["name", "Comicbooks"], ["updated_at", "2016-01-12 23:34:37.602345"]]  (150.5ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:37.759345"], ["name", "Dance"], ["updated_at", "2016-01-12 23:34:37.759345"]]  (141.2ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:37.906315"], ["name", "Design"], ["updated_at", "2016-01-12 23:34:37.906315"]]  (149.9ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:38.063100"], ["name", "Events"], ["updated_at", "2016-01-12 23:34:38.063100"]]  (149.7ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:38.219742"], ["name", "Fashion"], ["updated_at", "2016-01-12 23:34:38.219742"]]  (160.9ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:38.388089"], ["name", "Gastronomy"], ["updated_at", "2016-01-12 23:34:38.388089"]]  (148.7ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:38.544093"], ["name", "Film & Video"], ["updated_at", "2016-01-12 23:34:38.544093"]]  (138.6ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:38.689763"], ["name", "Games"], ["updated_at", "2016-01-12 23:34:38.689763"]]  (127.3ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:38.824025"], ["name", "Journalism"], ["updated_at", "2016-01-12 23:34:38.824025"]]  (149.7ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:38.980757"], ["name", "Music"], ["updated_at", "2016-01-12 23:34:38.980757"]]  (149.3ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:39.134097"], ["name", "Photography"], ["updated_at", "2016-01-12 23:34:39.134097"]]  (143.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:39.279567"], ["name", "Science & Technology"], ["updated_at", "2016-01-12 23:34:39.279567"]]  (132.2ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:39.418810"], ["name", "Theatre"], ["updated_at", "2016-01-12 23:34:39.418810"]]  (127.0ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:39.553032"], ["name", "Sport"], ["updated_at", "2016-01-12 23:34:39.553032"]]  (127.4ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:39.687302"], ["name", "Web"], ["updated_at", "2016-01-12 23:34:39.687302"]]  (138.4ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:39.832736"], ["name", "Carnival"], ["updated_at", "2016-01-12 23:34:39.832736"]]  (138.6ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:39.978165"], ["name", "Architecture & Urbanism"], ["updated_at", "2016-01-12 23:34:39.978165"]]  (161.4ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:40.146477"], ["name", "Literature"], ["updated_at", "2016-01-12 23:34:40.146477"]]  (127.7ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:40.280141"], ["name", "Mobility & Transportation"], ["updated_at", "2016-01-12 23:34:40.280141"]]  (151.5ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:40.437137"], ["name", "Environment"], ["updated_at", "2016-01-12 23:34:40.437137"]]  (160.7ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:40.604175"], ["name", "Social Business"], ["updated_at", "2016-01-12 23:34:40.604175"]]  (140.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:40.747392"], ["name", "Education"], ["updated_at", "2016-01-12 23:34:40.747392"]]  (131.9ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:40.884874"], ["name", "Fiction Films"], ["updated_at", "2016-01-12 23:34:40.884874"]]  (162.0ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1  (0.3ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:41.053979"], ["name", "Documentary Films"], ["updated_at", "2016-01-12 23:34:41.053979"]]  (160.9ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:41.221909"], ["name", "Experimental Films"], ["updated_at", "2016-01-12 23:34:41.221909"]]  (216.4ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2016-01-12 23:34:41.445411"], ["name", "Health"], ["updated_at", "2016-01-12 23:34:41.445411"]]  (160.7ms) commit transaction Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = 'Fake Bank' AND "hatchy_banks"."code" = '69' LIMIT 1  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '69' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_banks" ("code", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["code", "69"], ["created_at", "2016-01-12 23:34:41.625578"], ["name", "Fake Bank"], ["updated_at", "2016-01-12 23:34:41.625578"]]  (149.8ms) commit transaction Hatchy::Bank Load (0.5ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = 'Fake Second Bank' AND "hatchy_banks"."code" = '96' LIMIT 1  (0.2ms) begin transaction Hatchy::Bank Exists (0.3ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '96' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_banks" ("code", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["code", "96"], ["created_at", "2016-01-12 23:34:41.781244"], ["name", "Fake Second Bank"], ["updated_at", "2016-01-12 23:34:41.781244"]]  (194.1ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_countries" Started GET "/" for 127.0.0.1 at 2016-01-12 17:35:00 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (21.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:35:03.062805' and ends_at >= '2016-01-12 23:35:03.062805') Completed 200 OK in 2967ms (Views: 2950.7ms | ActiveRecord: 2.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-12 17:35:03 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-12 17:35:06 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (132.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:35:07.081011' and ends_at >= '2016-01-12 23:35:07.081011') Completed 200 OK in 260ms (Views: 227.8ms | ActiveRecord: 0.7ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-12 17:35:11 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SkEbZa383vQt0Sors1prnSfqjDhjL4IFPFzc1QIiOOU=", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 401 Unauthorized in 10ms (ActiveRecord: 0.5ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SkEbZa383vQt0Sors1prnSfqjDhjL4IFPFzc1QIiOOU=", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:35:11.364684' and ends_at >= '2016-01-12 23:35:11.364684') Completed 200 OK in 171ms (Views: 83.5ms | ActiveRecord: 0.2ms) Started GET "/users/sign_up" for 127.0.0.1 at 2016-01-12 17:35:13 -0600 Processing by Devise::RegistrationsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/registrations/new.html.haml within layouts/hatchy/application (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:35:13.964883' and ends_at >= '2016-01-12 23:35:13.964883') Completed 200 OK in 115ms (Views: 113.5ms | ActiveRecord: 0.2ms) Started POST "/users" for 127.0.0.1 at 2016-01-12 17:35:18 -0600 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SkEbZa383vQt0Sors1prnSfqjDhjL4IFPFzc1QIiOOU=", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Let me in now!"}  (0.2ms) begin transaction Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "hatchy_users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2016-01-12 23:35:18.112554"], ["email", "test@mail.com"], ["encrypted_password", "$2a$10$IWRT3bEJ6VXfShU.2Ffq4.txiz0Amte6BA6JE3tCDtSKCT6hdUHa."], ["updated_at", "2016-01-12 23:35:18.112554"]]  (138.3ms) commit transaction  (0.2ms) begin transaction Binary data inserted for `string` type on column `current_sign_in_ip` Binary data inserted for `string` type on column `last_sign_in_ip` SQL (0.3ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 1 [["current_sign_in_at", "2016-01-12 23:35:18.256144"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_at", "2016-01-12 23:35:18.256144"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-12 23:35:18.257951"]]  (159.4ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 425ms (ActiveRecord: 299.1ms) Started GET "/" for 127.0.0.1 at 2016-01-12 17:35:18 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.2ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:35:18.473106' and ends_at >= '2016-01-12 23:35:18.473106') Completed 200 OK in 104ms (Views: 102.2ms | ActiveRecord: 0.9ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-12 17:35:22 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:35:22.809192' and ends_at >= '2016-01-12 23:35:22.809192') Completed 200 OK in 182ms (Views: 103.5ms | ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2016-01-12 17:35:29 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.9ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:35:29.232299' and ends_at >= '2016-01-12 23:35:29.232299') Completed 200 OK in 113ms (Views: 111.4ms | ActiveRecord: 0.6ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:35:33 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (15.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:35:33.208714' and ends_at >= '2016-01-12 23:35:33.208714') Completed 200 OK in 206ms (Views: 114.6ms | ActiveRecord: 1.4ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:35:33 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (122.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (14.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (28.6ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:37:43 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (17.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:37:43.752069' and ends_at >= '2016-01-12 23:37:43.752069') Completed 200 OK in 118ms (Views: 111.3ms | ActiveRecord: 1.1ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:37:43 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (135.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (13.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (27.0ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-12 17:39:07 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (20.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:39:08.009188' and ends_at >= '2016-01-12 23:39:08.009188') Completed 200 OK in 177ms (Views: 121.0ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:08 -0600 Started GET "/projects/new" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:39:13.576576' and ends_at >= '2016-01-12 23:39:13.576576') Completed 200 OK in 103ms (Views: 97.9ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:13 -0600 Started POST "/projects" for 127.0.0.1 at 2016-01-12 17:39:17 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SkEbZa383vQt0Sors1prnSfqjDhjL4IFPFzc1QIiOOU=", "project"=>{"name"=>"NOTGME", "category_id"=>"22"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_projects" ("category_id", "created_at", "name", "send_to_draft_at", "status", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["category_id", 22], ["created_at", "2016-01-12 23:39:17.662439"], ["name", "NOTGME"], ["send_to_draft_at", "2016-01-12 23:39:17.663084"], ["status", "draft"], ["updated_at", "2016-01-12 23:39:17.662439"], ["user_id", 1]]  (268.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 281ms (ActiveRecord: 269.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-12 17:39:17 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.6ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (24.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.9ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (18.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (42.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (61.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (163.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:39:18.163834' and ends_at >= '2016-01-12 23:39:18.163834') Completed 200 OK in 296ms (Views: 257.5ms | ActiveRecord: 3.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-12 17:39:18 -0600 Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-12 17:39:21 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:41:12 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:41:12.075008' and ends_at >= '2016-01-12 23:41:12.075008') Completed 200 OK in 118ms (Views: 111.2ms | ActiveRecord: 1.0ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:41:12 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (17.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (178.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (20.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (41.9ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:41:20 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:41:20.799070' and ends_at >= '2016-01-12 23:41:20.799070') Completed 200 OK in 117ms (Views: 108.1ms | ActiveRecord: 1.1ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:41:20 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (162.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (15.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (35.1ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:41:38 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:41:38.167040' and ends_at >= '2016-01-12 23:41:38.167040') Completed 200 OK in 117ms (Views: 109.4ms | ActiveRecord: 1.2ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:41:38 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (158.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (20.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (34.0ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:42:44 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:42:44.723950' and ends_at >= '2016-01-12 23:42:44.723950') Completed 200 OK in 117ms (Views: 111.2ms | ActiveRecord: 0.7ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:42:44 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (153.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (14.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (27.5ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:43:36 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:43:36.352349' and ends_at >= '2016-01-12 23:43:36.352349') Completed 200 OK in 115ms (Views: 109.1ms | ActiveRecord: 1.1ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:43:36 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (18.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (191.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (21.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (39.4ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:44:10 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:44:10.685609' and ends_at >= '2016-01-12 23:44:10.685609') Completed 200 OK in 128ms (Views: 123.6ms | ActiveRecord: 0.8ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:44:10 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (15.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (166.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (16.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (30.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.9ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (49.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:44:22.594617' and ends_at >= '2016-01-12 23:44:22.594617') Completed 200 OK in 153ms (Views: 142.2ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-12 17:44:22 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:44:43 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (18.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:44:43.422073' and ends_at >= '2016-01-12 23:44:43.422073') Completed 200 OK in 123ms (Views: 116.8ms | ActiveRecord: 0.9ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:44:43 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (140.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (16.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (33.5ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:44:46 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:44:46.594787' and ends_at >= '2016-01-12 23:44:46.594787') Completed 200 OK in 120ms (Views: 113.2ms | ActiveRecord: 1.2ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:44:46 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (148.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (17.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (35.3ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:45:40 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:45:40.922266' and ends_at >= '2016-01-12 23:45:40.922266') Completed 200 OK in 122ms (Views: 110.3ms | ActiveRecord: 0.7ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:45:41 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (16.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (181.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (17.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (40.5ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:45:44 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:45:44.464626' and ends_at >= '2016-01-12 23:45:44.464626') Completed 200 OK in 120ms (Views: 114.1ms | ActiveRecord: 0.9ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:45:44 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (134.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (16.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (35.1ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 17:45:50 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (20.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-12 23:45:50.069157' and ends_at >= '2016-01-12 23:45:50.069157') Completed 200 OK in 120ms (Views: 114.8ms | ActiveRecord: 0.8ms) Started GET "/javascripts/hatchy/users/edit.js" for 127.0.0.1 at 2016-01-12 17:45:50 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/hatchy/users/edit.js"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (15.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (124.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (16.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (34.4ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:36:49 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (20.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:36:49.622475' and ends_at >= '2016-01-13 00:36:49.622475') Completed 200 OK in 308ms (Views: 239.2ms | ActiveRecord: 4.7ms) Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:36:49 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:36:49 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:40:00 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (24.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:40:00.556063' and ends_at >= '2016-01-13 00:40:00.556063') Completed 200 OK in 123ms (Views: 117.5ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:40:00 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:41:14 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:41:14.350748' and ends_at >= '2016-01-13 00:41:14.350748') Completed 200 OK in 307ms (Views: 236.5ms | ActiveRecord: 3.9ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:41:14 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:42:10 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (19.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:42:10.050817' and ends_at >= '2016-01-13 00:42:10.050817') Completed 200 OK in 114ms (Views: 108.7ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:42:10 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:42:10 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:42:18 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:42:18.475212' and ends_at >= '2016-01-13 00:42:18.475212') Completed 200 OK in 97ms (Views: 90.6ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:42:18 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:42:18 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:42:21 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:42:21.423014' and ends_at >= '2016-01-13 00:42:21.423014') Completed 200 OK in 98ms (Views: 92.5ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:42:21 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:42:21 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:43:23 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:43:23.552569' and ends_at >= '2016-01-13 00:43:23.552569') Completed 200 OK in 128ms (Views: 119.0ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:43:23 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:43:23 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:43:25 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:43:25.895849' and ends_at >= '2016-01-13 00:43:25.895849') Completed 200 OK in 103ms (Views: 96.8ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:43:25 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:43:25 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:44:04 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:44:04.501505' and ends_at >= '2016-01-13 00:44:04.501505') Completed 200 OK in 107ms (Views: 97.5ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:44:04 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:44:04 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:44:48 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:44:48.787549' and ends_at >= '2016-01-13 00:44:48.787549') Completed 200 OK in 125ms (Views: 118.6ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:44:48 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:44:48 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:44:59 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:44:59.093032' and ends_at >= '2016-01-13 00:44:59.093032') Completed 200 OK in 102ms (Views: 97.2ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:44:59 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:44:59 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:47:15 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (3.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:47:15.851064' and ends_at >= '2016-01-13 00:47:15.851064') Completed 200 OK in 111ms (Views: 102.6ms | ActiveRecord: 3.5ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:47:15 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:47:15 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:47:25 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (32.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (40.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:47:25.300405' and ends_at >= '2016-01-13 00:47:25.300405') Completed 200 OK in 145ms (Views: 139.4ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:47:25 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:47:25 -0600 Started PATCH "/users/1" for 127.0.0.1 at 2016-01-12 18:47:55 -0600 Processing by Hatchy::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SkEbZa383vQt0Sors1prnSfqjDhjL4IFPFzc1QIiOOU=", "user"=>{"first_name"=>"Test", "last_name"=>"mail", "profile_img"=>#, @original_filename="costanza.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"user[profile_img]\"; filename=\"costanza.jpg\"\r\nContent-Type: image/jpeg\r\n">, "facebook_link"=>"http://www.fb.com", "twitter_link"=>"http://www.tw.com", "about"=>"this is the about"}, "anchor"=>"about_you", "commit"=>"Save Profile", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) UPDATE "hatchy_users" SET "about" = ?, "facebook_link" = ?, "first_name" = ?, "last_name" = ?, "profile_img" = ?, "twitter_link" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 1 [["about", "this is the about"], ["facebook_link", "http://www.fb.com"], ["first_name", "Test"], ["last_name", "mail"], ["profile_img", "costanza.jpg"], ["twitter_link", "http://www.tw.com"], ["updated_at", "2016-01-13 00:47:55.040620"]]  (211.8ms) commit transaction Redirected to http://localhost:3000/users/1/edit#about_you Completed 302 Found in 253ms (ActiveRecord: 213.3ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:47:55 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:47:55.304360' and ends_at >= '2016-01-13 00:47:55.304360') Completed 200 OK in 111ms (Views: 105.0ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:47:55 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:47:55 -0600 Started GET "/" for 127.0.0.1 at 2016-01-12 18:47:59 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (13.2ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:47:59.887992' and ends_at >= '2016-01-13 00:47:59.887992') Completed 200 OK in 118ms (Views: 109.1ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:00 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:00 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-12 18:48:02 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (36.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (51.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:48:02.609771' and ends_at >= '2016-01-13 00:48:02.609771') Completed 200 OK in 150ms (Views: 140.1ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:02 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:02 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-12 18:48:04 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-12 18:48:04 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.2ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (14.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (6.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (93.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:48:04.870116' and ends_at >= '2016-01-13 00:48:04.870116') Completed 200 OK in 224ms (Views: 184.2ms | ActiveRecord: 2.9ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:04 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:04 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-12 18:48:16 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SkEbZa383vQt0Sors1prnSfqjDhjL4IFPFzc1QIiOOU=", "project"=>{"project_img"=>#, @original_filename="circus.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"circus.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"this is headline"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) rollback transaction Redirected to http://localhost:3000/projects/1/edit#project_card Completed 302 Found in 15ms (ActiveRecord: 1.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-12 18:48:16 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (9.9ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (54.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:48:16.770853' and ends_at >= '2016-01-13 00:48:16.770853') Completed 200 OK in 159ms (Views: 149.7ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:16 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:16 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-12 18:48:24 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SkEbZa383vQt0Sors1prnSfqjDhjL4IFPFzc1QIiOOU=", "project"=>{"name"=>"NOTGME", "category_id"=>"22", "city"=>"Mont"}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "city" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["city", "Mont"], ["updated_at", "2016-01-13 00:48:24.224265"]]  (291.8ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 302ms (ActiveRecord: 293.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-12 18:48:24 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (15.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (48.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:48:24.593721' and ends_at >= '2016-01-13 00:48:24.593721') Completed 200 OK in 145ms (Views: 139.2ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:24 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:24 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-12 18:48:39 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SkEbZa383vQt0Sors1prnSfqjDhjL4IFPFzc1QIiOOU=", "project"=>{"project_img"=>#, @original_filename="circus.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"circus.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"this is headline"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "hatchy_projects" SET "headline" = ?, "project_img" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["headline", "this is headline"], ["project_img", "circus.jpg"], ["updated_at", "2016-01-13 00:48:39.788095"]]  (181.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#project_card Completed 302 Found in 208ms (ActiveRecord: 182.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-12 18:48:39 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (51.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:48:40.071378' and ends_at >= '2016-01-13 00:48:40.071378') Completed 200 OK in 156ms (Views: 149.7ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:40 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:40 -0600 Started GET "/" for 127.0.0.1 at 2016-01-12 18:48:44 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.0ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:48:44.730212' and ends_at >= '2016-01-13 00:48:44.730212') Completed 200 OK in 109ms (Views: 107.8ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:44 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:44 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:48:49 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:48:49.153641' and ends_at >= '2016-01-13 00:48:49.153641') Completed 200 OK in 115ms (Views: 109.5ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:49 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:48:49 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:50:08 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (10.1ms) Hatchy::Country Load (0.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (19.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (38.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:50:08.080750' and ends_at >= '2016-01-13 00:50:08.080750') Completed 200 OK in 150ms (Views: 142.2ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:50:08 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:50:08 -0600 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Art' AND "hatchy_categories"."id" != 1) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Visual Arts' AND "hatchy_categories"."id" != 2) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Circus' AND "hatchy_categories"."id" != 3) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Community' AND "hatchy_categories"."id" != 4) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Humor' AND "hatchy_categories"."id" != 5) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Comicbooks' AND "hatchy_categories"."id" != 6) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Dance' AND "hatchy_categories"."id" != 7) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Design' AND "hatchy_categories"."id" != 8) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Events' AND "hatchy_categories"."id" != 9) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Fashion' AND "hatchy_categories"."id" != 10) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Gastronomy' AND "hatchy_categories"."id" != 11) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Film & Video' AND "hatchy_categories"."id" != 12) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Games' AND "hatchy_categories"."id" != 13) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Journalism' AND "hatchy_categories"."id" != 14) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Music' AND "hatchy_categories"."id" != 15) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Photography' AND "hatchy_categories"."id" != 16) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Science & Technology' AND "hatchy_categories"."id" != 17) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Theatre' AND "hatchy_categories"."id" != 18) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Sport' AND "hatchy_categories"."id" != 19) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Web' AND "hatchy_categories"."id" != 20) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Carnival' AND "hatchy_categories"."id" != 21) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Architecture & Urbanism' AND "hatchy_categories"."id" != 22) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Literature' AND "hatchy_categories"."id" != 23) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Mobility & Transportation' AND "hatchy_categories"."id" != 24) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Environment' AND "hatchy_categories"."id" != 25) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Social Business' AND "hatchy_categories"."id" != 26) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Education' AND "hatchy_categories"."id" != 27) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Fiction Films' AND "hatchy_categories"."id" != 28) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Documentary Films' AND "hatchy_categories"."id" != 29) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Experimental Films' AND "hatchy_categories"."id" != 30) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Health' AND "hatchy_categories"."id" != 31) LIMIT 1  (0.0ms) commit transaction Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = 'Fake Bank' AND "hatchy_banks"."code" = '69' LIMIT 1  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE ("hatchy_banks"."code" = '69' AND "hatchy_banks"."id" != 1) LIMIT 1  (0.0ms) commit transaction Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = 'Fake Second Bank' AND "hatchy_banks"."code" = '96' LIMIT 1  (0.8ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE ("hatchy_banks"."code" = '96' AND "hatchy_banks"."id" != 2) LIMIT 1  (0.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_countries" Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Art' AND "hatchy_categories"."id" != 1) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Visual Arts' AND "hatchy_categories"."id" != 2) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Circus' AND "hatchy_categories"."id" != 3) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Community' AND "hatchy_categories"."id" != 4) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Humor' AND "hatchy_categories"."id" != 5) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Comicbooks' AND "hatchy_categories"."id" != 6) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Dance' AND "hatchy_categories"."id" != 7) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Design' AND "hatchy_categories"."id" != 8) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Events' AND "hatchy_categories"."id" != 9) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Fashion' AND "hatchy_categories"."id" != 10) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Gastronomy' AND "hatchy_categories"."id" != 11) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Film & Video' AND "hatchy_categories"."id" != 12) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Games' AND "hatchy_categories"."id" != 13) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Journalism' AND "hatchy_categories"."id" != 14) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Music' AND "hatchy_categories"."id" != 15) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Photography' AND "hatchy_categories"."id" != 16) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Science & Technology' AND "hatchy_categories"."id" != 17) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Theatre' AND "hatchy_categories"."id" != 18) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Sport' AND "hatchy_categories"."id" != 19) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Web' AND "hatchy_categories"."id" != 20) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Carnival' AND "hatchy_categories"."id" != 21) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Architecture & Urbanism' AND "hatchy_categories"."id" != 22) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Literature' AND "hatchy_categories"."id" != 23) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Mobility & Transportation' AND "hatchy_categories"."id" != 24) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Environment' AND "hatchy_categories"."id" != 25) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Social Business' AND "hatchy_categories"."id" != 26) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Education' AND "hatchy_categories"."id" != 27) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Fiction Films' AND "hatchy_categories"."id" != 28) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Documentary Films' AND "hatchy_categories"."id" != 29) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Experimental Films' AND "hatchy_categories"."id" != 30) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Health' AND "hatchy_categories"."id" != 31) LIMIT 1  (0.0ms) commit transaction Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = 'Fake Bank' AND "hatchy_banks"."code" = '69' LIMIT 1  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE ("hatchy_banks"."code" = '69' AND "hatchy_banks"."id" != 1) LIMIT 1  (0.0ms) commit transaction Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = 'Fake Second Bank' AND "hatchy_banks"."code" = '96' LIMIT 1  (0.0ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE ("hatchy_banks"."code" = '96' AND "hatchy_banks"."id" != 2) LIMIT 1  (0.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_countries" Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Art' AND "hatchy_categories"."id" != 1) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Visual Arts' AND "hatchy_categories"."id" != 2) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Circus' AND "hatchy_categories"."id" != 3) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Community' AND "hatchy_categories"."id" != 4) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Humor' AND "hatchy_categories"."id" != 5) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Comicbooks' AND "hatchy_categories"."id" != 6) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Dance' AND "hatchy_categories"."id" != 7) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Design' AND "hatchy_categories"."id" != 8) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Events' AND "hatchy_categories"."id" != 9) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Fashion' AND "hatchy_categories"."id" != 10) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Gastronomy' AND "hatchy_categories"."id" != 11) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Film & Video' AND "hatchy_categories"."id" != 12) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Games' AND "hatchy_categories"."id" != 13) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Journalism' AND "hatchy_categories"."id" != 14) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Music' AND "hatchy_categories"."id" != 15) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Photography' AND "hatchy_categories"."id" != 16) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Science & Technology' AND "hatchy_categories"."id" != 17) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Theatre' AND "hatchy_categories"."id" != 18) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Sport' AND "hatchy_categories"."id" != 19) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Web' AND "hatchy_categories"."id" != 20) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Carnival' AND "hatchy_categories"."id" != 21) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Architecture & Urbanism' AND "hatchy_categories"."id" != 22) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Literature' AND "hatchy_categories"."id" != 23) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Mobility & Transportation' AND "hatchy_categories"."id" != 24) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Environment' AND "hatchy_categories"."id" != 25) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Social Business' AND "hatchy_categories"."id" != 26) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Education' AND "hatchy_categories"."id" != 27) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Fiction Films' AND "hatchy_categories"."id" != 28) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Documentary Films' AND "hatchy_categories"."id" != 29) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1  (0.7ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Experimental Films' AND "hatchy_categories"."id" != 30) LIMIT 1  (0.6ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Health' AND "hatchy_categories"."id" != 31) LIMIT 1  (0.0ms) commit transaction Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = 'Fake Bank' AND "hatchy_banks"."code" = '69' LIMIT 1  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE ("hatchy_banks"."code" = '69' AND "hatchy_banks"."id" != 1) LIMIT 1  (0.0ms) commit transaction Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = 'Fake Second Bank' AND "hatchy_banks"."code" = '96' LIMIT 1  (0.0ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE ("hatchy_banks"."code" = '96' AND "hatchy_banks"."id" != 2) LIMIT 1  (0.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_countries" Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Art' AND "hatchy_categories"."id" != 1) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Visual Arts' AND "hatchy_categories"."id" != 2) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Circus' AND "hatchy_categories"."id" != 3) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Community' AND "hatchy_categories"."id" != 4) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Humor' AND "hatchy_categories"."id" != 5) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Comicbooks' AND "hatchy_categories"."id" != 6) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Dance' AND "hatchy_categories"."id" != 7) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Design' AND "hatchy_categories"."id" != 8) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Events' AND "hatchy_categories"."id" != 9) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Fashion' AND "hatchy_categories"."id" != 10) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Gastronomy' AND "hatchy_categories"."id" != 11) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Film & Video' AND "hatchy_categories"."id" != 12) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Games' AND "hatchy_categories"."id" != 13) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Journalism' AND "hatchy_categories"."id" != 14) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Music' AND "hatchy_categories"."id" != 15) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Photography' AND "hatchy_categories"."id" != 16) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Science & Technology' AND "hatchy_categories"."id" != 17) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Theatre' AND "hatchy_categories"."id" != 18) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Sport' AND "hatchy_categories"."id" != 19) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Web' AND "hatchy_categories"."id" != 20) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Carnival' AND "hatchy_categories"."id" != 21) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Architecture & Urbanism' AND "hatchy_categories"."id" != 22) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Literature' AND "hatchy_categories"."id" != 23) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Mobility & Transportation' AND "hatchy_categories"."id" != 24) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Environment' AND "hatchy_categories"."id" != 25) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Social Business' AND "hatchy_categories"."id" != 26) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Education' AND "hatchy_categories"."id" != 27) LIMIT 1  (0.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Fiction Films' AND "hatchy_categories"."id" != 28) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Documentary Films' AND "hatchy_categories"."id" != 29) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Experimental Films' AND "hatchy_categories"."id" != 30) LIMIT 1  (0.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1  (0.0ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE ("hatchy_categories"."name" = 'Health' AND "hatchy_categories"."id" != 31) LIMIT 1  (0.0ms) commit transaction Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = 'Fake Bank' AND "hatchy_banks"."code" = '69' LIMIT 1  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE ("hatchy_banks"."code" = '69' AND "hatchy_banks"."id" != 1) LIMIT 1  (0.0ms) commit transaction Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = 'Fake Second Bank' AND "hatchy_banks"."code" = '96' LIMIT 1  (0.0ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE ("hatchy_banks"."code" = '96' AND "hatchy_banks"."id" != 2) LIMIT 1  (0.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_countries"  (0.6ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AD"], ["code3", "AND"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:47.636838"], ["currency", "EUR"], ["name", "Andorra"], ["tld", "ad"], ["updated_at", "2016-01-13 00:58:47.636838"]]  (170.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AE"], ["code3", "ARE"], ["continent", "AS"], ["created_at", "2016-01-13 00:58:47.812593"], ["currency", "AED"], ["name", "United Arab Emirates"], ["tld", "ae"], ["updated_at", "2016-01-13 00:58:47.812593"]]  (163.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AF"], ["code3", "AFG"], ["continent", "AS"], ["created_at", "2016-01-13 00:58:47.980450"], ["currency", "AFN"], ["name", "Afghanistan"], ["tld", "af"], ["updated_at", "2016-01-13 00:58:47.980450"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AG"], ["code3", "ATG"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:48.125604"], ["currency", "XCD"], ["name", "Antigua and Barbuda"], ["tld", "ag"], ["updated_at", "2016-01-13 00:58:48.125604"]]  (129.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AI"], ["code3", "AIA"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:48.259863"], ["currency", "XCD"], ["name", "Anguilla"], ["tld", "ai"], ["updated_at", "2016-01-13 00:58:48.259863"]]  (129.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AL"], ["code3", "ALB"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:48.393988"], ["currency", "ALL"], ["name", "Albania"], ["tld", "al"], ["updated_at", "2016-01-13 00:58:48.393988"]]  (129.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AM"], ["code3", "ARM"], ["continent", "AS"], ["created_at", "2016-01-13 00:58:48.527302"], ["currency", "AMD"], ["name", "Armenia"], ["tld", "am"], ["updated_at", "2016-01-13 00:58:48.527302"]]  (131.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AO"], ["code3", "AGO"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:48.662696"], ["currency", "AOA"], ["name", "Angola"], ["tld", "ao"], ["updated_at", "2016-01-13 00:58:48.662696"]]  (140.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["code2", "AQ"], ["code3", "ATA"], ["continent", "AN"], ["created_at", "2016-01-13 00:58:48.808220"], ["name", "Antarctica"], ["tld", "aq"], ["updated_at", "2016-01-13 00:58:48.808220"]]  (140.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AR"], ["code3", "ARG"], ["continent", "SA"], ["created_at", "2016-01-13 00:58:48.953541"], ["currency", "ARS"], ["name", "Argentina"], ["tld", "ar"], ["updated_at", "2016-01-13 00:58:48.953541"]]  (129.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AS"], ["code3", "ASM"], ["continent", "OC"], ["created_at", "2016-01-13 00:58:49.087384"], ["currency", "USD"], ["name", "American Samoa"], ["tld", "as"], ["updated_at", "2016-01-13 00:58:49.087384"]]  (140.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AT"], ["code3", "AUT"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:49.233347"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Austria"], ["tld", "at"], ["updated_at", "2016-01-13 00:58:49.233347"]]  (142.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AU"], ["code3", "AUS"], ["continent", "OC"], ["created_at", "2016-01-13 00:58:49.380324"], ["currency", "AUD"], ["name", "Australia"], ["tld", "au"], ["updated_at", "2016-01-13 00:58:49.380324"]]  (152.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AW"], ["code3", "ABW"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:49.537226"], ["currency", "AWG"], ["name", "Aruba"], ["tld", "aw"], ["updated_at", "2016-01-13 00:58:49.537226"]]  (130.5ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AX"], ["code3", "ALA"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:49.682346"], ["currency", "EUR"], ["name", "Aland Islands"], ["tld", "ax"], ["updated_at", "2016-01-13 00:58:49.682346"]]  (130.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AZ"], ["code3", "AZE"], ["continent", "AS"], ["created_at", "2016-01-13 00:58:49.816825"], ["currency", "AZN"], ["name", "Azerbaijan"], ["tld", "az"], ["updated_at", "2016-01-13 00:58:49.816825"]]  (129.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BA"], ["code3", "BIH"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:49.951137"], ["currency", "BAM"], ["name", "Bosnia and Herzegovina"], ["tld", "ba"], ["updated_at", "2016-01-13 00:58:49.951137"]]  (129.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BB"], ["code3", "BRB"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:50.085383"], ["currency", "BBD"], ["name", "Barbados"], ["tld", "bb"], ["updated_at", "2016-01-13 00:58:50.085383"]]  (140.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BD"], ["code3", "BGD"], ["continent", "AS"], ["created_at", "2016-01-13 00:58:50.230664"], ["currency", "BDT"], ["name", "Bangladesh"], ["tld", "bd"], ["updated_at", "2016-01-13 00:58:50.230664"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BE"], ["code3", "BEL"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:50.376229"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Belgium"], ["tld", "be"], ["updated_at", "2016-01-13 00:58:50.376229"]]  (140.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BF"], ["code3", "BFA"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:50.521623"], ["currency", "XOF"], ["name", "Burkina Faso"], ["tld", "bf"], ["updated_at", "2016-01-13 00:58:50.521623"]]  (202.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BG"], ["code3", "BGR"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:50.729049"], ["currency", "BGN"], ["eu_member", "t"], ["name", "Bulgaria"], ["tld", "bg"], ["updated_at", "2016-01-13 00:58:50.729049"]]  (167.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BH"], ["code3", "BHR"], ["continent", "AS"], ["created_at", "2016-01-13 00:58:50.901329"], ["currency", "BHD"], ["name", "Bahrain"], ["tld", "bh"], ["updated_at", "2016-01-13 00:58:50.901329"]]  (131.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BI"], ["code3", "BDI"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:51.037214"], ["currency", "BIF"], ["name", "Burundi"], ["tld", "bi"], ["updated_at", "2016-01-13 00:58:51.037214"]]  (129.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BJ"], ["code3", "BEN"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:51.171490"], ["currency", "XOF"], ["name", "Benin"], ["tld", "bj"], ["updated_at", "2016-01-13 00:58:51.171490"]]  (196.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BL"], ["code3", "BLM"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:51.372684"], ["currency", "EUR"], ["name", "Saint Barthelemy"], ["tld", "gp"], ["updated_at", "2016-01-13 00:58:51.372684"]]  (173.9ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BM"], ["code3", "BMU"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:51.551391"], ["currency", "BMD"], ["name", "Bermuda"], ["tld", "bm"], ["updated_at", "2016-01-13 00:58:51.551391"]]  (173.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BN"], ["code3", "BRN"], ["continent", "AS"], ["created_at", "2016-01-13 00:58:51.730276"], ["currency", "BND"], ["name", "Brunei"], ["tld", "bn"], ["updated_at", "2016-01-13 00:58:51.730276"]]  (196.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BO"], ["code3", "BOL"], ["continent", "SA"], ["created_at", "2016-01-13 00:58:51.931155"], ["currency", "BOB"], ["name", "Bolivia"], ["tld", "bo"], ["updated_at", "2016-01-13 00:58:51.931155"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["code2", "BQ"], ["code3", "BES"], ["continent", ".bq"], ["created_at", "2016-01-13 00:58:52.076613"], ["name", "Bonaire, Saint Eustatius and Saba NA"], ["tld", "USD"], ["updated_at", "2016-01-13 00:58:52.076613"]]  (151.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BR"], ["code3", "BRA"], ["continent", "SA"], ["created_at", "2016-01-13 00:58:52.233223"], ["currency", "BRL"], ["name", "Brazil"], ["tld", "br"], ["updated_at", "2016-01-13 00:58:52.233223"]]  (196.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BS"], ["code3", "BHS"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:52.434233"], ["currency", "BSD"], ["name", "Bahamas"], ["tld", "bs"], ["updated_at", "2016-01-13 00:58:52.434233"]]  (196.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BT"], ["code3", "BTN"], ["continent", "AS"], ["created_at", "2016-01-13 00:58:52.635107"], ["currency", "BTN"], ["name", "Bhutan"], ["tld", "bt"], ["updated_at", "2016-01-13 00:58:52.635107"]]  (163.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BV"], ["code3", "BVT"], ["continent", "AN"], ["created_at", "2016-01-13 00:58:52.803158"], ["currency", "NOK"], ["name", "Bouvet Island"], ["tld", "bv"], ["updated_at", "2016-01-13 00:58:52.803158"]]  (164.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BW"], ["code3", "BWA"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:52.972210"], ["currency", "BWP"], ["name", "Botswana"], ["tld", "bw"], ["updated_at", "2016-01-13 00:58:52.972210"]]  (207.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BY"], ["code3", "BLR"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:53.184583"], ["currency", "BYR"], ["name", "Belarus"], ["tld", "by"], ["updated_at", "2016-01-13 00:58:53.184583"]]  (173.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "BZ"], ["code3", "BLZ"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:53.363103"], ["currency", "BZD"], ["name", "Belize"], ["tld", "bz"], ["updated_at", "2016-01-13 00:58:53.363103"]]  (162.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CA"], ["code3", "CAN"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:53.530701"], ["currency", "CAD"], ["name", "Canada"], ["tld", "ca"], ["updated_at", "2016-01-13 00:58:53.530701"]]  (140.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CC"], ["code3", "CCK"], ["continent", "AS"], ["created_at", "2016-01-13 00:58:53.676498"], ["currency", "AUD"], ["name", "Cocos Islands"], ["tld", "cc"], ["updated_at", "2016-01-13 00:58:53.676498"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CD"], ["code3", "COD"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:53.821554"], ["currency", "CDF"], ["name", "Democratic Republic of the Congo"], ["tld", "cd"], ["updated_at", "2016-01-13 00:58:53.821554"]]  (129.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CF"], ["code3", "CAF"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:53.956218"], ["currency", "XAF"], ["name", "Central African Republic"], ["tld", "cf"], ["updated_at", "2016-01-13 00:58:53.956218"]]  (151.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CG"], ["code3", "COG"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:54.111460"], ["currency", "XAF"], ["name", "Republic of the Congo"], ["tld", "cg"], ["updated_at", "2016-01-13 00:58:54.111460"]]  (143.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CH"], ["code3", "CHE"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:54.258320"], ["currency", "CHF"], ["name", "Switzerland"], ["tld", "ch"], ["updated_at", "2016-01-13 00:58:54.258320"]]  (129.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CI"], ["code3", "CIV"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:54.391435"], ["currency", "XOF"], ["name", "Ivory Coast"], ["tld", "ci"], ["updated_at", "2016-01-13 00:58:54.391435"]]  (187.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CK"], ["code3", "COK"], ["continent", "OC"], ["created_at", "2016-01-13 00:58:54.582729"], ["currency", "NZD"], ["name", "Cook Islands"], ["tld", "ck"], ["updated_at", "2016-01-13 00:58:54.582729"]]  (162.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CL"], ["code3", "CHL"], ["continent", "SA"], ["created_at", "2016-01-13 00:58:54.750534"], ["currency", "CLP"], ["name", "Chile"], ["tld", "cl"], ["updated_at", "2016-01-13 00:58:54.750534"]]  (153.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CM"], ["code3", "CMR"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:54.909140"], ["currency", "XAF"], ["name", "Cameroon"], ["tld", "cm"], ["updated_at", "2016-01-13 00:58:54.909140"]]  (162.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CN"], ["code3", "CHN"], ["continent", "AS"], ["created_at", "2016-01-13 00:58:55.076856"], ["currency", "CNY"], ["name", "China"], ["tld", "cn"], ["updated_at", "2016-01-13 00:58:55.076856"]]  (140.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CO"], ["code3", "COL"], ["continent", "SA"], ["created_at", "2016-01-13 00:58:55.222434"], ["currency", "COP"], ["name", "Colombia"], ["tld", "co"], ["updated_at", "2016-01-13 00:58:55.222434"]]  (196.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CR"], ["code3", "CRI"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:55.423641"], ["currency", "CRC"], ["name", "Costa Rica"], ["tld", "cr"], ["updated_at", "2016-01-13 00:58:55.423641"]]  (196.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CU"], ["code3", "CUB"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:55.625021"], ["currency", "CUP"], ["name", "Cuba"], ["tld", "cu"], ["updated_at", "2016-01-13 00:58:55.625021"]]  (162.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CV"], ["code3", "CPV"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:55.792930"], ["currency", "CVE"], ["name", "Cape Verde"], ["tld", "cv"], ["updated_at", "2016-01-13 00:58:55.792930"]]  (163.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CW"], ["code3", "CUW"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:55.960756"], ["currency", "ANG"], ["name", "Curacao"], ["tld", "cw"], ["updated_at", "2016-01-13 00:58:55.960756"]]  (263.4ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CX"], ["code3", "CXR"], ["continent", "AS"], ["created_at", "2016-01-13 00:58:56.229299"], ["currency", "AUD"], ["name", "Christmas Island"], ["tld", "cx"], ["updated_at", "2016-01-13 00:58:56.229299"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CY"], ["code3", "CYP"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:56.385371"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Cyprus"], ["tld", "cy"], ["updated_at", "2016-01-13 00:58:56.385371"]]  (142.6ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CZ"], ["code3", "CZE"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:56.532656"], ["currency", "CZK"], ["eu_member", "t"], ["name", "Czech Republic"], ["tld", "cz"], ["updated_at", "2016-01-13 00:58:56.532656"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "DE"], ["code3", "DEU"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:56.677979"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Germany"], ["tld", "de"], ["updated_at", "2016-01-13 00:58:56.677979"]]  (140.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "DJ"], ["code3", "DJI"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:56.823609"], ["currency", "DJF"], ["name", "Djibouti"], ["tld", "dj"], ["updated_at", "2016-01-13 00:58:56.823609"]]  (151.8ms) commit transaction  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "DK"], ["code3", "DNK"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:56.980447"], ["currency", "DKK"], ["eu_member", "t"], ["name", "Denmark"], ["tld", "dk"], ["updated_at", "2016-01-13 00:58:56.980447"]]  (140.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "DM"], ["code3", "DMA"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:57.125863"], ["currency", "XCD"], ["name", "Dominica"], ["tld", "dm"], ["updated_at", "2016-01-13 00:58:57.125863"]]  (141.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "DO"], ["code3", "DOM"], ["continent", "NA"], ["created_at", "2016-01-13 00:58:57.271559"], ["currency", "DOP"], ["name", "Dominican Republic"], ["tld", "do"], ["updated_at", "2016-01-13 00:58:57.271559"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "DZ"], ["code3", "DZA"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:57.416968"], ["currency", "DZD"], ["name", "Algeria"], ["tld", "dz"], ["updated_at", "2016-01-13 00:58:57.416968"]]  (140.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "EC"], ["code3", "ECU"], ["continent", "SA"], ["created_at", "2016-01-13 00:58:57.562637"], ["currency", "USD"], ["name", "Ecuador"], ["tld", "ec"], ["updated_at", "2016-01-13 00:58:57.562637"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "EE"], ["code3", "EST"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:57.708200"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Estonia"], ["tld", "ee"], ["updated_at", "2016-01-13 00:58:57.708200"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "EG"], ["code3", "EGY"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:57.853579"], ["currency", "EGP"], ["name", "Egypt"], ["tld", "eg"], ["updated_at", "2016-01-13 00:58:57.853579"]]  (142.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "EH"], ["code3", "ESH"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:58.000822"], ["currency", "MAD"], ["name", "Western Sahara"], ["tld", "eh"], ["updated_at", "2016-01-13 00:58:58.000822"]]  (151.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "ER"], ["code3", "ERI"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:58.157501"], ["currency", "ERN"], ["name", "Eritrea"], ["tld", "er"], ["updated_at", "2016-01-13 00:58:58.157501"]]  (151.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "ES"], ["code3", "ESP"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:58.314051"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Spain"], ["tld", "es"], ["updated_at", "2016-01-13 00:58:58.314051"]]  (151.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "ET"], ["code3", "ETH"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:58.470889"], ["currency", "ETB"], ["name", "Ethiopia"], ["tld", "et"], ["updated_at", "2016-01-13 00:58:58.470889"]]  (140.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "FI"], ["code3", "FIN"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:58.616501"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Finland"], ["tld", "fi"], ["updated_at", "2016-01-13 00:58:58.616501"]]  (162.7ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "FJ"], ["code3", "FJI"], ["continent", "OC"], ["created_at", "2016-01-13 00:58:58.784176"], ["currency", "FJD"], ["name", "Fiji"], ["tld", "fj"], ["updated_at", "2016-01-13 00:58:58.784176"]]  (185.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "FK"], ["code3", "FLK"], ["continent", "SA"], ["created_at", "2016-01-13 00:58:58.974232"], ["currency", "FKP"], ["name", "Falkland Islands"], ["tld", "fk"], ["updated_at", "2016-01-13 00:58:58.974232"]]  (207.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "FM"], ["code3", "FSM"], ["continent", "OC"], ["created_at", "2016-01-13 00:58:59.186672"], ["currency", "USD"], ["name", "Micronesia"], ["tld", "fm"], ["updated_at", "2016-01-13 00:58:59.186672"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "FO"], ["code3", "FRO"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:59.332245"], ["currency", "DKK"], ["name", "Faroe Islands"], ["tld", "fo"], ["updated_at", "2016-01-13 00:58:59.332245"]]  (142.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "FR"], ["code3", "FRA"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:59.479357"], ["currency", "EUR"], ["eu_member", "t"], ["name", "France"], ["tld", "fr"], ["updated_at", "2016-01-13 00:58:59.479357"]]  (185.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GA"], ["code3", "GAB"], ["continent", "AF"], ["created_at", "2016-01-13 00:58:59.669638"], ["currency", "XAF"], ["name", "Gabon"], ["tld", "ga"], ["updated_at", "2016-01-13 00:58:59.669638"]]  (185.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GB"], ["code3", "GBR"], ["continent", "EU"], ["created_at", "2016-01-13 00:58:59.859797"], ["currency", "GBP"], ["eu_member", "t"], ["name", "United Kingdom"], ["tld", "uk"], ["updated_at", "2016-01-13 00:58:59.859797"]]  (162.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GD"], ["code3", "GRD"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:00.027489"], ["currency", "XCD"], ["name", "Grenada"], ["tld", "gd"], ["updated_at", "2016-01-13 00:59:00.027489"]]  (152.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GE"], ["code3", "GEO"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:00.184420"], ["currency", "GEL"], ["name", "Georgia"], ["tld", "ge"], ["updated_at", "2016-01-13 00:59:00.184420"]]  (196.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GF"], ["code3", "GUF"], ["continent", "SA"], ["created_at", "2016-01-13 00:59:00.385549"], ["currency", "EUR"], ["name", "French Guiana"], ["tld", "gf"], ["updated_at", "2016-01-13 00:59:00.385549"]]  (151.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GG"], ["code3", "GGY"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:00.542212"], ["currency", "GBP"], ["name", "Guernsey"], ["tld", "gg"], ["updated_at", "2016-01-13 00:59:00.542212"]]  (163.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GH"], ["code3", "GHA"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:00.710318"], ["currency", "GHS"], ["name", "Ghana"], ["tld", "gh"], ["updated_at", "2016-01-13 00:59:00.710318"]]  (241.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GI"], ["code3", "GIB"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:00.956652"], ["currency", "GIP"], ["name", "Gibraltar"], ["tld", "gi"], ["updated_at", "2016-01-13 00:59:00.956652"]]  (164.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GL"], ["code3", "GRL"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:01.127459"], ["currency", "DKK"], ["name", "Greenland"], ["tld", "gl"], ["updated_at", "2016-01-13 00:59:01.127459"]]  (162.2ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GM"], ["code3", "GMB"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:01.293707"], ["currency", "GMD"], ["name", "Gambia"], ["tld", "gm"], ["updated_at", "2016-01-13 00:59:01.293707"]]  (151.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GN"], ["code3", "GIN"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:01.451565"], ["currency", "GNF"], ["name", "Guinea"], ["tld", "gn"], ["updated_at", "2016-01-13 00:59:01.451565"]]  (183.6ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GP"], ["code3", "GLP"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:01.640239"], ["currency", "EUR"], ["name", "Guadeloupe"], ["tld", "gp"], ["updated_at", "2016-01-13 00:59:01.640239"]]  (195.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GQ"], ["code3", "GNQ"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:01.843382"], ["currency", "XAF"], ["name", "Equatorial Guinea"], ["tld", "gq"], ["updated_at", "2016-01-13 00:59:01.843382"]]  (160.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GR"], ["code3", "GRC"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:02.009963"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Greece"], ["tld", "gr"], ["updated_at", "2016-01-13 00:59:02.009963"]]  (261.6ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GS"], ["code3", "SGS"], ["continent", "AN"], ["created_at", "2016-01-13 00:59:02.277829"], ["currency", "GBP"], ["name", "South Georgia and the South Sandwich Islands"], ["tld", "gs"], ["updated_at", "2016-01-13 00:59:02.277829"]]  (196.3ms) commit transaction  (0.2ms) begin transaction SQL (1.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GT"], ["code3", "GTM"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:02.479566"], ["currency", "GTQ"], ["name", "Guatemala"], ["tld", "gt"], ["updated_at", "2016-01-13 00:59:02.479566"]]  (150.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GU"], ["code3", "GUM"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:02.635480"], ["currency", "USD"], ["name", "Guam"], ["tld", "gu"], ["updated_at", "2016-01-13 00:59:02.635480"]]  (141.1ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GW"], ["code3", "GNB"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:02.784472"], ["currency", "XOF"], ["name", "Guinea-Bissau"], ["tld", "gw"], ["updated_at", "2016-01-13 00:59:02.784472"]]  (160.2ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "GY"], ["code3", "GUY"], ["continent", "SA"], ["created_at", "2016-01-13 00:59:02.950549"], ["currency", "GYD"], ["name", "Guyana"], ["tld", "gy"], ["updated_at", "2016-01-13 00:59:02.950549"]]  (152.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "HK"], ["code3", "HKG"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:03.107453"], ["currency", "HKD"], ["name", "Hong Kong"], ["tld", "hk"], ["updated_at", "2016-01-13 00:59:03.107453"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "HM"], ["code3", "HMD"], ["continent", "AN"], ["created_at", "2016-01-13 00:59:03.265045"], ["currency", "AUD"], ["name", "Heard Island and McDonald Islands"], ["tld", "hm"], ["updated_at", "2016-01-13 00:59:03.265045"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "HN"], ["code3", "HND"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:03.420741"], ["currency", "HNL"], ["name", "Honduras"], ["tld", "hn"], ["updated_at", "2016-01-13 00:59:03.420741"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "HR"], ["code3", "HRV"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:03.577438"], ["currency", "HRK"], ["eu_member", "t"], ["name", "Croatia"], ["tld", "hr"], ["updated_at", "2016-01-13 00:59:03.577438"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "HT"], ["code3", "HTI"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:03.735051"], ["currency", "HTG"], ["name", "Haiti"], ["tld", "ht"], ["updated_at", "2016-01-13 00:59:03.735051"]]  (150.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "HU"], ["code3", "HUN"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:03.890733"], ["currency", "HUF"], ["eu_member", "t"], ["name", "Hungary"], ["tld", "hu"], ["updated_at", "2016-01-13 00:59:03.890733"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "ID"], ["code3", "IDN"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:04.047288"], ["currency", "IDR"], ["name", "Indonesia"], ["tld", "id"], ["updated_at", "2016-01-13 00:59:04.047288"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "IE"], ["code3", "IRL"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:04.193766"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Ireland"], ["tld", "ie"], ["updated_at", "2016-01-13 00:59:04.193766"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "IL"], ["code3", "ISR"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:04.351102"], ["currency", "ILS"], ["name", "Israel"], ["tld", "il"], ["updated_at", "2016-01-13 00:59:04.351102"]]  (173.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "IM"], ["code3", "IMN"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:04.531913"], ["currency", "GBP"], ["name", "Isle of Man"], ["tld", "im"], ["updated_at", "2016-01-13 00:59:04.531913"]]  (160.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "IN"], ["code3", "IND"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:04.698017"], ["currency", "INR"], ["name", "India"], ["tld", "in"], ["updated_at", "2016-01-13 00:59:04.698017"]]  (173.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "IO"], ["code3", "IOT"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:04.877332"], ["currency", "USD"], ["name", "British Indian Ocean Territory"], ["tld", "io"], ["updated_at", "2016-01-13 00:59:04.877332"]]  (161.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "IQ"], ["code3", "IRQ"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:05.046535"], ["currency", "IQD"], ["name", "Iraq"], ["tld", "iq"], ["updated_at", "2016-01-13 00:59:05.046535"]]  (183.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "IR"], ["code3", "IRN"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:05.236781"], ["currency", "IRR"], ["name", "Iran"], ["tld", "ir"], ["updated_at", "2016-01-13 00:59:05.236781"]]  (193.2ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "IS"], ["code3", "ISL"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:05.436318"], ["currency", "ISK"], ["name", "Iceland"], ["tld", "is"], ["updated_at", "2016-01-13 00:59:05.436318"]]  (139.0ms) commit transaction  (1.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "IT"], ["code3", "ITA"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:05.583149"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Italy"], ["tld", "it"], ["updated_at", "2016-01-13 00:59:05.583149"]]  (171.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "JE"], ["code3", "JEY"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:05.760988"], ["currency", "GBP"], ["name", "Jersey"], ["tld", "je"], ["updated_at", "2016-01-13 00:59:05.760988"]]  (252.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "JM"], ["code3", "JAM"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:06.020526"], ["currency", "JMD"], ["name", "Jamaica"], ["tld", "jm"], ["updated_at", "2016-01-13 00:59:06.020526"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "JO"], ["code3", "JOR"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:06.176827"], ["currency", "JOD"], ["name", "Jordan"], ["tld", "jo"], ["updated_at", "2016-01-13 00:59:06.176827"]]  (173.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "JP"], ["code3", "JPN"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:06.353656"], ["currency", "JPY"], ["name", "Japan"], ["tld", "jp"], ["updated_at", "2016-01-13 00:59:06.353656"]]  (232.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "KE"], ["code3", "KEN"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:06.588939"], ["currency", "KES"], ["name", "Kenya"], ["tld", "ke"], ["updated_at", "2016-01-13 00:59:06.588939"]]  (329.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "KG"], ["code3", "KGZ"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:06.925260"], ["currency", "KGS"], ["name", "Kyrgyzstan"], ["tld", "kg"], ["updated_at", "2016-01-13 00:59:06.925260"]]  (140.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "KH"], ["code3", "KHM"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:07.069539"], ["currency", "KHR"], ["name", "Cambodia"], ["tld", "kh"], ["updated_at", "2016-01-13 00:59:07.069539"]]  (188.2ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "KI"], ["code3", "KIR"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:07.261244"], ["currency", "AUD"], ["name", "Kiribati"], ["tld", "ki"], ["updated_at", "2016-01-13 00:59:07.261244"]]  (184.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "KM"], ["code3", "COM"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:07.451966"], ["currency", "KMF"], ["name", "Comoros"], ["tld", "km"], ["updated_at", "2016-01-13 00:59:07.451966"]]  (151.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "KN"], ["code3", "KNA"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:07.609107"], ["currency", "XCD"], ["name", "Saint Kitts and Nevis"], ["tld", "kn"], ["updated_at", "2016-01-13 00:59:07.609107"]]  (162.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "KP"], ["code3", "PRK"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:07.777110"], ["currency", "KPW"], ["name", "North Korea"], ["tld", "kp"], ["updated_at", "2016-01-13 00:59:07.777110"]]  (240.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "KR"], ["code3", "KOR"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:08.022723"], ["currency", "KRW"], ["name", "South Korea"], ["tld", "kr"], ["updated_at", "2016-01-13 00:59:08.022723"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "XK"], ["code3", "XKX"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:08.190472"], ["currency", "EUR"], ["name", "Kosovo"], ["tld", ""], ["updated_at", "2016-01-13 00:59:08.190472"]]  (151.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "KW"], ["code3", "KWT"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:08.348425"], ["currency", "KWD"], ["name", "Kuwait"], ["tld", "kw"], ["updated_at", "2016-01-13 00:59:08.348425"]]  (139.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "KY"], ["code3", "CYM"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:08.492811"], ["currency", "KYD"], ["name", "Cayman Islands"], ["tld", "ky"], ["updated_at", "2016-01-13 00:59:08.492811"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "KZ"], ["code3", "KAZ"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:08.638149"], ["currency", "KZT"], ["name", "Kazakhstan"], ["tld", "kz"], ["updated_at", "2016-01-13 00:59:08.638149"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "LA"], ["code3", "LAO"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:08.784702"], ["currency", "LAK"], ["name", "Laos"], ["tld", "la"], ["updated_at", "2016-01-13 00:59:08.784702"]]  (173.6ms) commit transaction  (0.2ms) begin transaction SQL (1.3ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "LB"], ["code3", "LBN"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:08.963542"], ["currency", "LBP"], ["name", "Lebanon"], ["tld", "lb"], ["updated_at", "2016-01-13 00:59:08.963542"]]  (174.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "LC"], ["code3", "LCA"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:09.143487"], ["currency", "XCD"], ["name", "Saint Lucia"], ["tld", "lc"], ["updated_at", "2016-01-13 00:59:09.143487"]]  (195.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "LI"], ["code3", "LIE"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:09.343557"], ["currency", "CHF"], ["name", "Liechtenstein"], ["tld", "li"], ["updated_at", "2016-01-13 00:59:09.343557"]]  (152.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "LK"], ["code3", "LKA"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:09.502289"], ["currency", "LKR"], ["name", "Sri Lanka"], ["tld", "lk"], ["updated_at", "2016-01-13 00:59:09.502289"]]  (140.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "LR"], ["code3", "LBR"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:09.646961"], ["currency", "LRD"], ["name", "Liberia"], ["tld", "lr"], ["updated_at", "2016-01-13 00:59:09.646961"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "LS"], ["code3", "LSO"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:09.792570"], ["currency", "LSL"], ["name", "Lesotho"], ["tld", "ls"], ["updated_at", "2016-01-13 00:59:09.792570"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "LT"], ["code3", "LTU"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:09.938331"], ["currency", "LTL"], ["eu_member", "t"], ["name", "Lithuania"], ["tld", "lt"], ["updated_at", "2016-01-13 00:59:09.938331"]]  (139.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "LU"], ["code3", "LUX"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:10.085185"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Luxembourg"], ["tld", "lu"], ["updated_at", "2016-01-13 00:59:10.085185"]]  (160.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "LV"], ["code3", "LVA"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:10.251753"], ["currency", "LVL"], ["eu_member", "t"], ["name", "Latvia"], ["tld", "lv"], ["updated_at", "2016-01-13 00:59:10.251753"]]  (139.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "LY"], ["code3", "LBY"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:10.398922"], ["currency", "LYD"], ["name", "Libya"], ["tld", "ly"], ["updated_at", "2016-01-13 00:59:10.398922"]]  (139.1ms) commit transaction  (1.8ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MA"], ["code3", "MAR"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:10.544414"], ["currency", "MAD"], ["name", "Morocco"], ["tld", "ma"], ["updated_at", "2016-01-13 00:59:10.544414"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MC"], ["code3", "MCO"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:10.689714"], ["currency", "EUR"], ["name", "Monaco"], ["tld", "mc"], ["updated_at", "2016-01-13 00:59:10.689714"]]  (140.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MD"], ["code3", "MDA"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:10.835267"], ["currency", "MDL"], ["name", "Moldova"], ["tld", "md"], ["updated_at", "2016-01-13 00:59:10.835267"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "ME"], ["code3", "MNE"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:10.980837"], ["currency", "EUR"], ["name", "Montenegro"], ["tld", "me"], ["updated_at", "2016-01-13 00:59:10.980837"]]  (139.5ms) commit transaction  (1.9ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MF"], ["code3", "MAF"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:11.127965"], ["currency", "EUR"], ["name", "Saint Martin"], ["tld", "gp"], ["updated_at", "2016-01-13 00:59:11.127965"]]  (139.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MG"], ["code3", "MDG"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:11.273244"], ["currency", "MGA"], ["name", "Madagascar"], ["tld", "mg"], ["updated_at", "2016-01-13 00:59:11.273244"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MH"], ["code3", "MHL"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:11.419047"], ["currency", "USD"], ["name", "Marshall Islands"], ["tld", "mh"], ["updated_at", "2016-01-13 00:59:11.419047"]]  (151.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MK"], ["code3", "MKD"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:11.573716"], ["currency", "MKD"], ["name", "Macedonia"], ["tld", "mk"], ["updated_at", "2016-01-13 00:59:11.573716"]]  (142.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "ML"], ["code3", "MLI"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:11.719850"], ["currency", "XOF"], ["name", "Mali"], ["tld", "ml"], ["updated_at", "2016-01-13 00:59:11.719850"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MM"], ["code3", "MMR"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:11.867135"], ["currency", "MMK"], ["name", "Myanmar"], ["tld", "mm"], ["updated_at", "2016-01-13 00:59:11.867135"]]  (141.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MN"], ["code3", "MNG"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:12.022204"], ["currency", "MNT"], ["name", "Mongolia"], ["tld", "mn"], ["updated_at", "2016-01-13 00:59:12.022204"]]  (164.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MO"], ["code3", "MAC"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:12.191821"], ["currency", "MOP"], ["name", "Macao"], ["tld", "mo"], ["updated_at", "2016-01-13 00:59:12.191821"]]  (196.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MP"], ["code3", "MNP"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:12.393123"], ["currency", "USD"], ["name", "Northern Mariana Islands"], ["tld", "mp"], ["updated_at", "2016-01-13 00:59:12.393123"]]  (185.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MQ"], ["code3", "MTQ"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:12.582939"], ["currency", "EUR"], ["name", "Martinique"], ["tld", "mq"], ["updated_at", "2016-01-13 00:59:12.582939"]]  (174.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MR"], ["code3", "MRT"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:12.761304"], ["currency", "MRO"], ["name", "Mauritania"], ["tld", "mr"], ["updated_at", "2016-01-13 00:59:12.761304"]]  (165.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MS"], ["code3", "MSR"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:12.929888"], ["currency", "XCD"], ["name", "Montserrat"], ["tld", "ms"], ["updated_at", "2016-01-13 00:59:12.929888"]]  (229.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MT"], ["code3", "MLT"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:13.164479"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Malta"], ["tld", "mt"], ["updated_at", "2016-01-13 00:59:13.164479"]]  (207.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MU"], ["code3", "MUS"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:13.376048"], ["currency", "MUR"], ["name", "Mauritius"], ["tld", "mu"], ["updated_at", "2016-01-13 00:59:13.376048"]]  (143.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MV"], ["code3", "MDV"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:13.522410"], ["currency", "MVR"], ["name", "Maldives"], ["tld", "mv"], ["updated_at", "2016-01-13 00:59:13.522410"]]  (152.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MW"], ["code3", "MWI"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:13.679339"], ["currency", "MWK"], ["name", "Malawi"], ["tld", "mw"], ["updated_at", "2016-01-13 00:59:13.679339"]]  (164.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MX"], ["code3", "MEX"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:13.847986"], ["currency", "MXN"], ["name", "Mexico"], ["tld", "mx"], ["updated_at", "2016-01-13 00:59:13.847986"]]  (186.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MY"], ["code3", "MYS"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:14.038678"], ["currency", "MYR"], ["name", "Malaysia"], ["tld", "my"], ["updated_at", "2016-01-13 00:59:14.038678"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "MZ"], ["code3", "MOZ"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:14.183611"], ["currency", "MZN"], ["name", "Mozambique"], ["tld", "mz"], ["updated_at", "2016-01-13 00:59:14.183611"]]  (185.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NA"], ["code3", "NAM"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:14.373830"], ["currency", "NAD"], ["name", "Namibia"], ["tld", "na"], ["updated_at", "2016-01-13 00:59:14.373830"]]  (230.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NC"], ["code3", "NCL"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:14.608454"], ["currency", "XPF"], ["name", "New Caledonia"], ["tld", "nc"], ["updated_at", "2016-01-13 00:59:14.608454"]]  (152.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NE"], ["code3", "NER"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:14.764870"], ["currency", "XOF"], ["name", "Niger"], ["tld", "ne"], ["updated_at", "2016-01-13 00:59:14.764870"]]  (141.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NF"], ["code3", "NFK"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:14.910269"], ["currency", "AUD"], ["name", "Norfolk Island"], ["tld", "nf"], ["updated_at", "2016-01-13 00:59:14.910269"]]  (185.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NG"], ["code3", "NGA"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:15.100714"], ["currency", "NGN"], ["name", "Nigeria"], ["tld", "ng"], ["updated_at", "2016-01-13 00:59:15.100714"]]  (207.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NI"], ["code3", "NIC"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:15.312613"], ["currency", "NIO"], ["name", "Nicaragua"], ["tld", "ni"], ["updated_at", "2016-01-13 00:59:15.312613"]]  (174.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NL"], ["code3", "NLD"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:15.491776"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Netherlands"], ["tld", "nl"], ["updated_at", "2016-01-13 00:59:15.491776"]]  (142.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NO"], ["code3", "NOR"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:15.638699"], ["currency", "NOK"], ["name", "Norway"], ["tld", "no"], ["updated_at", "2016-01-13 00:59:15.638699"]]  (207.7ms) commit transaction  (0.6ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NP"], ["code3", "NPL"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:15.851395"], ["currency", "NPR"], ["name", "Nepal"], ["tld", "np"], ["updated_at", "2016-01-13 00:59:15.851395"]]  (196.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NR"], ["code3", "NRU"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:16.052412"], ["currency", "AUD"], ["name", "Nauru"], ["tld", "nr"], ["updated_at", "2016-01-13 00:59:16.052412"]]  (259.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NU"], ["code3", "NIU"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:16.316491"], ["currency", "NZD"], ["name", "Niue"], ["tld", "nu"], ["updated_at", "2016-01-13 00:59:16.316491"]]  (211.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "NZ"], ["code3", "NZL"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:16.532596"], ["currency", "NZD"], ["name", "New Zealand"], ["tld", "nz"], ["updated_at", "2016-01-13 00:59:16.532596"]]  (196.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "OM"], ["code3", "OMN"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:16.733749"], ["currency", "OMR"], ["name", "Oman"], ["tld", "om"], ["updated_at", "2016-01-13 00:59:16.733749"]]  (322.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PA"], ["code3", "PAN"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:17.061358"], ["currency", "PAB"], ["name", "Panama"], ["tld", "pa"], ["updated_at", "2016-01-13 00:59:17.061358"]]  (225.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PE"], ["code3", "PER"], ["continent", "SA"], ["created_at", "2016-01-13 00:59:17.291173"], ["currency", "PEN"], ["name", "Peru"], ["tld", "pe"], ["updated_at", "2016-01-13 00:59:17.291173"]]  (185.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PF"], ["code3", "PYF"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:17.481673"], ["currency", "XPF"], ["name", "French Polynesia"], ["tld", "pf"], ["updated_at", "2016-01-13 00:59:17.481673"]]  (142.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PG"], ["code3", "PNG"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:17.628342"], ["currency", "PGK"], ["name", "Papua New Guinea"], ["tld", "pg"], ["updated_at", "2016-01-13 00:59:17.628342"]]  (152.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PH"], ["code3", "PHL"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:17.785378"], ["currency", "PHP"], ["name", "Philippines"], ["tld", "ph"], ["updated_at", "2016-01-13 00:59:17.785378"]]  (197.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PK"], ["code3", "PAK"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:17.987809"], ["currency", "PKR"], ["name", "Pakistan"], ["tld", "pk"], ["updated_at", "2016-01-13 00:59:17.987809"]]  (174.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PL"], ["code3", "POL"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:18.166884"], ["currency", "PLN"], ["eu_member", "t"], ["name", "Poland"], ["tld", "pl"], ["updated_at", "2016-01-13 00:59:18.166884"]]  (151.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PM"], ["code3", "SPM"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:18.323382"], ["currency", "EUR"], ["name", "Saint Pierre and Miquelon"], ["tld", "pm"], ["updated_at", "2016-01-13 00:59:18.323382"]]  (141.2ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PN"], ["code3", "PCN"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:18.469280"], ["currency", "NZD"], ["name", "Pitcairn"], ["tld", "pn"], ["updated_at", "2016-01-13 00:59:18.469280"]]  (140.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PR"], ["code3", "PRI"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:18.613398"], ["currency", "USD"], ["name", "Puerto Rico"], ["tld", "pr"], ["updated_at", "2016-01-13 00:59:18.613398"]]  (143.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PS"], ["code3", "PSE"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:18.759427"], ["currency", "ILS"], ["name", "Palestinian Territory"], ["tld", "ps"], ["updated_at", "2016-01-13 00:59:18.759427"]]  (141.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PT"], ["code3", "PRT"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:18.905582"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Portugal"], ["tld", "pt"], ["updated_at", "2016-01-13 00:59:18.905582"]]  (153.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PW"], ["code3", "PLW"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:19.063471"], ["currency", "USD"], ["name", "Palau"], ["tld", "pw"], ["updated_at", "2016-01-13 00:59:19.063471"]]  (152.2ms) commit transaction  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "PY"], ["code3", "PRY"], ["continent", "SA"], ["created_at", "2016-01-13 00:59:19.220145"], ["currency", "PYG"], ["name", "Paraguay"], ["tld", "py"], ["updated_at", "2016-01-13 00:59:19.220145"]]  (174.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "QA"], ["code3", "QAT"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:19.399302"], ["currency", "QAR"], ["name", "Qatar"], ["tld", "qa"], ["updated_at", "2016-01-13 00:59:19.399302"]]  (185.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "RE"], ["code3", "REU"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:19.589194"], ["currency", "EUR"], ["name", "Reunion"], ["tld", "re"], ["updated_at", "2016-01-13 00:59:19.589194"]]  (230.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "RO"], ["code3", "ROU"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:19.823782"], ["currency", "RON"], ["eu_member", "t"], ["name", "Romania"], ["tld", "ro"], ["updated_at", "2016-01-13 00:59:19.823782"]]  (229.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "RS"], ["code3", "SRB"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:20.058205"], ["currency", "RSD"], ["name", "Serbia"], ["tld", "rs"], ["updated_at", "2016-01-13 00:59:20.058205"]]  (141.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "RU"], ["code3", "RUS"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:20.203765"], ["currency", "RUB"], ["name", "Russia"], ["tld", "ru"], ["updated_at", "2016-01-13 00:59:20.203765"]]  (152.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "RW"], ["code3", "RWA"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:20.359131"], ["currency", "RWF"], ["name", "Rwanda"], ["tld", "rw"], ["updated_at", "2016-01-13 00:59:20.359131"]]  (164.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SA"], ["code3", "SAU"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:20.527398"], ["currency", "SAR"], ["name", "Saudi Arabia"], ["tld", "sa"], ["updated_at", "2016-01-13 00:59:20.527398"]]  (221.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SB"], ["code3", "SLB"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:20.751636"], ["currency", "SBD"], ["name", "Solomon Islands"], ["tld", "sb"], ["updated_at", "2016-01-13 00:59:20.751636"]]  (164.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SC"], ["code3", "SYC"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:20.920784"], ["currency", "SCR"], ["name", "Seychelles"], ["tld", "sc"], ["updated_at", "2016-01-13 00:59:20.920784"]]  (218.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SD"], ["code3", "SDN"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:21.144155"], ["currency", "SDG"], ["name", "Sudan"], ["tld", "sd"], ["updated_at", "2016-01-13 00:59:21.144155"]]  (185.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SS"], ["code3", "SSD"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:21.332896"], ["currency", "SSP"], ["name", "South Sudan"], ["tld", ""], ["updated_at", "2016-01-13 00:59:21.332896"]]  (177.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SE"], ["code3", "SWE"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:21.513473"], ["currency", "SEK"], ["eu_member", "t"], ["name", "Sweden"], ["tld", "se"], ["updated_at", "2016-01-13 00:59:21.513473"]]  (163.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SG"], ["code3", "SGP"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:21.680483"], ["currency", "SGD"], ["name", "Singapore"], ["tld", "sg"], ["updated_at", "2016-01-13 00:59:21.680483"]]  (208.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SH"], ["code3", "SHN"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:21.893898"], ["currency", "SHP"], ["name", "Saint Helena"], ["tld", "sh"], ["updated_at", "2016-01-13 00:59:21.893898"]]  (218.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SI"], ["code3", "SVN"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:22.117176"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Slovenia"], ["tld", "si"], ["updated_at", "2016-01-13 00:59:22.117176"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SJ"], ["code3", "SJM"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:22.272743"], ["currency", "NOK"], ["name", "Svalbard and Jan Mayen"], ["tld", "sj"], ["updated_at", "2016-01-13 00:59:22.272743"]]  (164.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "eu_member", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SK"], ["code3", "SVK"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:22.440250"], ["currency", "EUR"], ["eu_member", "t"], ["name", "Slovakia"], ["tld", "sk"], ["updated_at", "2016-01-13 00:59:22.440250"]]  (200.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SL"], ["code3", "SLE"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:22.643949"], ["currency", "SLL"], ["name", "Sierra Leone"], ["tld", "sl"], ["updated_at", "2016-01-13 00:59:22.643949"]]  (196.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SM"], ["code3", "SMR"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:22.845411"], ["currency", "EUR"], ["name", "San Marino"], ["tld", "sm"], ["updated_at", "2016-01-13 00:59:22.845411"]]  (151.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SN"], ["code3", "SEN"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:23.001879"], ["currency", "XOF"], ["name", "Senegal"], ["tld", "sn"], ["updated_at", "2016-01-13 00:59:23.001879"]]  (207.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SO"], ["code3", "SOM"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:23.214050"], ["currency", "SOS"], ["name", "Somalia"], ["tld", "so"], ["updated_at", "2016-01-13 00:59:23.214050"]]  (263.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SR"], ["code3", "SUR"], ["continent", "SA"], ["created_at", "2016-01-13 00:59:23.481977"], ["currency", "SRD"], ["name", "Suriname"], ["tld", "sr"], ["updated_at", "2016-01-13 00:59:23.481977"]]  (140.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "ST"], ["code3", "STP"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:23.627307"], ["currency", "STD"], ["name", "Sao Tome and Principe"], ["tld", "st"], ["updated_at", "2016-01-13 00:59:23.627307"]]  (140.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SV"], ["code3", "SLV"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:23.772496"], ["currency", "USD"], ["name", "El Salvador"], ["tld", "sv"], ["updated_at", "2016-01-13 00:59:23.772496"]]  (152.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SX"], ["code3", "SXM"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:23.929355"], ["currency", "ANG"], ["name", "Sint Maarten"], ["tld", "sx"], ["updated_at", "2016-01-13 00:59:23.929355"]]  (152.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SY"], ["code3", "SYR"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:24.086040"], ["currency", "SYP"], ["name", "Syria"], ["tld", "sy"], ["updated_at", "2016-01-13 00:59:24.086040"]]  (174.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "SZ"], ["code3", "SWZ"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:24.265020"], ["currency", "SZL"], ["name", "Swaziland"], ["tld", "sz"], ["updated_at", "2016-01-13 00:59:24.265020"]]  (176.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TC"], ["code3", "TCA"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:24.445562"], ["currency", "USD"], ["name", "Turks and Caicos Islands"], ["tld", "tc"], ["updated_at", "2016-01-13 00:59:24.445562"]]  (196.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TD"], ["code3", "TCD"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:24.645034"], ["currency", "XAF"], ["name", "Chad"], ["tld", "td"], ["updated_at", "2016-01-13 00:59:24.645034"]]  (266.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TF"], ["code3", "ATF"], ["continent", "AN"], ["created_at", "2016-01-13 00:59:24.914631"], ["currency", "EUR"], ["name", "French Southern Territories"], ["tld", "tf"], ["updated_at", "2016-01-13 00:59:24.914631"]]  (151.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TG"], ["code3", "TGO"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:25.071203"], ["currency", "XOF"], ["name", "Togo"], ["tld", "tg"], ["updated_at", "2016-01-13 00:59:25.071203"]]  (152.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TH"], ["code3", "THA"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:25.227862"], ["currency", "THB"], ["name", "Thailand"], ["tld", "th"], ["updated_at", "2016-01-13 00:59:25.227862"]]  (230.0ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TJ"], ["code3", "TJK"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:25.462450"], ["currency", "TJS"], ["name", "Tajikistan"], ["tld", "tj"], ["updated_at", "2016-01-13 00:59:25.462450"]]  (163.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TK"], ["code3", "TKL"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:25.630291"], ["currency", "NZD"], ["name", "Tokelau"], ["tld", "tk"], ["updated_at", "2016-01-13 00:59:25.630291"]]  (174.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TL"], ["code3", "TLS"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:25.808850"], ["currency", "USD"], ["name", "East Timor"], ["tld", "tl"], ["updated_at", "2016-01-13 00:59:25.808850"]]  (141.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TM"], ["code3", "TKM"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:25.954764"], ["currency", "TMT"], ["name", "Turkmenistan"], ["tld", "tm"], ["updated_at", "2016-01-13 00:59:25.954764"]]  (185.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TN"], ["code3", "TUN"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:26.144675"], ["currency", "TND"], ["name", "Tunisia"], ["tld", "tn"], ["updated_at", "2016-01-13 00:59:26.144675"]]  (253.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TO"], ["code3", "TON"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:26.402935"], ["currency", "TOP"], ["name", "Tonga"], ["tld", "to"], ["updated_at", "2016-01-13 00:59:26.402935"]]  (196.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TR"], ["code3", "TUR"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:26.604219"], ["currency", "TRY"], ["name", "Turkey"], ["tld", "tr"], ["updated_at", "2016-01-13 00:59:26.604219"]]  (208.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TT"], ["code3", "TTO"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:26.815716"], ["currency", "TTD"], ["name", "Trinidad and Tobago"], ["tld", "tt"], ["updated_at", "2016-01-13 00:59:26.815716"]]  (311.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TV"], ["code3", "TUV"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:27.129964"], ["currency", "AUD"], ["name", "Tuvalu"], ["tld", "tv"], ["updated_at", "2016-01-13 00:59:27.129964"]]  (185.7ms) commit transaction  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TW"], ["code3", "TWN"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:27.319895"], ["currency", "TWD"], ["name", "Taiwan"], ["tld", "tw"], ["updated_at", "2016-01-13 00:59:27.319895"]]  (164.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "TZ"], ["code3", "TZA"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:27.486643"], ["currency", "TZS"], ["name", "Tanzania"], ["tld", "tz"], ["updated_at", "2016-01-13 00:59:27.486643"]]  (187.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "UA"], ["code3", "UKR"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:27.677788"], ["currency", "UAH"], ["name", "Ukraine"], ["tld", "ua"], ["updated_at", "2016-01-13 00:59:27.677788"]]  (252.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "UG"], ["code3", "UGA"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:27.934848"], ["currency", "UGX"], ["name", "Uganda"], ["tld", "ug"], ["updated_at", "2016-01-13 00:59:27.934848"]]  (153.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "UM"], ["code3", "UMI"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:28.092439"], ["currency", "USD"], ["name", "United States Minor Outlying Islands"], ["tld", "um"], ["updated_at", "2016-01-13 00:59:28.092439"]]  (130.3ms) commit transaction  (0.4ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "US"], ["code3", "USA"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:28.226987"], ["currency", "USD"], ["name", "United States"], ["tld", "us"], ["updated_at", "2016-01-13 00:59:28.226987"]]  (196.8ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "UY"], ["code3", "URY"], ["continent", "SA"], ["created_at", "2016-01-13 00:59:28.427237"], ["currency", "UYU"], ["name", "Uruguay"], ["tld", "uy"], ["updated_at", "2016-01-13 00:59:28.427237"]]  (154.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "UZ"], ["code3", "UZB"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:28.584504"], ["currency", "UZS"], ["name", "Uzbekistan"], ["tld", "uz"], ["updated_at", "2016-01-13 00:59:28.584504"]]  (153.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "VA"], ["code3", "VAT"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:28.740380"], ["currency", "EUR"], ["name", "Vatican"], ["tld", "va"], ["updated_at", "2016-01-13 00:59:28.740380"]]  (198.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "VC"], ["code3", "VCT"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:28.941737"], ["currency", "XCD"], ["name", "Saint Vincent and the Grenadines"], ["tld", "vc"], ["updated_at", "2016-01-13 00:59:28.941737"]]  (186.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "VE"], ["code3", "VEN"], ["continent", "SA"], ["created_at", "2016-01-13 00:59:29.132901"], ["currency", "VEF"], ["name", "Venezuela"], ["tld", "ve"], ["updated_at", "2016-01-13 00:59:29.132901"]]  (196.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "VG"], ["code3", "VGB"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:29.332717"], ["currency", "USD"], ["name", "British Virgin Islands"], ["tld", "vg"], ["updated_at", "2016-01-13 00:59:29.332717"]]  (155.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "VI"], ["code3", "VIR"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:29.489377"], ["currency", "USD"], ["name", "U.S. Virgin Islands"], ["tld", "vi"], ["updated_at", "2016-01-13 00:59:29.489377"]]  (155.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "VN"], ["code3", "VNM"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:29.647350"], ["currency", "VND"], ["name", "Vietnam"], ["tld", "vn"], ["updated_at", "2016-01-13 00:59:29.647350"]]  (153.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "VU"], ["code3", "VUT"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:29.805527"], ["currency", "VUV"], ["name", "Vanuatu"], ["tld", "vu"], ["updated_at", "2016-01-13 00:59:29.805527"]]  (141.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "WF"], ["code3", "WLF"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:29.951002"], ["currency", "XPF"], ["name", "Wallis and Futuna"], ["tld", "wf"], ["updated_at", "2016-01-13 00:59:29.951002"]]  (152.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "WS"], ["code3", "WSM"], ["continent", "OC"], ["created_at", "2016-01-13 00:59:30.107717"], ["currency", "WST"], ["name", "Samoa"], ["tld", "ws"], ["updated_at", "2016-01-13 00:59:30.107717"]]  (151.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "YE"], ["code3", "YEM"], ["continent", "AS"], ["created_at", "2016-01-13 00:59:30.264318"], ["currency", "YER"], ["name", "Yemen"], ["tld", "ye"], ["updated_at", "2016-01-13 00:59:30.264318"]]  (140.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "YT"], ["code3", "MYT"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:30.409765"], ["currency", "EUR"], ["name", "Mayotte"], ["tld", "yt"], ["updated_at", "2016-01-13 00:59:30.409765"]]  (140.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "ZA"], ["code3", "ZAF"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:30.555064"], ["currency", "ZAR"], ["name", "South Africa"], ["tld", "za"], ["updated_at", "2016-01-13 00:59:30.555064"]]  (219.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "ZM"], ["code3", "ZMB"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:30.778712"], ["currency", "ZMK"], ["name", "Zambia"], ["tld", "zm"], ["updated_at", "2016-01-13 00:59:30.778712"]]  (241.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "ZW"], ["code3", "ZWE"], ["continent", "AF"], ["created_at", "2016-01-13 00:59:31.024010"], ["currency", "ZWL"], ["name", "Zimbabwe"], ["tld", "zw"], ["updated_at", "2016-01-13 00:59:31.024010"]]  (152.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "CS"], ["code3", "SCG"], ["continent", "EU"], ["created_at", "2016-01-13 00:59:31.180402"], ["currency", "RSD"], ["name", "Serbia and Montenegro"], ["tld", "cs"], ["updated_at", "2016-01-13 00:59:31.180402"]]  (197.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("code2", "code3", "continent", "created_at", "currency", "name", "tld", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["code2", "AN"], ["code3", "ANT"], ["continent", "NA"], ["created_at", "2016-01-13 00:59:31.382358"], ["currency", "ANG"], ["name", "Netherlands Antilles"], ["tld", "an"], ["updated_at", "2016-01-13 00:59:31.382358"]]  (264.6ms) commit transaction Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 18:59:53 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (48.4ms) Hatchy::Country Load (3.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (63.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (128.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 00:59:53.380105' and ends_at >= '2016-01-13 00:59:53.380105') Completed 200 OK in 376ms (Views: 305.1ms | ActiveRecord: 7.5ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 18:59:53 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 18:59:53 -0600 Started PATCH "/users/1" for 127.0.0.1 at 2016-01-12 19:00:02 -0600 Processing by Hatchy::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SkEbZa383vQt0Sors1prnSfqjDhjL4IFPFzc1QIiOOU=", "user"=>{"document"=>"11111", "country_id"=>"98", "address_state"=>"", "address_city"=>"", "address_street"=>"", "address_zip"=>"", "address_number"=>"", "phone"=>"", "mobile"=>""}, "anchor"=>"data_address", "commit"=>"Save Profile", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_users" SET "address_city" = ?, "address_number" = ?, "address_state" = ?, "address_street" = ?, "address_zip" = ?, "country_id" = ?, "document" = ?, "mobile" = ?, "phone" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 1 [["address_city", ""], ["address_number", ""], ["address_state", ""], ["address_street", ""], ["address_zip", ""], ["country_id", 98], ["document", "11111"], ["mobile", ""], ["phone", ""], ["updated_at", "2016-01-13 01:00:02.283453"]]  (148.6ms) commit transaction Redirected to http://localhost:3000/users/1/edit#data_address Completed 302 Found in 170ms (ActiveRecord: 150.1ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 19:00:02 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (8.2ms) Hatchy::Country Load (2.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (26.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (43.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 01:00:02.510179' and ends_at >= '2016-01-13 01:00:02.510179') Completed 200 OK in 139ms (Views: 130.8ms | ActiveRecord: 3.7ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 19:00:02 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 19:00:02 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 19:09:14 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (50.2ms) Hatchy::Country Load (3.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (61.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (15.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (146.8ms) Completed 500 Internal Server Error in 223ms (ActiveRecord: 7.6ms) ActionView::Template::Error (undefined method `agency_digit' for #): 10: = ba.text_field :account_digit, class: "form-control" 11: = form_group_for ba, :agency_digit do 12: .col-sm-8 13: = ba.text_field :agency_digit, class: "form-control" 14: = form_group_for ba, :account do 15: .col-sm-8 16: = ba.text_field :account, class: "form-control" activemodel (4.1.14) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.14) lib/active_record/attribute_methods.rb:213:in `method_missing' actionview (4.1.14) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.1.14) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.1.14) lib/action_view/helpers/tags/base.rb:37:in `value_before_type_cast' actionview (4.1.14) lib/action_view/helpers/tags/text_field.rb:9:in `block in render' actionview (4.1.14) lib/action_view/helpers/tags/text_field.rb:9:in `fetch' actionview (4.1.14) lib/action_view/helpers/tags/text_field.rb:9:in `render' actionview (4.1.14) lib/action_view/helpers/form_helper.rb:771:in `text_field' actionview (4.1.14) lib/action_view/helpers/form_helper.rb:1258:in `text_field' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml:13:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_users_edit__banks_and_cards_html_haml___2845545703401687303_23816560' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.1.14) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.14) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.14) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.14) lib/action_view/helpers/tag_helper.rb:97:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml:11:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_users_edit__banks_and_cards_html_haml___2845545703401687303_23816560' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.1.14) lib/action_view/helpers/form_helper.rb:1860:in `block in fields_for_nested_model' actionview (4.1.14) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.14) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.14) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.14) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionview (4.1.14) lib/action_view/helpers/form_helper.rb:1859:in `fields_for_nested_model' actionview (4.1.14) lib/action_view/helpers/form_helper.rb:1849:in `fields_for_with_nested_attributes' actionview (4.1.14) lib/action_view/helpers/form_helper.rb:1517:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml:4:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_users_edit__banks_and_cards_html_haml___2845545703401687303_23816560' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.1.14) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.14) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.1.14) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.1.14) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml:3:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_users_edit__banks_and_cards_html_haml___2845545703401687303_23816560' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml:16:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_users_edit_html_haml___1890492169028047832_17828580' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (13.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (27.3ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 19:09:37 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (1.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (5.8ms) Hatchy::Country Load (4.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (26.6ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (45.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 01:09:37.955336' and ends_at >= '2016-01-13 01:09:37.955336') Completed 200 OK in 234ms (Views: 222.7ms | ActiveRecord: 6.0ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 19:09:38 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 19:09:38 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-12 19:10:26 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (9.5ms) Hatchy::Country Load (1.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (22.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (53.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 01:10:26.472630' and ends_at >= '2016-01-13 01:10:26.472630') Completed 200 OK in 146ms (Views: 137.1ms | ActiveRecord: 2.9ms) Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-12 19:10:26 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-12 19:10:26 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (48.8ms) Hatchy::Country Load (3.0ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (62.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (147.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:54:22.548958' and ends_at >= '2016-01-13 19:54:22.548958') Completed 200 OK in 398ms (Views: 324.9ms | ActiveRecord: 7.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:22 -0600 Started GET "/projects/new" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:54:34.624681' and ends_at >= '2016-01-13 19:54:34.624681') Completed 200 OK in 128ms (Views: 99.8ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:34 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (10.4ms) Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (25.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (57.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:54:38.398176' and ends_at >= '2016-01-13 19:54:38.398176') Completed 200 OK in 160ms (Views: 151.0ms | ActiveRecord: 3.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:38 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (39.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:54:40.359803' and ends_at >= '2016-01-13 19:54:40.359803') Completed 200 OK in 137ms (Views: 128.7ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:40 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.0ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (11.7ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (96.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:54:41.840824' and ends_at >= '2016-01-13 19:54:41.840824') Completed 200 OK in 220ms (Views: 186.0ms | ActiveRecord: 2.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:41 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:42 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:42 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:42 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:42 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:42 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:42 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:42 -0600 Started GET "/" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (15.4ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:54:50.495277' and ends_at >= '2016-01-13 19:54:50.495277') Completed 200 OK in 113ms (Views: 111.8ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:50 -0600 Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-13 13:54:54 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"SkEbZa383vQt0Sors1prnSfqjDhjL4IFPFzc1QIiOOU="} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 116ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:54:55.097077' and ends_at >= '2016-01-13 19:54:55.097077') Completed 200 OK in 104ms (Views: 102.8ms | ActiveRecord: 0.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:55 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:54:57.282982' and ends_at >= '2016-01-13 19:54:57.282982') Completed 200 OK in 123ms (Views: 119.0ms | ActiveRecord: 0.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:54:57 -0600 Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Adl5la+4TPWgSiDjlvzuOYZwirsl5EuMT1Rmmo7Hjnw=", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 1 [["current_sign_in_at", "2016-01-13 19:55:00.544335"], ["sign_in_count", 2], ["updated_at", "2016-01-13 19:55:00.545275"]]  (217.5ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 337ms (ActiveRecord: 218.3ms) Started GET "/" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.7ms) Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:55:00.831713' and ends_at >= '2016-01-13 19:55:00.831713') Completed 200 OK in 109ms (Views: 107.0ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:01 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:01 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:01 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:01 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:01 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:01 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:01 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:01 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:01 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:01 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:55:08.102316' and ends_at >= '2016-01-13 19:55:08.102316') Completed 200 OK in 118ms (Views: 115.1ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:55:08.445550' and ends_at >= '2016-01-13 19:55:08.445550') Completed 200 OK in 114ms (Views: 110.6ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:08 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (54.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:55:14.656657' and ends_at >= '2016-01-13 19:55:14.656657') Completed 200 OK in 158ms (Views: 151.9ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:14 -0600 Started GET "/" for 127.0.0.1 at 2016-01-13 13:55:34 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.4ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:55:34.888963' and ends_at >= '2016-01-13 19:55:34.888963') Completed 200 OK in 108ms (Views: 106.2ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:35 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:55:51.355198' and ends_at >= '2016-01-13 19:55:51.355198') Completed 200 OK in 117ms (Views: 113.4ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:51 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (48.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:55:52.204583' and ends_at >= '2016-01-13 19:55:52.204583') Completed 200 OK in 155ms (Views: 146.9ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:55:52 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-13 13:56:01 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SQ3d4WUf4/s4bKNRnRzZy4olbs0qv9zFw4940O29eVE=", "project"=>{"goal"=>"150", "online_days"=>"2"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "goal" = ?, "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["goal", 150.0], ["online_days", 2], ["updated_at", "2016-01-13 19:56:01.975514"]]  (147.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#goal Completed 302 Found in 164ms (ActiveRecord: 149.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (57.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:56:02.218469' and ends_at >= '2016-01-13 19:56:02.218469') Completed 200 OK in 162ms (Views: 155.4ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:02 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SQ3d4WUf4/s4bKNRnRzZy4olbs0qv9zFw4940O29eVE=", "project"=>{"about"=>"

peak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.


"}, "files"=>"", "anchor"=>"description", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "about" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["about", "

peak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.


"], ["updated_at", "2016-01-13 19:56:14.529354"]]  (168.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#description Completed 302 Found in 183ms (ActiveRecord: 170.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.9ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (52.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:56:14.785511' and ends_at >= '2016-01-13 19:56:14.785511') Completed 200 OK in 158ms (Views: 150.3ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:14 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:15 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:15 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-13 13:56:19 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SQ3d4WUf4/s4bKNRnRzZy4olbs0qv9zFw4940O29eVE=", "project"=>{"video_url"=>""}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "updated_at" = ?, "video_url" = ? WHERE "hatchy_projects"."id" = 1 [["updated_at", "2016-01-13 19:56:19.886108"], ["video_url", ""]]  (213.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#video Completed 302 Found in 228ms (ActiveRecord: 215.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (16.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (52.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:56:20.185632' and ends_at >= '2016-01-13 19:56:20.185632') Completed 200 OK in 158ms (Views: 150.0ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:20 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SQ3d4WUf4/s4bKNRnRzZy4olbs0qv9zFw4940O29eVE=", "project"=>{"video_url"=>"https://www.youtube.com/watch?v=63iLLXJ7oic"}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "hatchy_projects" SET "updated_at" = ?, "video_url" = ? WHERE "hatchy_projects"."id" = 1 [["updated_at", "2016-01-13 19:56:22.302133"], ["video_url", "https://www.youtube.com/watch?v=63iLLXJ7oic"]]  (269.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#video Completed 302 Found in 283ms (ActiveRecord: 271.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.9ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (55.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:56:22.658168' and ends_at >= '2016-01-13 19:56:22.658168') Completed 200 OK in 158ms (Views: 150.3ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:22 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-13 13:56:30 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SQ3d4WUf4/s4bKNRnRzZy4olbs0qv9zFw4940O29eVE=", "project"=>{"budget"=>"

peak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.


"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "budget" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["budget", "

peak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.


"], ["updated_at", "2016-01-13 19:56:30.749762"]]  (163.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#budget Completed 302 Found in 179ms (ActiveRecord: 164.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:56:30 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (53.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:56:30.998599' and ends_at >= '2016-01-13 19:56:30.998599') Completed 200 OK in 164ms (Views: 156.5ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:31 -0600 Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-13 13:56:39 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "analysis"], ["updated_at", "2016-01-13 19:56:39.871087"]]  (171.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 188ms (ActiveRecord: 172.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (14.9ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (46.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (104.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:56:40.183978' and ends_at >= '2016-01-13 19:56:40.183978') Completed 200 OK in 212ms (Views: 204.0ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:40 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-13 13:56:53 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SQ3d4WUf4/s4bKNRnRzZy4olbs0qv9zFw4940O29eVE=", "project"=>{"account_attributes"=>{"account_type"=>"Individuals", "owner_name"=>"test", "email"=>"test@mail.com", "phone"=>"123123", "owner_document"=>"test123", "bank_id"=>"2", "account"=>"123", "account_digit"=>"F123", "address_street"=>"Fake st", "address_city"=>"Fake city", "address_state"=>"Fake state", "address_number"=>"123", "address_zip"=>"F124"}}, "anchor"=>"account", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_project_accounts" ("account", "account_digit", "account_type", "address_city", "address_number", "address_state", "address_street", "address_zip", "bank_id", "created_at", "email", "owner_document", "owner_name", "phone", "project_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["account", "123"], ["account_digit", "F123"], ["account_type", "Individuals"], ["address_city", "Fake city"], ["address_number", "123"], ["address_state", "Fake state"], ["address_street", "Fake st"], ["address_zip", "F124"], ["bank_id", 2], ["created_at", "2016-01-13 19:56:53.765916"], ["email", "test@mail.com"], ["owner_document", "test123"], ["owner_name", "test"], ["phone", "123123"], ["project_id", 1], ["updated_at", "2016-01-13 19:56:53.765916"]]  (240.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#account Completed 302 Found in 257ms (ActiveRecord: 242.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (13.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (74.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:56:54.117724' and ends_at >= '2016-01-13 19:56:54.117724') Completed 200 OK in 170ms (Views: 164.1ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:56:54 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-13 13:57:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (90.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:57:05.982137' and ends_at >= '2016-01-13 19:57:05.982137') Completed 200 OK in 202ms (Views: 196.2ms | ActiveRecord: 2.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:06 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SQ3d4WUf4/s4bKNRnRzZy4olbs0qv9zFw4940O29eVE=", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"100", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"I will never give u your reward lel", "max_contributions"=>"", "_destroy"=>"false"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_rewards" ("created_at", "deliver_at", "description", "min_value", "project_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-01-13 19:57:25.221524"], ["deliver_at", "2016-01-01 00:00:00.000000"], ["description", "I will never give u your reward lel"], ["min_value", 100.0], ["project_id", 1], ["updated_at", "2016-01-13 19:57:25.221524"]]  (259.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#rewards Completed 302 Found in 276ms (ActiveRecord: 260.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (17.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (75.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:57:25.590716' and ends_at >= '2016-01-13 19:57:25.590716') Completed 200 OK in 179ms (Views: 172.2ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:25 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (2.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:57:28.515477' and ends_at >= '2016-01-13 19:57:28.515477') Completed 200 OK in 126ms (Views: 117.0ms | ActiveRecord: 3.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:57:28 -0600 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1  (0.4ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "approved"], ["updated_at", "2016-01-13 19:58:08.411896"]]  (171.5ms) commit transaction Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.5ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (100.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:58:42.359257' and ends_at >= '2016-01-13 19:58:42.359257') Completed 200 OK in 375ms (Views: 293.5ms | ActiveRecord: 5.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:42 -0600 Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (15.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (20.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.8ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (16.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (28.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (28.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (147.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:58:47.481691' and ends_at >= '2016-01-13 19:58:47.481691') Completed 200 OK in 278ms (Views: 248.1ms | ActiveRecord: 2.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:47 -0600 Started GET "/projects/1/publish" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Processing by Hatchy::ProjectsController#publish as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (1.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-15 19:58:54.174969"], ["online_date", "2016-01-13 19:58:54.174969"], ["status", "online"], ["updated_at", "2016-01-13 19:58:54.175486"]]  (146.8ms) commit transaction Redirected to http://localhost:3000/projects/1 Completed 302 Found in 171ms (ActiveRecord: 148.9ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.9ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.5ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (68.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:58:54.441078' and ends_at >= '2016-01-13 19:58:54.441078') Completed 200 OK in 160ms (Views: 153.6ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 13:58:54 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:59:05.752599' and ends_at >= '2016-01-13 19:59:05.752599') Completed 200 OK in 115ms (Views: 108.4ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:05 -0600 Started GET "/" for 192.168.15.74 at 2016-01-13 13:59:22 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:59:22.962220' and ends_at >= '2016-01-13 19:59:22.962220') Completed 200 OK in 95ms (Views: 93.7ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/jquery.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:23 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:24 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:24 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:24 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:24 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/application.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:24 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/home.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:24 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/assets/hatchy/hatchy.js?body=1" for 192.168.15.74 at 2016-01-13 13:59:24 -0600 Cannot render console from 192.168.15.74! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-13 13:59:37 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Projects): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (119.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (15.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (29.4ms) Started GET "/" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.3ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 19:59:45.066658' and ends_at >= '2016-01-13 19:59:45.066658') Completed 200 OK in 112ms (Views: 110.4ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 13:59:45 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.4ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (22.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:00:27.133942' and ends_at >= '2016-01-13 20:00:27.133942') Completed 200 OK in 122ms (Views: 116.0ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-13 14:00:27 -0600 Started GET "/" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.3ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:03:31.694306' and ends_at >= '2016-01-13 20:03:31.694306') Completed 200 OK in 117ms (Views: 115.1ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:31 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-13 14:03:33 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-08 20:03:33.945931' AND '2016-01-13 20:03:33.946306') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (21.2ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:03:33.983153' and ends_at >= '2016-01-13 20:03:33.983153') Completed 200 OK in 123ms (Views: 120.0ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:34 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (72.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:03:41.760963' and ends_at >= '2016-01-13 20:03:41.760963') Completed 200 OK in 176ms (Views: 169.2ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:41 -0600 Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"SQ3d4WUf4/s4bKNRnRzZy4olbs0qv9zFw4940O29eVE="} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:03:45.608330' and ends_at >= '2016-01-13 20:03:45.608330') Completed 200 OK in 110ms (Views: 109.0ms | ActiveRecord: 0.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:45 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-08 20:03:47.331639' AND '2016-01-13 20:03:47.331817') Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:03:47.361639' and ends_at >= '2016-01-13 20:03:47.361639') Completed 200 OK in 120ms (Views: 117.4ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:03:47 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-13 14:04:05 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (49.2ms) Completed 500 Internal Server Error in 72ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `explore_path' for #<#:0x0000000709fd60>): 12: #navbar.navbar-collapse.collapse 13: %ul.nav.navbar-nav.navbar-right 14: %li.active= link_to "Dashboard", hatchy.dashboard_path 15: %li= link_to "Explore", explore_path 16: %li 17: %a{href:"#contact"} Contact 18: - if current_user /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_layouts_hatchy__navbar_html_haml___3104672955572033765_57245440' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/application.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_layouts_hatchy_application_html_haml___1550017664815340953_13415880' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/responder.rb:238:in `default_render' actionpack (4.1.14) lib/action_controller/metal/responder.rb:165:in `to_html' actionpack (4.1.14) lib/action_controller/metal/responder.rb:158:in `respond' actionpack (4.1.14) lib/action_controller/metal/responder.rb:151:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:400:in `respond_with' devise (3.5.1) app/controllers/devise/sessions_controller.rb:12:in `new' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/routing/mapper.rb:45:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (13.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (27.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-13 14:04:08 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (74.8ms) Completed 500 Internal Server Error in 92ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `explore_path' for #<#:0x000000071dca98>): 12: #navbar.navbar-collapse.collapse 13: %ul.nav.navbar-nav.navbar-right 14: %li.active= link_to "Dashboard", hatchy.dashboard_path 15: %li= link_to "Explore", explore_path 16: %li 17: %a{href:"#contact"} Contact 18: - if current_user /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_layouts_hatchy__navbar_html_haml___3104672955572033765_57245440' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/application.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_layouts_hatchy_application_html_haml___1550017664815340953_13415880' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/responder.rb:238:in `default_render' actionpack (4.1.14) lib/action_controller/metal/responder.rb:165:in `to_html' actionpack (4.1.14) lib/action_controller/metal/responder.rb:158:in `respond' actionpack (4.1.14) lib/action_controller/metal/responder.rb:151:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:400:in `respond_with' devise (3.5.1) app/controllers/devise/sessions_controller.rb:12:in `new' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/routing/mapper.rb:45:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (12.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (27.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-13 14:04:15 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (46.5ms) Completed 500 Internal Server Error in 66ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `explore_path' for #<#:0x00000002d17ac0>): 12: #navbar.navbar-collapse.collapse 13: %ul.nav.navbar-nav.navbar-right 14: %li.active= link_to "Dashboard", hatchy.dashboard_path 15: %li= link_to "Explore", explore_path 16: %li 17: %a{href:"#contact"} Contact 18: - if current_user /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_layouts_hatchy__navbar_html_haml___3104672955572033765_57245440' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/application.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_layouts_hatchy_application_html_haml___1550017664815340953_13415880' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/responder.rb:238:in `default_render' actionpack (4.1.14) lib/action_controller/metal/responder.rb:165:in `to_html' actionpack (4.1.14) lib/action_controller/metal/responder.rb:158:in `respond' actionpack (4.1.14) lib/action_controller/metal/responder.rb:151:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:400:in `respond_with' devise (3.5.1) app/controllers/devise/sessions_controller.rb:12:in `new' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/routing/mapper.rb:45:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (13.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (27.1ms) Started GET "/" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:04:26.334195' and ends_at >= '2016-01-13 20:04:26.334195') Completed 200 OK in 114ms (Views: 113.0ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:04:26 -0600 Started GET "/t" for 127.0.0.1 at 2016-01-13 14:04:28 -0600 ActionController::RoutingError (No route matches [GET] "/t"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (99.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (14.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (28.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-13 14:05:05 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (42.4ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `explore_path' for #<#:0x00000007099c30>): 12: #navbar.navbar-collapse.collapse 13: %ul.nav.navbar-nav.navbar-right 14: %li.active= link_to "Dashboard", hatchy.dashboard_path 15: %li= link_to "Explore", explore_path 16: %li 17: %a{href:"#contact"} Contact 18: - if current_user /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_layouts_hatchy__navbar_html_haml___3104672955572033765_57245440' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/application.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_layouts_hatchy_application_html_haml___1550017664815340953_13415880' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/responder.rb:238:in `default_render' actionpack (4.1.14) lib/action_controller/metal/responder.rb:165:in `to_html' actionpack (4.1.14) lib/action_controller/metal/responder.rb:158:in `respond' actionpack (4.1.14) lib/action_controller/metal/responder.rb:151:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:400:in `respond_with' devise (3.5.1) app/controllers/devise/sessions_controller.rb:12:in `new' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/routing/mapper.rb:45:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (13.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (38.3ms) Started GET "/" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:05:43.264287' and ends_at >= '2016-01-13 20:05:43.264287') Completed 200 OK in 109ms (Views: 107.8ms | ActiveRecord: 0.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:43 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-13 14:05:44 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:05:44.820922' and ends_at >= '2016-01-13 20:05:44.820922') Completed 200 OK in 102ms (Views: 99.9ms | ActiveRecord: 0.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:05:44 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:44 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:44 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:44 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:44 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:44 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:44 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:44 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:45 -0600 Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p1DJzvr9bOZZLCo9fIAE1KUBIvMophlKej4GFWi7U+c=", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 1 [["current_sign_in_at", "2016-01-13 20:05:50.375328"], ["last_sign_in_at", "2016-01-13 19:55:00.544335"], ["sign_in_count", 3], ["updated_at", "2016-01-13 20:05:50.376367"]]  (220.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 328ms (ActiveRecord: 221.4ms) Started GET "/" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.1ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:05:50.649247' and ends_at >= '2016-01-13 20:05:50.649247') Completed 200 OK in 112ms (Views: 111.2ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:05:50 -0600 Started GET "/" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.1ms) Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:06:45.449964' and ends_at >= '2016-01-13 20:06:45.449964') Completed 200 OK in 117ms (Views: 115.0ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:45 -0600 Started GET "/" for 127.0.0.1 at 2016-01-13 14:06:59 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (13.0ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:06:59.845098' and ends_at >= '2016-01-13 20:06:59.845098') Completed 200 OK in 122ms (Views: 120.0ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:06:59 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:59 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:59 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:59 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:59 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:59 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:59 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:06:59 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:00 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-08 20:07:05.633898' AND '2016-01-13 20:07:05.634099') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (12.2ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:07:05.663428' and ends_at >= '2016-01-13 20:07:05.663428') Completed 200 OK in 113ms (Views: 109.6ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:05 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:07:12.064782' and ends_at >= '2016-01-13 20:07:12.064782') Completed 200 OK in 121ms (Views: 116.6ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:12 -0600 Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"I5eYkbBU0y5XtYewu9MPUYGGPfW0JEZ4n19o67/e57k="} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 8ms (ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:07:24.557997' and ends_at >= '2016-01-13 20:07:24.557997') Completed 200 OK in 106ms (Views: 105.0ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:24 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-08 20:07:26.179974' AND '2016-01-13 20:07:26.180160') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:07:26.208574' and ends_at >= '2016-01-13 20:07:26.208574') Completed 200 OK in 118ms (Views: 116.1ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:26 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:07:31.816335' and ends_at >= '2016-01-13 20:07:31.816335') Completed 200 OK in 115ms (Views: 108.0ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:32 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:32 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:32 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:32 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:32 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:32 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:32 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:07:32 -0600 Started GET "/" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:08:11.621796' and ends_at >= '2016-01-13 20:08:11.621796') Completed 200 OK in 121ms (Views: 119.8ms | ActiveRecord: 0.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:11 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:08:13.174200' and ends_at >= '2016-01-13 20:08:13.174200') Completed 200 OK in 102ms (Views: 100.2ms | ActiveRecord: 0.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:13 -0600 Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6a76m6bhcpfhgWNbNpHwqiT08yQeB3WQTvQR1cYTQGk=", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 1 [["current_sign_in_at", "2016-01-13 20:08:19.457464"], ["last_sign_in_at", "2016-01-13 20:05:50.375328"], ["sign_in_count", 4], ["updated_at", "2016-01-13 20:08:19.458666"]]  (148.8ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 248ms (ActiveRecord: 149.6ms) Started GET "/" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.1ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:08:19.657709' and ends_at >= '2016-01-13 20:08:19.657709') Completed 200 OK in 116ms (Views: 115.0ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:19 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:08:23.259592' and ends_at >= '2016-01-13 20:08:23.259592') Completed 200 OK in 120ms (Views: 114.9ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:23 -0600 Started GET "/" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.5ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:08:30.108899' and ends_at >= '2016-01-13 20:08:30.108899') Completed 200 OK in 121ms (Views: 119.6ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:08:30 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (1.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (23.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (62.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (95.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:13:17.705989' and ends_at >= '2016-01-13 20:13:17.705989') Completed 200 OK in 354ms (Views: 284.9ms | ActiveRecord: 5.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:17 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:18 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:18 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:18 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-13 14:13:18 -0600 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Started GET "/dashboard" for 127.0.0.1 at 2016-01-13 14:26:35 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (24.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (61.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (94.6ms) Completed 500 Internal Server Error in 169ms (ActiveRecord: 4.2ms) ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 4: - unless @my_projects.empty? 5: = render "your_projects" 6: .row 7: - unless @supported_projects.empty? 8: = render "projects_you_support" /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_dashboard_index_html_haml___2077079454697189752_19306560' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (14.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (26.8ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:27:01.339615' and ends_at >= '2016-01-13 20:27:01.339615') Completed 200 OK in 195ms (Views: 191.7ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:01 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 1.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.4ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (25.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (10.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (29.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (28.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (137.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:27:08.739707' and ends_at >= '2016-01-13 20:27:08.739707') Completed 200 OK in 278ms (Views: 241.5ms | ActiveRecord: 3.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:08 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (33.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:27:12.631081' and ends_at >= '2016-01-13 20:27:12.631081') Completed 200 OK in 132ms (Views: 122.7ms | ActiveRecord: 2.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:12 -0600 Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-13 14:27:14 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (20.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:27:14.863449' and ends_at >= '2016-01-13 20:27:14.863449') Completed 200 OK in 130ms (Views: 120.2ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/projects/contributions/new_contribution.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:15 -0600 Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:27:19 -0600 Started GET "/" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.3ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-13 20:27:45.233648' and ends_at >= '2016-01-13 20:27:45.233648') Completed 200 OK in 105ms (Views: 103.6ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-13 14:27:45 -0600 Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 1 [["admin", "t"], ["updated_at", "2016-01-14 07:43:59.733984"]]  (170.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (20.8ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (54.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 07:44:20.678557' and ends_at >= '2016-01-14 07:44:20.678557') Completed 200 OK in 295ms (Views: 273.2ms | ActiveRecord: 3.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:20 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:21 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:21 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 01:44:21 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 01:44:23 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Completed 500 Internal Server Error in 25ms (ActiveRecord: 1.7ms) NameError (uninitialized constant Hatchy::Payment): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/dashboard_controller.rb:9:in `index' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (31.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (15.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (28.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-14 01:44:52 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (33.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (42.1ms) Completed 500 Internal Server Error in 114ms (ActiveRecord: 4.7ms) ActionView::Template::Error (undefined method `get_indicator' for #<#:0x00000002ca8288>): 17: - count = m.class.model_name.name.constantize.count 18: - @max = count > @max ? count : @max 19: - percent = count > 0 ? (@max <= 1 ? count : ((Math.log(count+1) * 100.0) / Math.log(@max+1)).to_i) : -1 20: .progress{style: "margin-bottom:0px", class: "progress-#{get_indicator(percent)} #{'active' && 'active progress-striped'}" } 21: .progress-bar.animate-width-to{:class => "progress-bar-#{get_indicator(percent)}", :'data-animate-length' => ([1.0, percent].max.to_i * 20), :'data-animate-width-to' => "#{[2.0, percent].max.to_i}%", style: "width:2%"} 22: = count 23: %td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml:20:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_dashboard__last_updated_table_html_haml___3839049329080036453_26895060' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml:11:in `each' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_dashboard__last_updated_table_html_haml___3839049329080036453_26895060' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml:14:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_dashboard_index_html_haml___2889905512196462163_54284640' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (13.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (26.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-14 01:46:29 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.9ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.3ms) Completed 500 Internal Server Error in 683ms (ActiveRecord: 5.7ms) ActionView::Template::Error (File to import not found or unreadable: hatchy/pnotify.custom. Load paths: /home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/assets/images /home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/assets/javascripts /home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/assets/stylesheets /home/bauser/.rvm/gems/ruby-2.2.3/gems/jquery-datatables-rails-3.3.0/app/assets/images /home/bauser/.rvm/gems/ruby-2.2.3/gems/jquery-datatables-rails-3.3.0/app/assets/javascripts /home/bauser/.rvm/gems/ruby-2.2.3/gems/jquery-datatables-rails-3.3.0/app/assets/media /home/bauser/.rvm/gems/ruby-2.2.3/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets /home/bauser/Documents/dev/ruby/opensource/hatchy/app/assets/images /home/bauser/Documents/dev/ruby/opensource/hatchy/app/assets/javascripts /home/bauser/Documents/dev/ruby/opensource/hatchy/app/assets/stylesheets /home/bauser/.rvm/gems/ruby-2.2.3/gems/jquery-rails-3.1.4/vendor/assets/javascripts (in /home/bauser/Documents/dev/ruby/opensource/hatchy/app/assets/stylesheets/hatchy/admin.scss.erb:58)): 6: %meta{content: "NONE,NOARCHIVE", name: "robots"} 7: %meta{content: "initial-scale=1", name: "viewport", "maximum-scale": 1} 8: = csrf_meta_tag 9: = stylesheet_link_tag "hatchy/admin" 10: = yield :stylesheets 11: %body 12: - @nav_type = "navbar-fixed-top" /home/bauser/Documents/dev/ruby/opensource/hatchy/app/assets/stylesheets/hatchy/admin.scss.erb:58 sass (3.2.19) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.19) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.19) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.19) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.19) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.19) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.19) lib/sass/engine.rb:315:in `_render' sass (3.2.19) lib/sass/engine.rb:262:in `render' sass-rails (4.0.5) lib/sass/rails/template.rb:22:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.4) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.4) lib/sprockets/context.rb:194:in `each' sprockets (2.12.4) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.4) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.4) lib/sprockets/base.rb:374:in `new' sprockets (2.12.4) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.4) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.4) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.4) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.4) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.4) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.4) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.4) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.4) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.4) lib/sprockets/base.rb:377:in `new' sprockets (2.12.4) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.4) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.4) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.4) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.4) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.4) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.4) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.4) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:190:in `check_errors_for' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/admin/admin_layout.html.haml:9:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_layouts_hatchy_admin_admin_layout_html_haml___3683869827277067072_54280520' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (12.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (25.7ms) Started GET "/admin" for 127.0.0.1 at 2016-01-14 01:49:50 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (45.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (73.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 07:49:51.901926' and ends_at >= '2016-01-14 07:49:51.901926') Completed 200 OK in 1662ms (Views: 1549.2ms | ActiveRecord: 6.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 01:49:52 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 07:50:22.806455' and ends_at >= '2016-01-14 07:50:22.806455') Completed 200 OK in 150ms (Views: 136.6ms | ActiveRecord: 3.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:23 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 01:50:23 -0600 Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 01:50:28 -0600 Started GET "/admin/countries" for 127.0.0.1 at 2016-01-14 01:51:12 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::CountriesController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (13.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (140.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (15.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (29.2ms) Started GET "/admin" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 07:51:29.579843' and ends_at >= '2016-01-14 07:51:29.579843') Completed 200 OK in 134ms (Views: 122.4ms | ActiveRecord: 3.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 01:51:29 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (1.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (25.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (55.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:16:27.704180' and ends_at >= '2016-01-14 21:16:27.704180') Completed 200 OK in 428ms (Views: 278.7ms | ActiveRecord: 8.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:27 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:28 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:28 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:28 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:28 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:28 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:16:28 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (19.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (37.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.3ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:18:00.328125' and ends_at >= '2016-01-14 21:18:00.328125') Completed 200 OK in 204ms (Views: 191.0ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:00 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (11.9ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (29.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (128.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:18:02.518751' and ends_at >= '2016-01-14 21:18:02.518751') Completed 200 OK in 251ms (Views: 224.6ms | ActiveRecord: 2.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:02 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (32.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:18:05.126258' and ends_at >= '2016-01-14 21:18:05.126258') Completed 200 OK in 128ms (Views: 121.3ms | ActiveRecord: 2.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-14 15:18:05 -0600 Started GET "/" for 127.0.0.1 at 2016-01-14 15:40:29 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (21.0ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (58.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:40:29.761748' and ends_at >= '2016-01-14 21:40:29.761748') Completed 200 OK in 301ms (Views: 279.4ms | ActiveRecord: 3.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 15:40:29 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:29 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:29 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:30 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 15:40:32 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (24.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (32.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (8.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:40:33.006589' and ends_at >= '2016-01-14 21:40:33.006589') Completed 200 OK in 210ms (Views: 162.7ms | ActiveRecord: 4.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:33 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 15:40:34 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (4.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (16.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:40:35.009628' and ends_at >= '2016-01-14 21:40:35.009628') Completed 200 OK in 126ms (Views: 123.8ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:40:35 -0600 Started GET "/admin/announcements/new" for 127.0.0.1 at 2016-01-14 15:40:37 -0600 Processing by Hatchy::Admin::AnnouncementsController#new as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.7ms) ActionView::MissingTemplate (Missing template hatchy/admin/announcements/new, hatchy/admin/application/new with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/views" * "/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/kaminari-0.16.3/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/devise-3.5.1/app/views" ): actionview (4.1.14) lib/action_view/path_set.rb:46:in `find' actionview (4.1.14) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (14.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (27.4ms) Started GET "/admin/announcements/new" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Processing by Hatchy::Admin::AnnouncementsController#new as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (37.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/new.html.haml within layouts/hatchy/admin/admin_layout (42.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:42:29.631332' and ends_at >= '2016-01-14 21:42:29.631332') Completed 200 OK in 145ms (Views: 142.5ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:29 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:42:50.032219' and ends_at >= '2016-01-14 21:42:50.032219') Completed 200 OK in 109ms (Views: 105.9ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/admin/announcements/new" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Processing by Hatchy::Admin::AnnouncementsController#new as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/new.html.haml within layouts/hatchy/admin/admin_layout (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:42:50.873306' and ends_at >= '2016-01-14 21:42:50.873306') Completed 200 OK in 111ms (Views: 107.9ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:42:51 -0600 Started POST "/admin/announcements" for 127.0.0.1 at 2016-01-14 15:43:20 -0600 Processing by Hatchy::Admin::AnnouncementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tgdinPt1Dg+X705caPFPUH4IXdv7cUm3SliKOjTHgRQ=", "announcement"=>{"message"=>"global test message ", "starts_at(1i)"=>"2016", "starts_at(2i)"=>"1", "starts_at(3i)"=>"14", "starts_at(4i)"=>"15", "starts_at(5i)"=>"00", "ends_at(1i)"=>"2016", "ends_at(2i)"=>"1", "ends_at(3i)"=>"14", "ends_at(4i)"=>"15", "ends_at(5i)"=>"45"}, "commit"=>"Submit", "class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_announcements" ("created_at", "ends_at", "message", "starts_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2016-01-14 21:43:20.158934"], ["ends_at", "2016-01-14 15:45:00.000000"], ["message", "global test message "], ["starts_at", "2016-01-14 15:00:00.000000"], ["updated_at", "2016-01-14 21:43:20.158934"]]  (165.3ms) commit transaction Redirected to http://localhost:3000/admin/announcements/1 Completed 302 Found in 175ms (ActiveRecord: 166.5ms) Started GET "/admin/announcements/1" for 127.0.0.1 at 2016-01-14 15:43:20 -0600 Processing by Hatchy::Admin::AnnouncementsController#show as HTML Parameters: {"class_name"=>"Hatchy::Announcement", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE "hatchy_announcements"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.8ms) ActionView::MissingTemplate (Missing template hatchy/admin/announcements/show, hatchy/admin/application/show with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/views" * "/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/kaminari-0.16.3/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/devise-3.5.1/app/views" ): actionview (4.1.14) lib/action_view/path_set.rb:46:in `find' actionview (4.1.14) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (14.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (28.8ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:43:30.279531' and ends_at >= '2016-01-14 21:43:30.279531') Completed 200 OK in 109ms (Views: 105.6ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 15:43:30 -0600 Started GET "/admin/announcements/1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Processing by Hatchy::Admin::AnnouncementsController#show as HTML Parameters: {"class_name"=>"Hatchy::Announcement", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE "hatchy_announcements"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/show.html.haml within layouts/hatchy/admin/admin_layout (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:44:45.813911' and ends_at >= '2016-01-14 21:44:45.813911') Completed 200 OK in 111ms (Views: 107.1ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:46 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:46 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:46 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:46 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:44:46 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:45:00.625152' and ends_at >= '2016-01-14 21:45:00.625152') Completed 200 OK in 105ms (Views: 102.4ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:00 -0600 Started GET "/admin/announcements/new" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Processing by Hatchy::Admin::AnnouncementsController#new as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/new.html.haml within layouts/hatchy/admin/admin_layout (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:45:01.783168' and ends_at >= '2016-01-14 21:45:01.783168') Completed 200 OK in 115ms (Views: 112.8ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:01 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:45:02.786323' and ends_at >= '2016-01-14 21:45:02.786323') Completed 200 OK in 114ms (Views: 111.6ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:02 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:03 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:03 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:03 -0600 Started GET "/admin/announcements/1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Processing by Hatchy::Admin::AnnouncementsController#show as HTML Parameters: {"class_name"=>"Hatchy::Announcement", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE "hatchy_announcements"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/show.html.haml within layouts/hatchy/admin/admin_layout (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:45:05.123160' and ends_at >= '2016-01-14 21:45:05.123160') Completed 200 OK in 115ms (Views: 109.6ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:05 -0600 Started GET "/admin/announcements/1/edit" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Processing by Hatchy::Admin::AnnouncementsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Announcement", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE "hatchy_announcements"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/edit.html.haml within layouts/hatchy/admin/admin_layout (14.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:45:45.466361' and ends_at >= '2016-01-14 21:45:45.466361') Completed 200 OK in 125ms (Views: 120.4ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:45 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 15:45:47 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Announcement Load (0.7ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:45:47.802979' and ends_at >= '2016-01-14 21:45:47.802979') Completed 200 OK in 122ms (Views: 119.5ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:45:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:48 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:48 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:48 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:48 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:45:48 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 15:50:07 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (23.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (14.2ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:50:08.104263' and ends_at >= '2016-01-14 21:50:08.104263') Completed 200 OK in 334ms (Views: 279.5ms | ActiveRecord: 4.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 15:50:08 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:50:11.698278' and ends_at >= '2016-01-14 21:50:11.698278') Completed 200 OK in 95ms (Views: 92.0ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:11 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 15:50:12 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 15:50:12 -0600 Started GET "/admin/banks" for 127.0.0.1 at 2016-01-14 15:50:12 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::BanksController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (117.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (14.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (28.1ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-14 15:50:15 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::CategoriesController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (8.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (127.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (13.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (27.1ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-14 15:50:17 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::ContributionsController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (113.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (14.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (27.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-14 15:50:23 -0600 AbstractController::ActionNotFound (The action 'index' could not be found for Hatchy::UsersController): actionpack (4.1.14) lib/abstract_controller/base.rb:131:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (15.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (29.3ms) Started GET "/admin/announcements/1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Processing by Hatchy::Admin::AnnouncementsController#show as HTML Parameters: {"class_name"=>"Hatchy::Announcement", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE "hatchy_announcements"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/show.html.haml within layouts/hatchy/admin/admin_layout (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:50:30.532285' and ends_at >= '2016-01-14 21:50:30.532285') Completed 200 OK in 114ms (Views: 107.3ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:30 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:50:36.223226' and ends_at >= '2016-01-14 21:50:36.223226') Completed 200 OK in 115ms (Views: 112.1ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 15:50:36 -0600 Started GET "/" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (14.3ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:50:48.093453' and ends_at >= '2016-01-14 21:50:48.093453') Completed 200 OK in 154ms (Views: 145.2ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:48 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (1.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (30.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (43.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:50:50.655376' and ends_at >= '2016-01-14 21:50:50.655376') Completed 200 OK in 222ms (Views: 171.6ms | ActiveRecord: 6.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:50:50 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (44.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (68.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:54:44.410033' and ends_at >= '2016-01-14 21:54:44.410033') Completed 200 OK in 389ms (Views: 266.1ms | ActiveRecord: 6.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:44 -0600 Started GET "/admin/categories" for 127.0.0.1 at 2016-01-14 15:54:46 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (33.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (40.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:54:46.989052' and ends_at >= '2016-01-14 21:54:46.989052') Completed 200 OK in 147ms (Views: 144.6ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 15:54:47 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (26.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:54:50.787160' and ends_at >= '2016-01-14 21:54:50.787160') Completed 200 OK in 139ms (Views: 126.7ms | ActiveRecord: 3.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:50 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:51 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:51 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:51 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:51 -0600 Started GET "/admin/categories" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Category Load (0.7ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (29.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (33.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:54:56.767560' and ends_at >= '2016-01-14 21:54:56.767560') Completed 200 OK in 146ms (Views: 142.2ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:56 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:54:57 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 15:54:57 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 15:54:57 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:55:27.798396' and ends_at >= '2016-01-14 21:55:27.798396') Completed 200 OK in 113ms (Views: 110.1ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:27 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:28 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:28 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:28 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:28 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:28 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:28 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:28 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:28 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:28 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 15:55:28 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 15:55:28 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:55:29.657777' and ends_at >= '2016-01-14 21:55:29.657777') Completed 200 OK in 122ms (Views: 112.1ms | ActiveRecord: 3.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:29 -0600 Started GET "/admin/categories" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.5ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (29.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (34.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:55:38.282259' and ends_at >= '2016-01-14 21:55:38.282259') Completed 200 OK in 158ms (Views: 154.0ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 15:55:38 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-09 21:55:47.553353' AND '2016-01-14 21:55:47.553522') Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (34.5ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:55:47.614128' and ends_at >= '2016-01-14 21:55:47.614128') Completed 200 OK in 171ms (Views: 168.4ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 15:55:47 -0600 Started GET "/" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (20.8ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (52.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 21:59:58.574769' and ends_at >= '2016-01-14 21:59:58.574769') Completed 200 OK in 300ms (Views: 278.1ms | ActiveRecord: 3.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 15:59:58 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 16:00:00 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.5ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (27.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (37.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:00.816971' and ends_at >= '2016-01-14 22:00:00.816971') Completed 200 OK in 220ms (Views: 168.0ms | ActiveRecord: 4.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:00 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:00 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:01 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.8ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:05.341903' and ends_at >= '2016-01-14 22:00:05.341903') Completed 200 OK in 130ms (Views: 125.8ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 16:00:05 -0600 Started GET "/admin/banks" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.6ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:06.740576' and ends_at >= '2016-01-14 22:00:06.740576') Completed 200 OK in 123ms (Views: 120.1ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:06 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 16:00:07 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 16:00:07 -0600 Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:14.064848' and ends_at >= '2016-01-14 22:00:14.064848') Completed 200 OK in 115ms (Views: 108.9ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:14 -0600 Started GET "/admin/banks/1/edit" for 127.0.0.1 at 2016-01-14 16:00:18 -0600 Processing by Hatchy::Admin::BanksController#edit as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/edit.html.haml within layouts/hatchy/admin/admin_layout (16.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:18.826297' and ends_at >= '2016-01-14 22:00:18.826297') Completed 200 OK in 119ms (Views: 115.8ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:18 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:18 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:18 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:18 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:18 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:18 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:18 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:18 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:18 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:19 -0600 Started GET "/admin/banks/new" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Processing by Hatchy::Admin::BanksController#new as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/new.html.haml within layouts/hatchy/admin/admin_layout (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:21.441602' and ends_at >= '2016-01-14 22:00:21.441602') Completed 200 OK in 114ms (Views: 109.8ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:21 -0600 Started GET "/admin/banks" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:22.494445' and ends_at >= '2016-01-14 22:00:22.494445') Completed 200 OK in 111ms (Views: 107.4ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 16:00:22 -0600 Started GET "/admin/banks/new" for 127.0.0.1 at 2016-01-14 16:00:24 -0600 Processing by Hatchy::Admin::BanksController#new as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/new.html.haml within layouts/hatchy/admin/admin_layout (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.3ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:24.889787' and ends_at >= '2016-01-14 22:00:24.889787') Completed 200 OK in 109ms (Views: 106.2ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:24 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Started GET "/admin/banks" for 127.0.0.1 at 2016-01-14 16:00:25 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:26.011147' and ends_at >= '2016-01-14 22:00:26.011147') Completed 200 OK in 113ms (Views: 110.2ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 16:00:26 -0600 Started GET "/" for 127.0.0.1 at 2016-01-14 16:00:38 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.3ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:38.933692' and ends_at >= '2016-01-14 22:00:38.933692') Completed 200 OK in 108ms (Views: 106.9ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:39 -0600 Started GET "/" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.0ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:42.088382' and ends_at >= '2016-01-14 22:00:42.088382') Completed 200 OK in 109ms (Views: 107.1ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:42 -0600 Started GET "/projects/new" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:46.357464' and ends_at >= '2016-01-14 22:00:46.357464') Completed 200 OK in 115ms (Views: 105.7ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:46 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (16.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (31.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:50.366897' and ends_at >= '2016-01-14 22:00:50.366897') Completed 200 OK in 136ms (Views: 125.5ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:50 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (11.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (29.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (131.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:00:52.701146' and ends_at >= '2016-01-14 22:00:52.701146') Completed 200 OK in 257ms (Views: 229.3ms | ActiveRecord: 2.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-14 16:00:52 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (32.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:01:03.366039' and ends_at >= '2016-01-14 22:01:03.366039') Completed 200 OK in 143ms (Views: 135.6ms | ActiveRecord: 2.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:03 -0600 Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-14 16:01:09 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:01:09.931440' and ends_at >= '2016-01-14 22:01:09.931440') Completed 200 OK in 118ms (Views: 104.4ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/assets/hatchy/projects/contributions/new_contribution.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:10 -0600 Started GET "/" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.1ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:01:14.764726' and ends_at >= '2016-01-14 22:01:14.764726') Completed 200 OK in 118ms (Views: 117.2ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:14 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:15 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:15 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:15 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:15 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:15 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:01:42.094600' and ends_at >= '2016-01-14 22:01:42.094600') Completed 200 OK in 126ms (Views: 116.0ms | ActiveRecord: 3.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:01:42 -0600 Started GET "/admin/countries" for 127.0.0.1 at 2016-01-14 16:01:55 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::CountriesController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (139.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (14.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (28.5ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-14 16:06:57 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.8ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (45.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (58.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (19.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (17.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:06:58.168314' and ends_at >= '2016-01-14 22:06:58.168314') Completed 200 OK in 383ms (Views: 328.4ms | ActiveRecord: 3.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 16:06:58 -0600 Started GET "/admin/banks" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:06:59.280692' and ends_at >= '2016-01-14 22:06:59.280692') Completed 200 OK in 105ms (Views: 100.9ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 16:06:59 -0600 Started GET "/admin/countries" for 127.0.0.1 at 2016-01-14 16:07:02 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.3ms) ActionView::MissingTemplate (Missing template hatchy/admin/countries/index, hatchy/admin/application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/views" * "/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/kaminari-0.16.3/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/devise-3.5.1/app/views" ): actionview (4.1.14) lib/action_view/path_set.rb:46:in `find' actionview (4.1.14) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (13.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (28.9ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-14 16:10:01 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Country Load (2.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (339.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (346.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:10:01.953591' and ends_at >= '2016-01-14 22:10:01.953591') Completed 200 OK in 488ms (Views: 453.5ms | ActiveRecord: 4.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 16:10:02 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 16:12:42 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (45.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (70.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:12:42.851495' and ends_at >= '2016-01-14 22:12:42.851495') Completed 200 OK in 397ms (Views: 266.8ms | ActiveRecord: 8.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:43 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:12:47.430584' and ends_at >= '2016-01-14 22:12:47.430584') Completed 200 OK in 119ms (Views: 117.1ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 16:12:47 -0600 Started GET "/admin/banks" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:12:48.222788' and ends_at >= '2016-01-14 22:12:48.222788') Completed 200 OK in 118ms (Views: 114.9ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Started GET "/admin/categories" for 127.0.0.1 at 2016-01-14 16:12:48 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (26.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (31.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:12:49.002230' and ends_at >= '2016-01-14 22:12:49.002230') Completed 200 OK in 122ms (Views: 119.8ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-14 16:12:49 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::ContributionsController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (122.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (13.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (27.7ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-14 16:12:51 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Country Load (2.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (343.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (350.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:12:51.821255' and ends_at >= '2016-01-14 22:12:51.821255') Completed 200 OK in 451ms (Views: 444.5ms | ActiveRecord: 3.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:12:51 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:51 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:51 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:51 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:51 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:51 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-14 16:12:52 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-14 16:12:53 -0600 AbstractController::ActionNotFound (The action 'index' could not be found for Hatchy::ProjectsController): actionpack (4.1.14) lib/abstract_controller/base.rb:131:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (16.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (28.2ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-14 16:12:54 -0600 AbstractController::ActionNotFound (The action 'index' could not be found for Hatchy::UsersController): actionpack (4.1.14) lib/abstract_controller/base.rb:131:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (15.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (29.8ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-14 16:19:03 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"tgdinPt1Dg+X705caPFPUH4IXdv7cUm3SliKOjTHgRQ="} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 61ms (ActiveRecord: 2.5ms) Started GET "/" for 127.0.0.1 at 2016-01-14 16:19:03 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (25.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:04.048219' and ends_at >= '2016-01-14 22:19:04.048219') Completed 200 OK in 241ms (Views: 223.1ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:04 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (17.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:05.589191' and ends_at >= '2016-01-14 22:19:05.589191') Completed 200 OK in 102ms (Views: 99.1ms | ActiveRecord: 0.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:05 -0600 Started GET "/users/sign_up" for 127.0.0.1 at 2016-01-14 16:19:08 -0600 Processing by Devise::RegistrationsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/registrations/new.html.haml within layouts/hatchy/application (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:08.997837' and ends_at >= '2016-01-14 22:19:08.997837') Completed 200 OK in 114ms (Views: 112.5ms | ActiveRecord: 0.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:09 -0600 Started POST "/users" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s6lAbVsD2vWN67Jyl2JVqlP8TmHo0jxtXxTiyHWy/dE=", "user"=>{"email"=>"te@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Let me in now!"}  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'te@mail.com' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'te@mail.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "hatchy_users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2016-01-14 22:19:19.272743"], ["email", "te@mail.com"], ["encrypted_password", "$2a$10$d6J3lQjeLQ/Xh.KTMaZuWOpMnDyAXdOSN/1GbC2YHwzW/TFofcEUi"], ["updated_at", "2016-01-14 22:19:19.272743"]]  (166.3ms) commit transaction  (0.2ms) begin transaction Binary data inserted for `string` type on column `current_sign_in_ip` Binary data inserted for `string` type on column `last_sign_in_ip` SQL (0.7ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 2 [["current_sign_in_at", "2016-01-14 22:19:19.443605"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_at", "2016-01-14 22:19:19.443605"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-14 22:19:19.445237"]]  (161.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 439ms (ActiveRecord: 329.7ms) Started GET "/" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.6ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:19.654263' and ends_at >= '2016-01-14 22:19:19.654263') Completed 200 OK in 105ms (Views: 103.1ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:19 -0600 Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (10.9ms) Hatchy::Country Load (1.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (47.2ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (93.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:23.625172' and ends_at >= '2016-01-14 22:19:23.625172') Completed 200 OK in 206ms (Views: 183.6ms | ActiveRecord: 4.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:23 -0600 Started PATCH "/users/2" for 127.0.0.1 at 2016-01-14 16:19:34 -0600 Processing by Hatchy::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s6lAbVsD2vWN67Jyl2JVqlP8TmHo0jxtXxTiyHWy/dE=", "user"=>{"first_name"=>"TE", "last_name"=>"te", "facebook_link"=>"http://www.fb.com", "twitter_link"=>"http://www.tw.com", "about"=>""}, "anchor"=>"about_you", "commit"=>"Save Profile", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_users" SET "about" = ?, "facebook_link" = ?, "first_name" = ?, "last_name" = ?, "twitter_link" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 2 [["about", ""], ["facebook_link", "http://www.fb.com"], ["first_name", "TE"], ["last_name", "te"], ["twitter_link", "http://www.tw.com"], ["updated_at", "2016-01-14 22:19:34.943392"]]  (252.2ms) commit transaction Redirected to http://localhost:3000/users/2/edit#about_you Completed 302 Found in 263ms (ActiveRecord: 253.3ms) Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (8.1ms) Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (25.5ms) Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (51.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:35.278631' and ends_at >= '2016-01-14 22:19:35.278631') Completed 200 OK in 154ms (Views: 145.7ms | ActiveRecord: 4.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:35 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-09 22:19:37.745407' AND '2016-01-14 22:19:37.745601') Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (13.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (50.2ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:37.809731' and ends_at >= '2016-01-14 22:19:37.809731') Completed 200 OK in 155ms (Views: 144.7ms | ActiveRecord: 2.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:37 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:38 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:38 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:38 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:38 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:38 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:38 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (50.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:39.476480' and ends_at >= '2016-01-14 22:19:39.476480') Completed 200 OK in 147ms (Views: 140.7ms | ActiveRecord: 2.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:39 -0600 Started GET "/" for 127.0.0.1 at 2016-01-14 16:19:40 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.3ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:40.990581' and ends_at >= '2016-01-14 22:19:40.990581') Completed 200 OK in 109ms (Views: 107.5ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:41 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-09 22:19:44.537673' AND '2016-01-14 22:19:44.537856') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (12.5ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:44.570182' and ends_at >= '2016-01-14 22:19:44.570182') Completed 200 OK in 115ms (Views: 111.5ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:44 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:46.736050' and ends_at >= '2016-01-14 22:19:46.736050') Completed 200 OK in 112ms (Views: 107.2ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:46 -0600 Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"s6lAbVsD2vWN67Jyl2JVqlP8TmHo0jxtXxTiyHWy/dE="} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 7ms (ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:51.475827' and ends_at >= '2016-01-14 22:19:51.475827') Completed 200 OK in 110ms (Views: 108.6ms | ActiveRecord: 0.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:51 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-09 22:19:53.159959' AND '2016-01-14 22:19:53.160084') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:53.188895' and ends_at >= '2016-01-14 22:19:53.188895') Completed 200 OK in 118ms (Views: 115.4ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:53 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:54.329761' and ends_at >= '2016-01-14 22:19:54.329761') Completed 200 OK in 112ms (Views: 108.4ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:54 -0600 Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:19:57.256703' and ends_at >= '2016-01-14 22:19:57.256703') Completed 200 OK in 112ms (Views: 110.3ms | ActiveRecord: 0.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:19:57 -0600 Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-14 16:20:02 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"f//DPZwfiHn5M4jcjxy0k+rI8fG4sok6NQORihAN29M=", "user"=>{"email"=>"te@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = 'te@mail.com' ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 2 [["current_sign_in_at", "2016-01-14 22:20:02.665438"], ["sign_in_count", 2], ["updated_at", "2016-01-14 22:20:02.666259"]]  (149.0ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/new?reward_id=1 Completed 302 Found in 250ms (ActiveRecord: 150.0ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-14 16:20:02 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.6ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:20:02.871736' and ends_at >= '2016-01-14 22:20:02.871736') Completed 200 OK in 121ms (Views: 106.9ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:20:02 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:02 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/assets/hatchy/projects/contributions/new_contribution.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:03 -0600 Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:20:05.542250' and ends_at >= '2016-01-14 22:20:05.542250') Completed 200 OK in 113ms (Views: 104.7ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/assets/hatchy/projects/contributions/new_contribution.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:05 -0600 Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-14 16:20:42 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (69.8ms) Hatchy::Country Load (2.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (36.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (137.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (144.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:20:43.011347' and ends_at >= '2016-01-14 22:20:43.011347') Completed 200 OK in 253ms (Views: 242.1ms | ActiveRecord: 3.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/projects/contributions/new_contribution.js?body=1" for 127.0.0.1 at 2016-01-14 16:20:43 -0600 Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:21:26 -0600 Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (8.0ms) Hatchy::Country Load (2.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (25.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (50.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (57.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:30:38.447200' and ends_at >= '2016-01-14 22:30:38.447200') Completed 200 OK in 161ms (Views: 147.4ms | ActiveRecord: 3.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/assets/hatchy/projects/contributions/new_contribution.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:38 -0600 Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (7.1ms) Hatchy::Country Load (2.0ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (26.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (44.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (51.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:30:58.316502' and ends_at >= '2016-01-14 22:30:58.316502') Completed 200 OK in 161ms (Views: 152.7ms | ActiveRecord: 3.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started GET "/assets/hatchy/projects/contributions/new_contribution.js?body=1" for 127.0.0.1 at 2016-01-14 16:30:58 -0600 Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-14 16:31:30 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5gO5aun00kXjM6VC/AoPJrzzECxOE4o/V/9327cEk0w=", "contribution"=>{"reward_id"=>"on", "value"=>"100.0", "name"=>"TE te", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"1", "country_id"=>"35", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181", "card_type"=>"Visa", "card_number"=>"123", "card_verification"=>"123", "card_expires_on(1i)"=>"2016", "card_expires_on(2i)"=>"1", "card_expires_on(3i)"=>"1"}, "commit"=>"Save", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 12ms (ActiveRecord: 1.2ms) NameError (undefined local variable or method `credit_card' for #): activemodel (4.1.14) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.14) lib/active_record/attribute_methods.rb:213:in `method_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/contribution.rb:38:in `validate_card' activesupport (4.1.14) lib/active_support/callbacks.rb:429:in `block in make_lambda' activesupport (4.1.14) lib/active_support/callbacks.rb:178:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:178:in `block in conditional' activesupport (4.1.14) lib/active_support/callbacks.rb:501:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:501:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:501:in `each' activesupport (4.1.14) lib/active_support/callbacks.rb:501:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' activemodel (4.1.14) lib/active_model/validations.rb:376:in `run_validations!' activemodel (4.1.14) lib/active_model/validations/callbacks.rb:111:in `block in run_validations!' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' activemodel (4.1.14) lib/active_model/validations/callbacks.rb:111:in `run_validations!' activemodel (4.1.14) lib/active_model/validations.rb:317:in `valid?' activerecord (4.1.14) lib/active_record/validations.rb:70:in `valid?' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:25:in `create' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:35:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (15.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (28.9ms) Started GET "/" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.0ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:31:38.574626' and ends_at >= '2016-01-14 22:31:38.574626') Completed 200 OK in 104ms (Views: 102.3ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:38 -0600 Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-14 16:31:41 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (7.4ms) Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (27.1ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (50.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:31:42.033430' and ends_at >= '2016-01-14 22:31:42.033430') Completed 200 OK in 155ms (Views: 145.0ms | ActiveRecord: 3.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:42 -0600 Started GET "/" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.4ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:31:46.094431' and ends_at >= '2016-01-14 22:31:46.094431') Completed 200 OK in 111ms (Views: 109.4ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-14 16:31:46 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-09 22:31:46.933099' AND '2016-01-14 22:31:46.933400') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (15.3ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:31:46.973748' and ends_at >= '2016-01-14 22:31:46.973748') Completed 200 OK in 132ms (Views: 128.0ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.4ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:31:47.619897' and ends_at >= '2016-01-14 22:31:47.619897') Completed 200 OK in 118ms (Views: 111.4ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:47 -0600 Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"5gO5aun00kXjM6VC/AoPJrzzECxOE4o/V/9327cEk0w="} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.3ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 7ms (ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:31:51.293033' and ends_at >= '2016-01-14 22:31:51.293033') Completed 200 OK in 108ms (Views: 107.4ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:51 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:31:52.756170' and ends_at >= '2016-01-14 22:31:52.756170') Completed 200 OK in 113ms (Views: 111.0ms | ActiveRecord: 0.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:52 -0600 Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"V0hhWifb4xbZ1m267xtlpOJ6Csil7ZtADFr1uHWT6CY=", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (1.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 1 [["current_sign_in_at", "2016-01-14 22:31:56.491974"], ["last_sign_in_at", "2016-01-13 20:08:19.457464"], ["sign_in_count", 5], ["updated_at", "2016-01-14 22:31:56.492865"]]  (159.8ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 261ms (ActiveRecord: 161.3ms) Started GET "/" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.6ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:31:56.698409' and ends_at >= '2016-01-14 22:31:56.698409') Completed 200 OK in 110ms (Views: 108.8ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:56 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-14 16:31:58 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (16.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (27.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (10.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:31:58.928453' and ends_at >= '2016-01-14 22:31:58.928453') Completed 200 OK in 194ms (Views: 181.2ms | ActiveRecord: 3.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-14 16:31:59 -0600 Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-14 16:32:01 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::ContributionsController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (17.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (140.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (16.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (32.3ms) Started GET "/" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.5ms) Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-14 22:32:06.537687' and ends_at >= '2016-01-14 22:32:06.537687') Completed 200 OK in 137ms (Views: 135.3ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-14 16:32:06 -0600 Started GET "/" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (27.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-16 14:53:18.329916' and ends_at >= '2016-01-16 14:53:18.329916') Completed 200 OK in 254ms (Views: 240.1ms | ActiveRecord: 2.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:18 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-11 14:53:20.242537' AND '2016-01-16 14:53:20.242801') Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (16.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (51.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-16 14:53:20.304526' and ends_at >= '2016-01-16 14:53:20.304526') Completed 200 OK in 133ms (Views: 124.6ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:20 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-16 08:53:21 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (47.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-16 14:53:21.899418' and ends_at >= '2016-01-16 14:53:21.899418') Completed 200 OK in 147ms (Views: 122.0ms | ActiveRecord: 2.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 08:53:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-16 08:53:22 -0600 Started GET "/t" for 127.0.0.1 at 2016-01-16 08:53:25 -0600 ActionController::RoutingError (No route matches [GET] "/t"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (99.2ms) Started GET "/" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (21.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:24:29.676783' and ends_at >= '2016-01-17 02:24:29.676783') Completed 200 OK in 237ms (Views: 223.0ms | ActiveRecord: 2.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:29 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:30 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:30 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:30 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:30 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:30 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:30 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:24:31.751876' and ends_at >= '2016-01-17 02:24:31.751876') Completed 200 OK in 117ms (Views: 94.2ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:31 -0600 Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ywtJN+fxXOc0J86SbxXJZbK94djhg8FhK3aRJZoRe4Q=", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 1 [["current_sign_in_at", "2016-01-17 02:24:35.114031"], ["last_sign_in_at", "2016-01-14 22:31:56.491974"], ["sign_in_count", 6], ["updated_at", "2016-01-17 02:24:35.115632"]]  (172.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 276ms (ActiveRecord: 173.5ms) Started GET "/" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.9ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:24:35.336156' and ends_at >= '2016-01-17 02:24:35.336156') Completed 200 OK in 90ms (Views: 88.6ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:35 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-16 20:24:38 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (34.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (50.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:24:38.982934' and ends_at >= '2016-01-17 02:24:38.982934') Completed 200 OK in 145ms (Views: 128.3ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:39 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (11.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.0ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (35.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (123.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:24:40.594728' and ends_at >= '2016-01-17 02:24:40.594728') Completed 200 OK in 238ms (Views: 199.6ms | ActiveRecord: 3.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:40 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-16 20:24:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (34.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:24:43.023186' and ends_at >= '2016-01-17 02:24:43.023186') Completed 200 OK in 126ms (Views: 117.9ms | ActiveRecord: 2.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:43 -0600 Started GET "/" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.7ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:24:48.481623' and ends_at >= '2016-01-17 02:24:48.481623') Completed 200 OK in 94ms (Views: 91.9ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:48 -0600 Started GET "/projects/new" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:24:51.654711' and ends_at >= '2016-01-17 02:24:51.654711') Completed 200 OK in 92ms (Views: 88.3ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:51 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (22.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:24:54.202652' and ends_at >= '2016-01-17 02:24:54.202652') Completed 200 OK in 162ms (Views: 149.3ms | ActiveRecord: 2.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:24:54 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-16 20:25:01 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (16.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:25:01.898566' and ends_at >= '2016-01-17 02:25:01.898566') Completed 200 OK in 111ms (Views: 108.5ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:25:01 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-16 20:25:02 -0600 Started GET "/admin/banks" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:25:04.047221' and ends_at >= '2016-01-17 02:25:04.047221') Completed 200 OK in 89ms (Views: 86.3ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-16 20:25:04 -0600 Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-16 20:25:05 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::ContributionsController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (113.3ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (25.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (31.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:25:09.321969' and ends_at >= '2016-01-17 02:25:09.321969') Completed 200 OK in 118ms (Views: 114.9ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-16 20:25:09 -0600 Started GET "/admin/countries" for 127.0.0.1 at 2016-01-16 20:25:11 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Country Load (1.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (289.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (296.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:25:12.208133' and ends_at >= '2016-01-17 02:25:12.208133') Completed 200 OK in 438ms (Views: 430.7ms | ActiveRecord: 2.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-16 20:25:12 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:25:15 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::ProjectsController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (125.2ms) Started GET "/" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.6ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:25:30.405209' and ends_at >= '2016-01-17 02:25:30.405209') Completed 200 OK in 103ms (Views: 100.6ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:30 -0600 Started GET "/" for 127.0.0.1 at 2016-01-16 20:25:48 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (19.9ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (30.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:25:49.068865' and ends_at >= '2016-01-17 02:25:49.068865') Completed 200 OK in 282ms (Views: 266.7ms | ActiveRecord: 3.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:49 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (30.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (44.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:25:53.102160' and ends_at >= '2016-01-17 02:25:53.102160') Completed 200 OK in 138ms (Views: 121.6ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:53 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-12 02:25:56.101052' AND '2016-01-17 02:25:56.101219') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (15.3ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:25:56.130875' and ends_at >= '2016-01-17 02:25:56.130875') Completed 200 OK in 96ms (Views: 93.0ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:25:56 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (24.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (32.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:26:49.457076' and ends_at >= '2016-01-17 02:26:49.457076') Completed 200 OK in 199ms (Views: 168.2ms | ActiveRecord: 3.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:49 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.4ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-12 02:26:54.092116' AND '2016-01-17 02:26:54.092253') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (12.8ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:26:54.123355' and ends_at >= '2016-01-17 02:26:54.123355') Completed 200 OK in 103ms (Views: 100.2ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-16 20:26:54 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.9ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (13.9ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (33.2ms) Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (27.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (146.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:26:55.038172' and ends_at >= '2016-01-17 02:26:55.038172') Completed 200 OK in 246ms (Views: 219.4ms | ActiveRecord: 2.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:55 -0600 Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"n9b6TpKomGBX2DeBR7ekO9FSoUwmAVLtasfuZt6pgQc="} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 6ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:26:57.583820' and ends_at >= '2016-01-17 02:26:57.583820') Completed 200 OK in 84ms (Views: 82.1ms | ActiveRecord: 0.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:57 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.4ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-12 02:26:59.287413' AND '2016-01-17 02:26:59.287537') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:26:59.314553' and ends_at >= '2016-01-17 02:26:59.314553') Completed 200 OK in 93ms (Views: 90.8ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:26:59 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (32.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:27:00.080039' and ends_at >= '2016-01-17 02:27:00.080039') Completed 200 OK in 109ms (Views: 103.5ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:00 -0600 Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:27:03.739890' and ends_at >= '2016-01-17 02:27:03.739890') Completed 200 OK in 91ms (Views: 86.1ms | ActiveRecord: 0.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:03 -0600 Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-16 20:27:08 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MooOyeVCqk0VVX/iF6ppIMnKbyWubBGQQV8D0svLcL8=", "user"=>{"email"=>"te@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = 'te@mail.com' ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 2 [["current_sign_in_at", "2016-01-17 02:27:08.570768"], ["last_sign_in_at", "2016-01-14 22:20:02.665438"], ["sign_in_count", 3], ["updated_at", "2016-01-17 02:27:08.572201"]]  (174.7ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/new?reward_id=1 Completed 302 Found in 278ms (ActiveRecord: 175.7ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-16 20:27:08 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (9.9ms) Hatchy::Country Load (2.0ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (37.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (71.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (78.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:27:08.876757' and ends_at >= '2016-01-17 02:27:08.876757') Completed 200 OK in 176ms (Views: 158.3ms | ActiveRecord: 3.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:27:08 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:08 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:08 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:08 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:08 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/assets/hatchy/projects/contributions/new_contribution.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:09 -0600 Started GET "/" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.3ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:27:31.575632' and ends_at >= '2016-01-17 02:27:31.575632') Completed 200 OK in 97ms (Views: 95.0ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:31 -0600 Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"+NXIW636cOA1c/YSc03KuEo7h6TrtpziRJBp5NM0x/w="} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 5ms (ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:27:35.501737' and ends_at >= '2016-01-17 02:27:35.501737') Completed 200 OK in 85ms (Views: 84.3ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:27:35 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:28:04.500800' and ends_at >= '2016-01-17 02:28:04.500800') Completed 200 OK in 89ms (Views: 87.1ms | ActiveRecord: 0.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:04 -0600 Started GET "/" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:28:12.290825' and ends_at >= '2016-01-17 02:28:12.290825') Completed 200 OK in 83ms (Views: 82.2ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:28:12 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (48.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:31:18.429696' and ends_at >= '2016-01-17 02:31:18.429696') Completed 200 OK in 272ms (Views: 235.3ms | ActiveRecord: 2.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:18 -0600 Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"y3KMW9B3dZL/ikX1MNHeikwSbs6l0aT9Kxau8yeer7Q=", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 1 [["current_sign_in_at", "2016-01-17 02:31:21.432861"], ["last_sign_in_at", "2016-01-17 02:24:35.114031"], ["sign_in_count", 7], ["updated_at", "2016-01-17 02:31:21.434706"]]  (185.3ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 297ms (ActiveRecord: 186.1ms) Started GET "/" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.0ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:31:21.681077' and ends_at >= '2016-01-17 02:31:21.681077') Completed 200 OK in 96ms (Views: 84.4ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:21 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (20.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:31:24.587372' and ends_at >= '2016-01-17 02:31:24.587372') Completed 200 OK in 201ms (Views: 155.0ms | ActiveRecord: 4.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:24 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-16 20:31:31 -0600 AbstractController::ActionNotFound (The action 'index' could not be found for Hatchy::UsersController): actionpack (4.1.14) lib/abstract_controller/base.rb:131:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.5ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:31:33.720252' and ends_at >= '2016-01-17 02:31:33.720252') Completed 200 OK in 98ms (Views: 95.8ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:31:33 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452997893875" for 127.0.0.1 at 2016-01-16 20:31:34 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452997893875", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.4ms) NameError (uninitialized constant Hatchy::ProjectsDatatable): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:8:in `block (2 levels) in index' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:6:in `index' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (21.8ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:32:19 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.7ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:32:19.854048' and ends_at >= '2016-01-17 02:32:19.854048') Completed 200 OK in 89ms (Views: 86.6ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:32:19 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:19 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:19 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:19 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:19 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:19 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:19 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:19 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:19 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:19 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452997940015" for 127.0.0.1 at 2016-01-16 20:32:20 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452997940015", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms) NameError (uninitialized constant Hatchy::ProjectsDatatable): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:8:in `block (2 levels) in index' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:6:in `index' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (13.1ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.6ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:33:29.167842' and ends_at >= '2016-01-17 02:33:29.167842') Completed 200 OK in 88ms (Views: 85.9ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998009315" for 127.0.0.1 at 2016-01-16 20:33:29 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998009315", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.7ms) NameError (uninitialized constant Hatchy::ProjectsDatatable): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:8:in `block (2 levels) in index' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:6:in `index' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (13.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:34:17 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:38:39.293645' and ends_at >= '2016-01-17 02:38:39.293645') Completed 200 OK in 110ms (Views: 85.0ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998319473" for 127.0.0.1 at 2016-01-16 20:38:39 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998319473", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.7ms) NameError (uninitialized constant Hatchy::Admin::ProjectsDatatable): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:8:in `block (2 levels) in index' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:6:in `index' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (12.3ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:38:49 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (21.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (20.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:38:50.037601' and ends_at >= '2016-01-17 02:38:50.037601') Completed 200 OK in 275ms (Views: 227.4ms | ActiveRecord: 3.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998330286" for 127.0.0.1 at 2016-01-16 20:38:50 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998330286", "class_name"=>"Hatchy::Project"} Hatchy::User Load (1.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.8ms) NameError (uninitialized constant Hatchy::Admin::ProjectsDatatable): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:8:in `block (2 levels) in index' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:6:in `index' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (13.6ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:39:20 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:39:21.061419' and ends_at >= '2016-01-17 02:39:21.061419') Completed 200 OK in 97ms (Views: 72.5ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998361200" for 127.0.0.1 at 2016-01-16 20:39:21 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998361200", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms) NameError (uninitialized constant ProjectsDatatable): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:8:in `block (2 levels) in index' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:6:in `index' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (15.6ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:39:26 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:39:27.138740' and ends_at >= '2016-01-17 02:39:27.138740') Completed 200 OK in 102ms (Views: 76.6ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998367283" for 127.0.0.1 at 2016-01-16 20:39:27 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998367283", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.3ms) NameError (uninitialized constant Hatchy::Admin::ProjectsDatatable): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:8:in `block (2 levels) in index' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:6:in `index' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (14.0ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:40:02.845097' and ends_at >= '2016-01-17 02:40:02.845097') Completed 200 OK in 102ms (Views: 78.4ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998402996" for 127.0.0.1 at 2016-01-16 20:40:03 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998402996", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.5ms) NameError (uninitialized constant Hatchy::ProjectsDatatable): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:8:in `block (2 levels) in index' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:6:in `index' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (13.9ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:40:35 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (20.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (19.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:40:36.170502' and ends_at >= '2016-01-17 02:40:36.170502') Completed 200 OK in 266ms (Views: 221.4ms | ActiveRecord: 2.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998436390" for 127.0.0.1 at 2016-01-16 20:40:36 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998436390", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.5ms) NameError (uninitialized constant Hatchy::ProjectsDatatable): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:8:in `block (2 levels) in index' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `call' actionpack (4.1.14) lib/action_controller/metal/mime_responds.rb:258:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:6:in `index' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (13.9ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:41:44.736823' and ends_at >= '2016-01-17 02:41:44.736823') Completed 200 OK in 214ms (Views: 174.0ms | ActiveRecord: 2.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:44 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:45 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:45 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:45 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:45 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:41:45 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:41:45 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998504974" for 127.0.0.1 at 2016-01-16 20:41:45 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998504974", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 66ms (Views: 60.0ms | ActiveRecord: 2.3ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-16 20:41:45 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-16 20:42:30 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 47ms (ActiveRecord: 2.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-16 20:42:30 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.7ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (20.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (5.0ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (18.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (31.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (43.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (166.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:42:30.928905' and ends_at >= '2016-01-17 02:42:30.928905') Completed 200 OK in 327ms (Views: 276.4ms | ActiveRecord: 3.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:31 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998552427" for 127.0.0.1 at 2016-01-16 20:42:32 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998552427", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 15ms (Views: 7.8ms | ActiveRecord: 1.6ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-16 20:42:32 -0600 Started GET "/users/1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Processing by Hatchy::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/show.html.haml within layouts/hatchy/application (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:42:34.136546' and ends_at >= '2016-01-17 02:42:34.136546') Completed 200 OK in 87ms (Views: 83.6ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-16 20:42:34 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998555912" for 127.0.0.1 at 2016-01-16 20:42:35 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998555912", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 10ms (Views: 7.2ms | ActiveRecord: 1.4ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-16 20:42:36 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-16 20:42:39 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.6ms) ActionView::MissingTemplate (Missing template hatchy/admin/projects/show, hatchy/admin/application/show with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/views" * "/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/kaminari-0.16.3/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/devise-3.5.1/app/views" ): actionview (4.1.14) lib/action_view/path_set.rb:46:in `find' actionview (4.1.14) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.8ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998559627" for 127.0.0.1 at 2016-01-16 20:42:39 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998559627", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 10ms (Views: 5.8ms | ActiveRecord: 1.3ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-16 20:42:39 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:48:11.589802' and ends_at >= '2016-01-17 02:48:11.589802') Completed 200 OK in 229ms (Views: 184.7ms | ActiveRecord: 2.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:48:11 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998891836" for 127.0.0.1 at 2016-01-16 20:48:12 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998891836", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 85ms (Views: 76.8ms | ActiveRecord: 2.3ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-16 20:48:12 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.8ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (14.5ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (69.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:48:13.554173' and ends_at >= '2016-01-17 02:48:13.554173') Completed 200 OK in 177ms (Views: 171.8ms | ActiveRecord: 2.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:13 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-16 20:48:22 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (3.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:48:22.904109' and ends_at >= '2016-01-17 02:48:22.904109') Completed 200 OK in 97ms (Views: 91.8ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:48:22 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:23 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 02:48:24.166300' and ends_at >= '2016-01-17 02:48:24.166300') Completed 200 OK in 89ms (Views: 85.3ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1452998904335" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1452998904335", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 12ms (Views: 8.5ms | ActiveRecord: 1.4ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-16 20:48:24 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 16:10:59 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (22.7ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (57.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:10:59.851997' and ends_at >= '2016-01-17 22:10:59.851997') Completed 200 OK in 257ms (Views: 243.4ms | ActiveRecord: 3.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 16:10:59 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:10:59 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:00 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 16:11:02 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (25.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (32.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:11:03.112207' and ends_at >= '2016-01-17 22:11:03.112207') Completed 200 OK in 201ms (Views: 148.5ms | ActiveRecord: 4.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:03 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 16:11:12 -0600 AbstractController::ActionNotFound (The action 'index' could not be found for Hatchy::UsersController): actionpack (4.1.14) lib/abstract_controller/base.rb:131:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.6ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:11:13.800067' and ends_at >= '2016-01-17 22:11:13.800067') Completed 200 OK in 106ms (Views: 102.9ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:13 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:14 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:14 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:14 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:14 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:11:14 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453068673978" for 127.0.0.1 at 2016-01-17 16:11:14 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453068673978", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 33ms (Views: 23.6ms | ActiveRecord: 1.9ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:11:14 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.6ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (12.5ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (54.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:11:16.109108' and ends_at >= '2016-01-17 22:11:16.109108') Completed 200 OK in 136ms (Views: 130.1ms | ActiveRecord: 2.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:16 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453068678847" for 127.0.0.1 at 2016-01-17 16:11:18 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453068678847", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 9ms (Views: 5.4ms | ActiveRecord: 1.0ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:11:18 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:11:20.279610' and ends_at >= '2016-01-17 22:11:20.279610') Completed 200 OK in 87ms (Views: 84.1ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453068680437" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453068680437", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (1.0ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 12ms (Views: 7.5ms | ActiveRecord: 2.2ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:11:20 -0600 Started GET "/admin/categories" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (29.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (33.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:11:22.330528' and ends_at >= '2016-01-17 22:11:22.330528') Completed 200 OK in 118ms (Views: 115.4ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:11:22 -0600 Started GET "/admin/categories/1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Processing by Hatchy::Admin::CategoriesController#show as HTML Parameters: {"class_name"=>"Hatchy::Category", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/show.html.haml within layouts/hatchy/admin/admin_layout (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:11:26.640001' and ends_at >= '2016-01-17 22:11:26.640001') Completed 200 OK in 97ms (Views: 92.8ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:26 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453068688725" for 127.0.0.1 at 2016-01-17 16:11:28 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453068688725", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 8ms (Views: 4.9ms | ActiveRecord: 0.9ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:11:28 -0600 Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:11:35.227376' and ends_at >= '2016-01-17 22:11:35.227376') Completed 200 OK in 88ms (Views: 85.4ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:11:35 -0600 Started GET "/admin/banks" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:11:36.625373' and ends_at >= '2016-01-17 22:11:36.625373') Completed 200 OK in 94ms (Views: 91.7ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:11:36 -0600 Started GET "/admin/categories" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (24.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (27.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:11:38.201114' and ends_at >= '2016-01-17 22:11:38.201114') Completed 200 OK in 112ms (Views: 109.3ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:11:38 -0600 Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-17 16:11:39 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::ContributionsController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (125.6ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-17 16:11:41 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::Country Load (3.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (291.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (298.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:11:41.708715' and ends_at >= '2016-01-17 22:11:41.708715') Completed 200 OK in 444ms (Views: 433.1ms | ActiveRecord: 4.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:11:41 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:41 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:41 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:41 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:41 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:11:42 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:11:43.672781' and ends_at >= '2016-01-17 22:11:43.672781') Completed 200 OK in 108ms (Views: 104.8ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453068703855" for 127.0.0.1 at 2016-01-17 16:11:43 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453068703855", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 12ms (Views: 8.8ms | ActiveRecord: 1.2ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:11:44 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 16:11:45 -0600 AbstractController::ActionNotFound (The action 'index' could not be found for Hatchy::UsersController): actionpack (4.1.14) lib/abstract_controller/base.rb:131:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453068706519" for 127.0.0.1 at 2016-01-17 16:11:46 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453068706519", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 12ms (Views: 7.6ms | ActiveRecord: 1.4ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:11:46 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (20.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (18.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:17:48.381559' and ends_at >= '2016-01-17 22:17:48.381559') Completed 200 OK in 294ms (Views: 239.8ms | ActiveRecord: 2.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453069068614" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453069068614", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 73ms (Views: 64.1ms | ActiveRecord: 2.9ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:17:48 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:18:10.827106' and ends_at >= '2016-01-17 22:18:10.827106') Completed 200 OK in 89ms (Views: 86.2ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:10 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453069090979" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453069090979", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 12ms (Views: 7.2ms | ActiveRecord: 1.2ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:18:11 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:18:41.177769' and ends_at >= '2016-01-17 22:18:41.177769') Completed 200 OK in 107ms (Views: 103.1ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453069121345" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453069121345", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.8ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:18:41 -0600 Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.5ms) Hatchy::Country Load (0.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (19.6ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (6.9ms) Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (53.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:18:43.431688' and ends_at >= '2016-01-17 22:18:43.431688') Completed 200 OK in 144ms (Views: 138.3ms | ActiveRecord: 2.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:18:43 -0600 Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 16:22:41 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.6ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (26.6ms) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (40.3ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (102.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:22:42.226376' and ends_at >= '2016-01-17 22:22:42.226376') Completed 200 OK in 348ms (Views: 299.9ms | ActiveRecord: 5.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:22:42 -0600 Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 16:22:44 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.9ms) ActionView::MissingTemplate (Missing template hatchy/admin/users/edit, hatchy/admin/application/edit with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/views" * "/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/kaminari-0.16.3/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/devise-3.5.1/app/views" ): actionview (4.1.14) lib/action_view/path_set.rb:46:in `find' actionview (4.1.14) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.5ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:22:45.349977' and ends_at >= '2016-01-17 22:22:45.349977') Completed 200 OK in 127ms (Views: 122.6ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453069365526" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453069365526", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 13ms (Views: 7.1ms | ActiveRecord: 1.3ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:22:45 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 16:22:47 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:22:47.948512' and ends_at >= '2016-01-17 22:22:47.948512') Completed 200 OK in 92ms (Views: 88.8ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453069368124" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453069368124", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 9ms (Views: 4.5ms | ActiveRecord: 1.2ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:22:48 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:23:09.368411' and ends_at >= '2016-01-17 22:23:09.368411') Completed 200 OK in 101ms (Views: 98.2ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453069389525" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453069389525", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 14ms (Views: 8.5ms | ActiveRecord: 1.4ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:23:09 -0600 Started GET "/admin/countries" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Country Load (3.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (325.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (331.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:23:11.491604' and ends_at >= '2016-01-17 22:23:11.491604') Completed 200 OK in 447ms (Views: 441.5ms | ActiveRecord: 4.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:11 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:23:12 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:23:12 -0600 Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-17 16:23:13 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::ContributionsController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (44.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (164.6ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (25.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (30.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:23:15.134022' and ends_at >= '2016-01-17 22:23:15.134022') Completed 200 OK in 124ms (Views: 121.4ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:23:15 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 16:23:16 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:23:17.026157' and ends_at >= '2016-01-17 22:23:17.026157') Completed 200 OK in 109ms (Views: 106.4ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453069397216" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453069397216", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 5.4ms | ActiveRecord: 1.1ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:23:17 -0600 Started GET "/admin/categories" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (30.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (35.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:23:21.538596' and ends_at >= '2016-01-17 22:23:21.538596') Completed 200 OK in 122ms (Views: 119.6ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:23:21 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 16:23:24 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:23:24.847601' and ends_at >= '2016-01-17 22:23:24.847601') Completed 200 OK in 102ms (Views: 98.4ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:24 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:24 -0600 Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:23:24 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:24 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:24 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:24 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453069405060" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453069405060", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 5.5ms | ActiveRecord: 1.3ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:23:25 -0600 Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.9ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.5ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:23:42.813308' and ends_at >= '2016-01-17 22:23:42.813308') Completed 200 OK in 110ms (Views: 106.5ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:23:43 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453069426689" for 127.0.0.1 at 2016-01-17 16:23:46 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453069426689", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 9ms (Views: 5.4ms | ActiveRecord: 1.3ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:23:46 -0600 Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-17 16:23:52 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::ContributionsController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (120.9ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453069432966" for 127.0.0.1 at 2016-01-17 16:23:53 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453069432966", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 1.0ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:23:53 -0600 Started GET "/admin/categories" for 127.0.0.1 at 2016-01-17 16:23:53 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (30.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (34.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:23:53.925137' and ends_at >= '2016-01-17 22:23:53.925137') Completed 200 OK in 130ms (Views: 125.7ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:23:54 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:24:03.297481' and ends_at >= '2016-01-17 22:24:03.297481') Completed 200 OK in 100ms (Views: 96.0ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453069443471" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453069443471", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 5.0ms | ActiveRecord: 1.7ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:24:03 -0600 Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (2.3ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (4.3ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:24:13.337453' and ends_at >= '2016-01-17 22:24:13.337453') Completed 200 OK in 110ms (Views: 105.1ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:24:13 -0600 Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.3ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (26.3ms) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (41.9ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (105.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (8.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:38:58.314053' and ends_at >= '2016-01-17 22:38:58.314053') Completed 200 OK in 389ms (Views: 339.2ms | ActiveRecord: 5.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:38:58 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 16:38:59 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:38:59.848283' and ends_at >= '2016-01-17 22:38:59.848283') Completed 200 OK in 129ms (Views: 126.1ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:38:59 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:38:59 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453070340036" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453070340036", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 16ms (Views: 10.3ms | ActiveRecord: 1.0ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 16:39:00 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (25.9ms) Hatchy::ProjectAccount Load (0.4ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (73.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:39:01.639683' and ends_at >= '2016-01-17 22:39:01.639683') Completed 200 OK in 185ms (Views: 179.2ms | ActiveRecord: 2.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:01 -0600 Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:39:09 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:39:09.810540"], ["online_date", "2016-01-17 22:39:09.810540"], ["updated_at", "2016-01-17 22:39:09.811154"]]  (300.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 330ms (ActiveRecord: 302.0ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:39:10 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.1ms) Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:39:14 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:39:14.100581"], ["online_date", "2016-01-17 22:39:14.100581"], ["updated_at", "2016-01-17 22:39:14.101102"]]  (157.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 175ms (ActiveRecord: 159.6ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:39:14 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (25.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:39:17.451194' and ends_at >= '2016-01-17 22:39:17.451194') Completed 200 OK in 141ms (Views: 136.6ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:17 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (11.0ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (21.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:39:24.375282' and ends_at >= '2016-01-17 22:39:24.375282') Completed 200 OK in 124ms (Views: 118.6ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:24 -0600 Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:39:28 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:39:28.405455"], ["online_date", "2016-01-17 22:39:28.405455"], ["updated_at", "2016-01-17 22:39:28.406421"]]  (338.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 357ms (ActiveRecord: 340.2ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:39:28 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (4.9ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:39:30.731329' and ends_at >= '2016-01-17 22:39:30.731329') Completed 200 OK in 125ms (Views: 120.5ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:39:30 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (10.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (24.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:40:00.077476' and ends_at >= '2016-01-17 22:40:00.077476') Completed 200 OK in 138ms (Views: 133.2ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:00 -0600 Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:40:02 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:40:02.685768"], ["online_date", "2016-01-17 22:40:02.685768"], ["updated_at", "2016-01-17 22:40:02.686313"]]  (796.8ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 811ms (ActiveRecord: 798.1ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:40:03 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.6ms) Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:40:06 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"false"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:40:06.279117"], ["online_date", "2016-01-17 22:40:06.279117"], ["updated_at", "2016-01-17 22:40:06.279636"]]  (182.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 196ms (ActiveRecord: 184.0ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:40:06 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.7ms) Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:40:06 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:40:07.000006"], ["online_date", "2016-01-17 22:40:07.000006"], ["updated_at", "2016-01-17 22:40:07.000525"]]  (153.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 167ms (ActiveRecord: 154.5ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:40:07 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (7.1ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:40:19 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] DEPRECATION WARNING: [Best_in_place] :type is deprecated in favor of :as . (called from __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects__basic_info_html_haml___4298925046849032838_45116200 at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (14.6ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (25.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:40:19.825418' and ends_at >= '2016-01-17 22:40:19.825418') Completed 200 OK in 130ms (Views: 124.0ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:40:19 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:19 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:19 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:19 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:19 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:19 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:19 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:19 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:19 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:19 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:40:20 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:41:23 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (10.9ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (25.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:41:23.907538' and ends_at >= '2016-01-17 22:41:23.907538') Completed 200 OK in 139ms (Views: 133.0ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:41:24 -0600 Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:41:33 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (17.7ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (45.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:47:02.457978' and ends_at >= '2016-01-17 22:47:02.457978') Completed 200 OK in 187ms (Views: 138.8ms | ActiveRecord: 4.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:02 -0600 Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:47:05 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:47:05.634575"], ["online_date", "2016-01-17 22:47:05.634575"], ["updated_at", "2016-01-17 22:47:05.635130"]]  (203.5ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 220ms (ActiveRecord: 204.8ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:47:05 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.4ms) Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:47:06 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"false"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:47:06.657355"], ["online_date", "2016-01-17 22:47:06.657355"], ["updated_at", "2016-01-17 22:47:06.657868"]]  (148.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 163ms (ActiveRecord: 150.2ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:47:06 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.1ms) Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:47:07 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:47:07.995566"], ["online_date", "2016-01-17 22:47:07.995566"], ["updated_at", "2016-01-17 22:47:07.996076"]]  (168.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 179ms (ActiveRecord: 169.7ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:47:08 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (4.2ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:47:09 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:47:09.856862' and ends_at >= '2016-01-17 22:47:09.856862') Completed 200 OK in 115ms (Views: 110.9ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:47:09 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:09 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:09 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:09 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:09 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:47:10 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:50:45 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.7ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (42.1ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (87.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (8.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:50:46.214408' and ends_at >= '2016-01-17 22:50:46.214408') Completed 200 OK in 347ms (Views: 279.4ms | ActiveRecord: 4.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:46 -0600 Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:50:48 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:50:48.377017"], ["online_date", "2016-01-17 22:50:48.377017"], ["updated_at", "2016-01-17 22:50:48.377654"]]  (161.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 187ms (ActiveRecord: 162.8ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:50:48 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (7.1ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:50:50.286970' and ends_at >= '2016-01-17 22:50:50.286970') Completed 200 OK in 119ms (Views: 114.1ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:50:50 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (16.7ms) Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (50.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:52:54.498406' and ends_at >= '2016-01-17 22:52:54.498406') Completed 200 OK in 208ms (Views: 159.2ms | ActiveRecord: 4.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:54 -0600 Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:52:56 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:52:56.619095"], ["online_date", "2016-01-17 22:52:56.619095"], ["updated_at", "2016-01-17 22:52:56.619640"]]  (212.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 227ms (ActiveRecord: 213.5ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:52:56 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:52:58 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.1ms) Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (17.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (31.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:52:58.967909' and ends_at >= '2016-01-17 22:52:58.967909') Completed 200 OK in 125ms (Views: 119.2ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:52:59 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:55:34 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (27.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (31.3ms) Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined local variable or method `projects' for #<#:0x000000054921b8>): 11: %td= link_to @project.category.name, admin_category_path(@project.category) 12: %tr 13: %th Recommended 14: %td= best_in_place @project, :recommended, :as => :checkbox, path:[:admin, projects] 15: /%td= check_box "recommended", @project.recommended, checked: @project.recommended, disabled:true 16: %th City 17: %td= @project.city /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects__basic_info_html_haml__3440689659542641326_44187340' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects_show_html_haml___4235247484863223963_41724000' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] DEPRECATION WARNING: [Best_in_place] :path is deprecated in favor of :url . (called from __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects__basic_info_html_haml__3440689659542641326_41674180 at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (10.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (21.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:55:41.558349' and ends_at >= '2016-01-17 22:55:41.558349') Completed 200 OK in 122ms (Views: 117.6ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:41 -0600 Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 16:55:44 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: recommended  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:55:44.309731"], ["online_date", "2016-01-17 22:55:44.309731"], ["updated_at", "2016-01-17 22:55:44.310407"]]  (176.3ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 191ms (ActiveRecord: 177.6ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 16:55:44 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (6.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] DEPRECATION WARNING: [Best_in_place] :path is deprecated in favor of :url . (called from __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects__basic_info_html_haml__3440689659542641326_41674180 at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.0ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:55:46.053903' and ends_at >= '2016-01-17 22:55:46.053903') Completed 200 OK in 123ms (Views: 118.2ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:55:46 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.8ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:56:55.404717' and ends_at >= '2016-01-17 22:56:55.404717') Completed 200 OK in 146ms (Views: 144.5ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 16:56:55 -0600 Started GET "/r" for 127.0.0.1 at 2016-01-17 16:56:58 -0600 ActionController::RoutingError (No route matches [GET] "/r"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (101.9ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.3ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (12.3ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (24.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:58:09.162776' and ends_at >= '2016-01-17 22:58:09.162776') Completed 200 OK in 128ms (Views: 122.5ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:09 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:58:11 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "recommended" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:58:11.928162"], ["online_date", "2016-01-17 22:58:11.928162"], ["recommended", "t"], ["updated_at", "2016-01-17 22:58:11.928625"]]  (271.3ms) commit transaction Completed 500 Internal Server Error in 292ms (ActiveRecord: 272.5ms) ActionView::MissingTemplate (Missing template hatchy/admin/projects/update, hatchy/admin/application/update with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/views" * "/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/kaminari-0.16.3/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/devise-3.5.1/app/views" ): actionview (4.1.14) lib/action_view/path_set.rb:46:in `find' actionview (4.1.14) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:35:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (0.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:58:13.755842' and ends_at >= '2016-01-17 22:58:13.755842') Completed 200 OK in 116ms (Views: 110.6ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:13 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:58:18.709313' and ends_at >= '2016-01-17 22:58:18.709313') Completed 200 OK in 116ms (Views: 111.8ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:18 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:58:20 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"false"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "recommended" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:58:20.260237"], ["online_date", "2016-01-17 22:58:20.260237"], ["recommended", "f"], ["updated_at", "2016-01-17 22:58:20.260789"]]  (167.8ms) commit transaction Completed 500 Internal Server Error in 185ms (ActiveRecord: 168.9ms) ActionView::MissingTemplate (Missing template hatchy/admin/projects/update, hatchy/admin/application/update with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/views" * "/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/kaminari-0.16.3/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/devise-3.5.1/app/views" ): actionview (4.1.14) lib/action_view/path_set.rb:46:in `find' actionview (4.1.14) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:35:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (0.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:58:21.654922' and ends_at >= '2016-01-17 22:58:21.654922') Completed 200 OK in 118ms (Views: 113.3ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:58:21 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (15.8ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (43.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:59:12.230320' and ends_at >= '2016-01-17 22:59:12.230320') Completed 200 OK in 181ms (Views: 134.3ms | ActiveRecord: 4.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:12 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:59:18 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "recommended" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 22:59:18.657277"], ["online_date", "2016-01-17 22:59:18.657277"], ["recommended", "t"], ["updated_at", "2016-01-17 22:59:18.657847"]]  (176.6ms) commit transaction Completed 500 Internal Server Error in 199ms (ActiveRecord: 178.0ms) ActionView::MissingTemplate (Missing template hatchy/admin/projects/update, hatchy/admin/application/update with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/views" * "/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/kaminari-0.16.3/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/devise-3.5.1/app/views" ): actionview (4.1.14) lib/action_view/path_set.rb:46:in `find' actionview (4.1.14) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:35:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb (0.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.2ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 22:59:20.588141' and ends_at >= '2016-01-17 22:59:20.588141') Completed 200 OK in 123ms (Views: 118.8ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 16:59:20 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (17.4ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (46.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:03:53.422404' and ends_at >= '2016-01-17 23:03:53.422404') Completed 200 OK in 196ms (Views: 149.7ms | ActiveRecord: 4.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:53 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:03:55 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"false"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "recommended" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:03:55.279654"], ["online_date", "2016-01-17 23:03:55.279654"], ["recommended", "f"], ["updated_at", "2016-01-17 23:03:55.280251"]]  (220.4ms) commit transaction Completed 200 OK in 233ms (ActiveRecord: 221.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (1.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.2ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:03:57.703354' and ends_at >= '2016-01-17 23:03:57.703354') Completed 200 OK in 111ms (Views: 103.4ms | ActiveRecord: 2.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:03:57 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:04:08 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.4ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "recommended" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:04:08.405291"], ["online_date", "2016-01-17 23:04:08.405291"], ["recommended", "t"], ["updated_at", "2016-01-17 23:04:08.406165"]]  (189.8ms) commit transaction Completed 200 OK in 202ms (ActiveRecord: 191.2ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:04:09 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.7ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:04:09.832483' and ends_at >= '2016-01-17 23:04:09.832483') Completed 200 OK in 127ms (Views: 121.4ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:04:09 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:09 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:09 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:09 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:09 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:09 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:09 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:09 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:09 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:09 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:10 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:04:43 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (18.1ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (47.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:04:44.208561' and ends_at >= '2016-01-17 23:04:44.208561') Completed 200 OK in 202ms (Views: 153.4ms | ActiveRecord: 4.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:44 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:04:46 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"false"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "recommended" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:04:46.832039"], ["online_date", "2016-01-17 23:04:46.832039"], ["recommended", "f"], ["updated_at", "2016-01-17 23:04:46.832630"]]  (168.8ms) commit transaction Completed 200 OK in 185ms (ActiveRecord: 170.1ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.7ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:04:48.653239' and ends_at >= '2016-01-17 23:04:48.653239') Completed 200 OK in 114ms (Views: 110.7ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:04:48 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:05:20 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (16.2ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (44.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:05:21.118465' and ends_at >= '2016-01-17 23:05:21.118465') Completed 200 OK in 188ms (Views: 142.7ms | ActiveRecord: 4.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:05:21 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (10.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (23.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:06:10.610049' and ends_at >= '2016-01-17 23:06:10.610049') Completed 200 OK in 133ms (Views: 128.6ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:10 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:06:15 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"city"=>"test"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: city  (0.5ms) begin transaction Hatchy::ProjectAccount Load (0.4ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:06:15.508565"], ["online_date", "2016-01-17 23:06:15.508565"], ["updated_at", "2016-01-17 23:06:15.509133"]]  (165.6ms) commit transaction Completed 200 OK in 182ms (ActiveRecord: 167.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.0ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:06:18.104732' and ends_at >= '2016-01-17 23:06:18.104732') Completed 200 OK in 119ms (Views: 114.4ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:06:18 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:08:36 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"city"=>"yy"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: city  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:08:36.140928"], ["online_date", "2016-01-17 23:08:36.140928"], ["updated_at", "2016-01-17 23:08:36.141912"]]  (277.4ms) commit transaction Completed 200 OK in 295ms (ActiveRecord: 278.9ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (10.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (20.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (10.6ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:08:40.095150' and ends_at >= '2016-01-17 23:08:40.095150') Completed 200 OK in 128ms (Views: 124.0ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:08:40 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:11:12 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (20.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (24.8ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined local variable or method `edit_path' for #<#:0x000000051fd4c0>): 11: %span Add New 12: 13: - if controller.action_name == "show" || controller.action_name == "edit" 14: %li{class: "#{current_page?(edit_path) ? 'active' : ''}" } 15: = link_to edit_path do 16: %i.fa.fa-pencil 17: %span Edit /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml:14:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__admin_navtabs_html_haml___1150874387797555880_42621840' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml:9:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects_show_html_haml___4235247484863223963_42964680' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:11:45 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (23.2ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined local variable or method `list_view' for #<#:0x00000004da9748>): 7: .row 8: .col-md-12 9: %ul.nav.nav-tabs 10: %li{class: "#{current_page?(list_view) ? 'active' : ''}" } 11: = link_to list_view do 12: %i.fa.fa-list 13: %span Index /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects_show_html_haml___4235247484863223963_40711820' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:12:33 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (24.1ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined local variable or method `list_view' for #<#:0x00000002e63b40>): 8: .col-md-12 9: %ul.nav.nav-tabs 10: %li{class: "#{current_page?(admin_projects_path) ? 'active' : ''}" } 11: = link_to list_view do 12: %i.fa.fa-list 13: %span Index 14: /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects_show_html_haml___4235247484863223963_24263080' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (10.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (21.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:12:42.402062' and ends_at >= '2016-01-17 23:12:42.402062') Completed 200 OK in 147ms (Views: 139.8ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:42 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:12:49.174775' and ends_at >= '2016-01-17 23:12:49.174775') Completed 200 OK in 142ms (Views: 138.9ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453072369389" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453072369389", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 12ms (Views: 8.2ms | ActiveRecord: 1.0ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 17:12:49 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:12:52.360192' and ends_at >= '2016-01-17 23:12:52.360192') Completed 200 OK in 122ms (Views: 116.9ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:52 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (11.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (31.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (25.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (129.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:12:58.255192' and ends_at >= '2016-01-17 23:12:58.255192') Completed 200 OK in 245ms (Views: 223.6ms | ActiveRecord: 2.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 17:12:58 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (10.9ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (21.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:14:14.226859' and ends_at >= '2016-01-17 23:14:14.226859') Completed 200 OK in 122ms (Views: 117.0ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:14 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 1.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (66.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:14:18.587385' and ends_at >= '2016-01-17 23:14:18.587385') Completed 200 OK in 160ms (Views: 155.0ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:18 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:14:26 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"name"=>"NOTGAME"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "name" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:14:26.084184"], ["name", "NOTGAME"], ["online_date", "2016-01-17 23:14:26.084184"], ["updated_at", "2016-01-17 23:14:26.085093"]]  (254.4ms) commit transaction Completed 200 OK in 268ms (ActiveRecord: 255.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.2ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:14:29.425666' and ends_at >= '2016-01-17 23:14:29.425666') Completed 200 OK in 114ms (Views: 110.1ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:29 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:14:57 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (11.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (21.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:14:57.842207' and ends_at >= '2016-01-17 23:14:57.842207') Completed 200 OK in 126ms (Views: 120.7ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:14:57 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:57 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:57 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:57 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:57 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:57 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:14:58 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (13.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:15:43.178865' and ends_at >= '2016-01-17 23:15:43.178865') Completed 200 OK in 124ms (Views: 119.4ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:43 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 17:15:45 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 17:15:45 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (64.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:15:45.957352' and ends_at >= '2016-01-17 23:15:45.957352') Completed 200 OK in 154ms (Views: 146.6ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:46 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:15:53.398947' and ends_at >= '2016-01-17 23:15:53.398947') Completed 200 OK in 121ms (Views: 113.3ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-17 17:15:53 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:16:20 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "recommended" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:16:20.205199"], ["online_date", "2016-01-17 23:16:20.205199"], ["recommended", "t"], ["updated_at", "2016-01-17 23:16:20.205705"]]  (219.2ms) commit transaction Completed 200 OK in 231ms (ActiveRecord: 220.5ms) Started GET "/" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.1ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:16:22.517831' and ends_at >= '2016-01-17 23:16:22.517831') Completed 200 OK in 97ms (Views: 95.8ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:22 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:16:28 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:16:28.083041' and ends_at >= '2016-01-17 23:16:28.083041') Completed 200 OK in 123ms (Views: 118.8ms | ActiveRecord: 1.1ms) Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:16:30 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"false"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.7ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "recommended" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:16:30.533832"], ["online_date", "2016-01-17 23:16:30.533832"], ["recommended", "f"], ["updated_at", "2016-01-17 23:16:30.534638"]]  (172.8ms) commit transaction Completed 200 OK in 186ms (ActiveRecord: 174.5ms) Started GET "/" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.3ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:16:32.030011' and ends_at >= '2016-01-17 23:16:32.030011') Completed 200 OK in 99ms (Views: 97.2ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 17:16:32 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:16:34 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:16:34.112072' and ends_at >= '2016-01-17 23:16:34.112072') Completed 200 OK in 119ms (Views: 114.7ms | ActiveRecord: 1.1ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:19:44.431988' and ends_at >= '2016-01-17 23:19:44.431988') Completed 200 OK in 120ms (Views: 116.9ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 17:19:44 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:20:22.172844' and ends_at >= '2016-01-17 23:20:22.172844') Completed 200 OK in 102ms (Views: 99.7ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453072822354" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453072822354", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 11ms (Views: 6.0ms | ActiveRecord: 1.1ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 17:20:22 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:20:23.088258' and ends_at >= '2016-01-17 23:20:23.088258') Completed 200 OK in 122ms (Views: 119.7ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453072823273" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453072823273", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 12ms (Views: 7.4ms | ActiveRecord: 1.4ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 17:20:23 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:20:24.383385' and ends_at >= '2016-01-17 23:20:24.383385') Completed 200 OK in 116ms (Views: 112.0ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:20:24 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:31:20 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (11.5ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.9ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:9: syntax error, unexpected ')', expecting ']' ));}\n \n \n \n \n \n Name\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:9: syntax error, unexpected $undefined ...;}\n \n \n \n Name\n \... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined ...ss='fa fa-share-square-o'>\n", 0, false);end;_hamlout.bu... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined, expecting ')' ...aml_temp);_hamlout.push_text("\n \n Category<... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined ... \n Category\n #{ ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected '}', expecting ')' ));}\n \n \n <... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected $undefined ));}\n \n \n Recommended<... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected $undefined ));}\n \n \n Recommended\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:20: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:20: syntax error, unexpected $undefined ));}\n City\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: syntax error, unexpected $undefined ));}\n \n \n Vid... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: syntax error, unexpected $undefined ... \n Video URL\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: syntax error, unexpected '}', expecting ')' ));}\n Short URL\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: syntax error, unexpected $undefined ));}\n Short URL\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected '}', expecting ')' ));}\n \n \n <... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected $undefined ));}\n \n \n Online Days<... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected $undefined ));}\n \n \n Online Days\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected tCONSTANT, expecting keyword_do or '{' or '(' ...r>\n \n Online Days\n #{_hamlout.adj... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:30: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:30: syntax error, unexpected $undefined ));}\n Budget\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:32: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:32: syntax error, unexpected $undefined ));}\n \n", -1, false); if @project.online? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:33: unknown regexp options - th unmatched close parenthesis: /tr>\n", -1, false); if @project.online? _hamlout.push_text(" \n Online Date\n Online Date\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:36: syntax error, unexpected '}', expecting ')' ));}\n Expires at\n Expires at\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: syntax error, unexpected '}', expecting ')' ));}\n \n", -1, false);end;if @project.rejected? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: syntax error, unexpected $undefined ));}\n \n", -1, false);end;if @project.rejected? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:39: syntax error, unexpected $undefined _hamlout.push_text(" \n Rejected at\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:39: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...xt(" \n Rejected at\n #{_hamlout.adj... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected $undefined ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected '<' ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected $undefined ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:45: unknown regexp options - th unmatched close parenthesis: /tr>\n", -1, false);end; if @project.draft? _hamlout.push_text(" \n Send to Draft atSend to Draft at\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected '}', expecting ')' ));}\n \n", -1, false)... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected $undefined ));}\n \n", -1, false);end;_hamlout.p... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: unterminated regexp meets end of file /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected end-of-input, expecting ')'): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:9: syntax error, unexpected ')', expecting ']' ));}\n \n \n \n \n \n Name\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:9: syntax error, unexpected $undefined ...;}\n \n \n \n Name\n \... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined ...ss='fa fa-share-square-o'>\n", 0, false);end;_hamlout.bu... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined, expecting ')' ...aml_temp);_hamlout.push_text("\n \n Category<... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined ... \n Category\n #{ ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected '}', expecting ')' ));}\n \n \n <... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected $undefined ));}\n \n \n Recommended<... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected $undefined ));}\n \n \n Recommended\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:20: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:20: syntax error, unexpected $undefined ));}\n City\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: syntax error, unexpected $undefined ));}\n \n \n Vid... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: syntax error, unexpected $undefined ... \n Video URL\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: syntax error, unexpected '}', expecting ')' ));}\n Short URL\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: syntax error, unexpected $undefined ));}\n Short URL\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected '}', expecting ')' ));}\n \n \n <... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected $undefined ));}\n \n \n Online Days<... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected $undefined ));}\n \n \n Online Days\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected tCONSTANT, expecting keyword_do or '{' or '(' ...r>\n \n Online Days\n #{_hamlout.adj... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:30: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:30: syntax error, unexpected $undefined ));}\n Budget\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:32: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:32: syntax error, unexpected $undefined ));}\n \n", -1, false); if @project.online? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:33: unknown regexp options - th unmatched close parenthesis: /tr>\n", -1, false); if @project.online? _hamlout.push_text(" \n Online Date\n Online Date\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:36: syntax error, unexpected '}', expecting ')' ));}\n Expires at\n Expires at\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: syntax error, unexpected '}', expecting ')' ));}\n \n", -1, false);end;if @project.rejected? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: syntax error, unexpected $undefined ));}\n \n", -1, false);end;if @project.rejected? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:39: syntax error, unexpected $undefined _hamlout.push_text(" \n Rejected at\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:39: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...xt(" \n Rejected at\n #{_hamlout.adj... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected $undefined ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected '<' ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected $undefined ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:45: unknown regexp options - th unmatched close parenthesis: /tr>\n", -1, false);end; if @project.draft? _hamlout.push_text(" \n Send to Draft atSend to Draft at\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected '}', expecting ')' ));}\n \n", -1, false)... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected $undefined ));}\n \n", -1, false);end;_hamlout.p... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: unterminated regexp meets end of file /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected end-of-input, expecting ')' actionview (4.1.14) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.14) lib/action_view/template.rb:297:in `compile' actionview (4.1.14) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.14) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.14) lib/action_view/template.rb:232:in `compile!' actionview (4.1.14) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects_show_html_haml___4235247484863223963_49136380' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.3ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:31:36 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (8.9ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.7ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:9: syntax error, unexpected ')', expecting ']' ));}\n \n \n \n \n \n Name\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:9: syntax error, unexpected $undefined ...;}\n \n \n \n Name\n \... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined ...ss='fa fa-share-square-o'>\n", 0, false);end;_hamlout.bu... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined, expecting ')' ...aml_temp);_hamlout.push_text("\n \n Category<... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined ... \n Category\n #{ ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected '}', expecting ')' ));}\n \n \n <... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected $undefined ));}\n \n \n Recommended<... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected $undefined ));}\n \n \n Recommended\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:20: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:20: syntax error, unexpected $undefined ));}\n City\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: syntax error, unexpected $undefined ));}\n \n \n Vid... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: syntax error, unexpected $undefined ... \n Video URL\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: syntax error, unexpected '}', expecting ')' ));}\n Short URL\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: syntax error, unexpected $undefined ));}\n Short URL\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected '}', expecting ')' ));}\n \n \n <... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected $undefined ));}\n \n \n Online Days<... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected $undefined ));}\n \n \n Online Days\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected tCONSTANT, expecting keyword_do or '{' or '(' ...r>\n \n Online Days\n #{_hamlout.adj... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:30: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:30: syntax error, unexpected $undefined ));}\n Budget\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:32: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:32: syntax error, unexpected $undefined ));}\n \n", -1, false); if @project.online? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:33: unknown regexp options - th unmatched close parenthesis: /tr>\n", -1, false); if @project.online? _hamlout.push_text(" \n Online Date\n Online Date\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:36: syntax error, unexpected '}', expecting ')' ));}\n Expires at\n Expires at\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: syntax error, unexpected '}', expecting ')' ));}\n \n", -1, false);end;if @project.rejected? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: syntax error, unexpected $undefined ));}\n \n", -1, false);end;if @project.rejected? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:39: syntax error, unexpected $undefined _hamlout.push_text(" \n Rejected at\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:39: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...xt(" \n Rejected at\n #{_hamlout.adj... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected $undefined ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected '<' ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected $undefined ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:45: unknown regexp options - th unmatched close parenthesis: /tr>\n", -1, false);end; if @project.draft? _hamlout.push_text(" \n Send to Draft atSend to Draft at\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected '}', expecting ')' ));}\n \n", -1, false)... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected $undefined ));}\n \n", -1, false);end;_hamlout.p... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: unterminated regexp meets end of file /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected end-of-input, expecting ')'): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:9: syntax error, unexpected ')', expecting ']' ));}\n \n \n \n \n \n Name\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:9: syntax error, unexpected $undefined ...;}\n \n \n \n Name\n \... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined ...ss='fa fa-share-square-o'>\n", 0, false);end;_hamlout.bu... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined, expecting ')' ...aml_temp);_hamlout.push_text("\n \n Category<... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:14: syntax error, unexpected $undefined ... \n Category\n #{ ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected '}', expecting ')' ));}\n \n \n <... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected $undefined ));}\n \n \n Recommended<... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:17: syntax error, unexpected $undefined ));}\n \n \n Recommended\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:20: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:20: syntax error, unexpected $undefined ));}\n City\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: syntax error, unexpected $undefined ));}\n \n \n Vid... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:22: syntax error, unexpected $undefined ... \n Video URL\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: syntax error, unexpected '}', expecting ')' ));}\n Short URL\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: unknown regexp options - th /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:25: syntax error, unexpected $undefined ));}\n Short URL\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected '}', expecting ')' ));}\n \n \n <... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected $undefined ));}\n \n \n Online Days<... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected $undefined ));}\n \n \n Online Days\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:27: syntax error, unexpected tCONSTANT, expecting keyword_do or '{' or '(' ...r>\n \n Online Days\n #{_hamlout.adj... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:30: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:30: syntax error, unexpected $undefined ));}\n Budget\n #{_hamlout.adjust_tabs(1); ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:32: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:32: syntax error, unexpected $undefined ));}\n \n", -1, false); if @project.online? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:33: unknown regexp options - th unmatched close parenthesis: /tr>\n", -1, false); if @project.online? _hamlout.push_text(" \n Online Date\n Online Date\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:36: syntax error, unexpected '}', expecting ')' ));}\n Expires at\n Expires at\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: syntax error, unexpected '}', expecting ')' ));}\n \n", -1, false);end;if @project.rejected? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:38: syntax error, unexpected $undefined ));}\n \n", -1, false);end;if @project.rejected? ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:39: syntax error, unexpected $undefined _hamlout.push_text(" \n Rejected at\n ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:39: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...xt(" \n Rejected at\n #{_hamlout.adj... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected $undefined ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected '<' ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: unknown regexp options - td /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:42: syntax error, unexpected $undefined ));}\n \n \n \n", -1, false);end; ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:45: unknown regexp options - th unmatched close parenthesis: /tr>\n", -1, false);end; if @project.draft? _hamlout.push_text(" \n Send to Draft atSend to Draft at\n #{_hamlout.adjust_ta... ... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected '}', expecting ')' ));}\n \n", -1, false)... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: unknown regexp options - tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected $undefined ));}\n \n", -1, false);end;_hamlout.p... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: unterminated regexp meets end of file /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:48: syntax error, unexpected end-of-input, expecting ')' actionview (4.1.14) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.14) lib/action_view/template.rb:297:in `compile' actionview (4.1.14) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.14) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.14) lib/action_view/template.rb:232:in `compile!' actionview (4.1.14) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects_show_html_haml___4235247484863223963_49136380' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:32:04 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (12.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (20.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:32:04.919887' and ends_at >= '2016-01-17 23:32:04.919887') Completed 200 OK in 123ms (Views: 116.7ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:05 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:32:21 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (7.0ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.6ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:8: unknown type of %string /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:8: syntax error, unexpected end-of-input): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:8: unknown type of %string /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml:8: syntax error, unexpected end-of-input actionview (4.1.14) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.14) lib/action_view/template.rb:297:in `compile' actionview (4.1.14) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.14) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.14) lib/action_view/template.rb:232:in `compile!' actionview (4.1.14) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.14) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects_show_html_haml___4235247484863223963_49136380' actionview (4.1.14) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.14) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.14) lib/action_view/template.rb:339:in `instrument' actionview (4.1.14) lib/action_view/template.rb:143:in `render' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.14) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.14) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.14) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.14) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.14) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.14) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.14) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.14) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.14) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.1.14) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (11.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (22.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:32:33.315843' and ends_at >= '2016-01-17 23:32:33.315843') Completed 200 OK in 122ms (Views: 116.2ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:32:33 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (11.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (22.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:33:22.205152' and ends_at >= '2016-01-17 23:33:22.205152') Completed 200 OK in 122ms (Views: 117.0ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:22 -0600 Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 17:33:27 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"status"=>"1"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: status  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:33:27.568156"], ["online_date", "2016-01-17 23:33:27.568156"], ["updated_at", "2016-01-17 23:33:27.569394"]]  (190.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 210ms (ActiveRecord: 192.8ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 17:33:27 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.3ms) Started PUT "/projects/1" for 127.0.0.1 at 2016-01-17 17:33:38 -0600 Processing by Hatchy::ProjectsController#update as JSON Parameters: {"project"=>{"status"=>"1"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: status  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:33:38.400063"], ["online_date", "2016-01-17 23:33:38.400063"], ["updated_at", "2016-01-17 23:33:38.400619"]]  (230.8ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 250ms (ActiveRecord: 232.4ms) Started PUT "/projects/1/edit" for 127.0.0.1 at 2016-01-17 17:33:38 -0600 ActionController::RoutingError (No route matches [PUT] "/projects/1/edit"): actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:33:41.680035' and ends_at >= '2016-01-17 23:33:41.680035') Completed 200 OK in 118ms (Views: 112.7ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:33:41 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (19.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (28.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:34:20.507228' and ends_at >= '2016-01-17 23:34:20.507228') Completed 200 OK in 130ms (Views: 125.1ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:20 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"status"=>"1"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "1"], ["updated_at", "2016-01-17 23:34:26.076520"]]  (206.3ms) commit transaction Completed 200 OK in 219ms (ActiveRecord: 208.2ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.2ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:34:26.527516' and ends_at >= '2016-01-17 23:34:26.527516') Completed 200 OK in 120ms (Views: 114.5ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:26 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 17:34:36 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.7ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:34:36.888186' and ends_at >= '2016-01-17 23:34:36.888186') Completed 200 OK in 103ms (Views: 100.7ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:34:36 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:37 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-12 23:34:38.310122' AND '2016-01-17 23:34:38.310252') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (17.1ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:34:38.342968' and ends_at >= '2016-01-17 23:34:38.342968') Completed 200 OK in 106ms (Views: 103.4ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:38 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.1ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.4ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (67.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:34:39.513659' and ends_at >= '2016-01-17 23:34:39.513659') Completed 200 OK in 165ms (Views: 156.4ms | ActiveRecord: 2.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:39 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.7ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:34:43.786305' and ends_at >= '2016-01-17 23:34:43.786305') Completed 200 OK in 97ms (Views: 94.7ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:43 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-12 23:34:50.595316' AND '2016-01-17 23:34:50.595486') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (10.4ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:34:50.622533' and ends_at >= '2016-01-17 23:34:50.622533') Completed 200 OK in 104ms (Views: 101.3ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:50 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.5ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (68.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:34:51.581342' and ends_at >= '2016-01-17 23:34:51.581342') Completed 200 OK in 173ms (Views: 157.5ms | ActiveRecord: 2.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:51 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 1]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:34:54.570090' and ends_at >= '2016-01-17 23:34:54.570090') Completed 200 OK in 104ms (Views: 98.6ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-17 17:34:54 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 17:35:00 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.7ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:35:00.911512' and ends_at >= '2016-01-17 23:35:00.911512') Completed 200 OK in 106ms (Views: 104.1ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:01 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (14.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (26.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:35:06.546861' and ends_at >= '2016-01-17 23:35:06.546861') Completed 200 OK in 133ms (Views: 123.9ms | ActiveRecord: 3.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:06 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (1.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:35:08.703731' and ends_at >= '2016-01-17 23:35:08.703731') Completed 200 OK in 125ms (Views: 121.0ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:08 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 17:35:09 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453073708893" for 127.0.0.1 at 2016-01-17 17:35:09 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453073708893", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 13ms (Views: 9.2ms | ActiveRecord: 1.4ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 17:35:09 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:35:10.699524' and ends_at >= '2016-01-17 23:35:10.699524') Completed 200 OK in 118ms (Views: 113.9ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:35:10 -0600 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1  (0.5ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:35:55.367782"], ["online_date", "2016-01-17 23:35:55.367782"], ["status", "online"], ["updated_at", "2016-01-17 23:35:55.368313"]]  (266.7ms) commit transaction Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:36:01 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (43.9ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (88.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (8.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:36:01.977255' and ends_at >= '2016-01-17 23:36:01.977255') Completed 200 OK in 353ms (Views: 286.0ms | ActiveRecord: 5.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:02 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:36:09 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"status"=>"2"}, "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameters: status  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-19 23:36:09.234217"], ["online_date", "2016-01-17 23:36:09.234217"], ["updated_at", "2016-01-17 23:36:09.235427"]]  (204.4ms) commit transaction Completed 200 OK in 235ms (ActiveRecord: 206.1ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-17 23:36:10.778861' and ends_at >= '2016-01-17 23:36:10.778861') Completed 200 OK in 114ms (Views: 110.4ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:10 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:11 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 17:36:11 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (13.8ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (23.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:37:02.348603' and ends_at >= '2016-01-18 00:37:02.348603') Completed 200 OK in 138ms (Views: 132.8ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:02 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:37:12.061352' and ends_at >= '2016-01-18 00:37:12.061352') Completed 200 OK in 134ms (Views: 128.2ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:37:12 -0600 Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:37:30 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (16.9ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (26.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:38:23.591719' and ends_at >= '2016-01-18 00:38:23.591719') Completed 200 OK in 153ms (Views: 142.5ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:38:23 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:39:32 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (11.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (24.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:39:32.851445' and ends_at >= '2016-01-18 00:39:32.851445') Completed 200 OK in 124ms (Views: 119.4ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:39:32 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:32 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:32 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:32 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:32 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:39:33 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:43:42 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (12.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.5ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (25.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:43:43.011253' and ends_at >= '2016-01-18 00:43:43.011253') Completed 200 OK in 128ms (Views: 123.6ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:43:43 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (11.9ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.5ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (23.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:44:05.563351' and ends_at >= '2016-01-18 00:44:05.563351') Completed 200 OK in 128ms (Views: 122.4ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:05 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (12.3ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (23.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:44:46.579524' and ends_at >= '2016-01-18 00:44:46.579524') Completed 200 OK in 122ms (Views: 118.1ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:44:46 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (18.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (26.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:45:22.723993' and ends_at >= '2016-01-18 00:45:22.723993') Completed 200 OK in 124ms (Views: 119.6ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:45:22 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:50:22 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (18.4ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (46.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:50:23.092258' and ends_at >= '2016-01-18 00:50:23.092258') Completed 200 OK in 196ms (Views: 146.1ms | ActiveRecord: 4.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:23 -0600 Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-01-17 18:50:25 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:50:25 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:50:25.954657' and ends_at >= '2016-01-18 00:50:25.954657') Completed 200 OK in 110ms (Views: 107.1ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:26 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:50:30 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (20.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:50:30.996527' and ends_at >= '2016-01-18 00:50:30.996527') Completed 200 OK in 122ms (Views: 118.1ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:50:31 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:51:27.149550' and ends_at >= '2016-01-18 00:51:27.149550') Completed 200 OK in 113ms (Views: 108.2ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:27 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (11.2ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:51:28.762082' and ends_at >= '2016-01-18 00:51:28.762082') Completed 200 OK in 136ms (Views: 134.6ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:28 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:29 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:29 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:29 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-13 00:51:30.402387' AND '2016-01-18 00:51:30.402530') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (22.3ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:51:30.439345' and ends_at >= '2016-01-18 00:51:30.439345') Completed 200 OK in 104ms (Views: 101.6ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:30 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (10.4ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (28.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (25.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (122.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:51:31.605146' and ends_at >= '2016-01-18 00:51:31.605146') Completed 200 OK in 230ms (Views: 211.9ms | ActiveRecord: 2.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:31 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 18:51:34 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (22.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:51:34.845133' and ends_at >= '2016-01-18 00:51:34.845133') Completed 200 OK in 132ms (Views: 116.1ms | ActiveRecord: 3.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:51:34 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:34 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:34 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:34 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:34 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:34 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:34 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:34 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:35 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:51:37.326217' and ends_at >= '2016-01-18 00:51:37.326217') Completed 200 OK in 129ms (Views: 125.6ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453078297499" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453078297499", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 16ms (Views: 10.5ms | ActiveRecord: 1.1ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 18:51:37 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:51:39.230245' and ends_at >= '2016-01-18 00:51:39.230245') Completed 200 OK in 108ms (Views: 104.6ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:39 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453078302190" for 127.0.0.1 at 2016-01-17 18:51:42 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453078302190", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 9ms (Views: 5.3ms | ActiveRecord: 1.1ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 18:51:42 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:51:47.532667' and ends_at >= '2016-01-18 00:51:47.532667') Completed 200 OK in 119ms (Views: 114.5ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:47 -0600 Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:51:50.348388' and ends_at >= '2016-01-18 00:51:50.348388') Completed 200 OK in 112ms (Views: 108.5ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:51:50 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (18.2ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (46.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:53:03.715691' and ends_at >= '2016-01-18 00:53:03.715691') Completed 200 OK in 190ms (Views: 141.0ms | ActiveRecord: 4.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:03 -0600 Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-01-17 18:53:05 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 9ms (ActiveRecord: 1.4ms) NoMethodError (undefined method `permit' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:51:in `project_params' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:37:in `send_to_draft' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:35:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:53:23 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (18.6ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (44.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:53:24.000077' and ends_at >= '2016-01-18 00:53:24.000077') Completed 200 OK in 184ms (Views: 138.8ms | ActiveRecord: 4.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:24 -0600 Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-01-17 18:53:25 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms) NoMethodError (undefined method `permit' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:51:in `project_params' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:37:in `send_to_draft' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:35:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:53:41 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (18.7ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (47.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:53:41.943036' and ends_at >= '2016-01-18 00:53:41.943036') Completed 200 OK in 190ms (Views: 142.3ms | ActiveRecord: 4.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:42 -0600 Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (1.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "send_to_draft_at" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["send_to_draft_at", "2016-01-18 00:53:44.123277"], ["status", "draft"], ["updated_at", "2016-01-18 00:53:44.129125"]]  (159.7ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 175ms (ActiveRecord: 161.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:53:44.340282' and ends_at >= '2016-01-18 00:53:44.340282') Completed 200 OK in 125ms (Views: 122.1ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:53:44 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (25.0ms) Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (53.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:56:16.527492' and ends_at >= '2016-01-18 00:56:16.527492') Completed 200 OK in 206ms (Views: 159.1ms | ActiveRecord: 4.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:16 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 18:56:19 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `send_to_approved' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:37:in `send_to_approved' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:35:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:56:58 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (19.0ms) Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (19.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (60.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:56:59.147410' and ends_at >= '2016-01-18 00:56:59.147410') Completed 200 OK in 202ms (Views: 155.1ms | ActiveRecord: 4.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:56:59 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 8ms (ActiveRecord: 1.1ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:57:02.430685' and ends_at >= '2016-01-18 00:57:02.430685') Completed 200 OK in 132ms (Views: 129.5ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:02 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:57:06.349788' and ends_at >= '2016-01-18 00:57:06.349788') Completed 200 OK in 116ms (Views: 110.6ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:06 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (19.6ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (48.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:57:38.698224' and ends_at >= '2016-01-18 00:57:38.698224') Completed 200 OK in 196ms (Views: 147.1ms | ActiveRecord: 4.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:38 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 8ms (ActiveRecord: 0.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (18.2ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (26.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:57:40.782502' and ends_at >= '2016-01-18 00:57:40.782502') Completed 200 OK in 130ms (Views: 125.7ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:40 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:41 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:41 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:41 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:41 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:41 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:41 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:41 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:41 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:57:58 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (19.1ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (47.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:57:59.179417' and ends_at >= '2016-01-18 00:57:59.179417') Completed 200 OK in 203ms (Views: 144.6ms | ActiveRecord: 4.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:57:59 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 18:58:01 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.8ms) ArgumentError (wrong number of arguments (0 for 1)): activerecord (4.1.14) lib/active_record/persistence.rb:228:in `update' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:38:in `send_to_approved' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:35:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.9ms) Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 60ms (ActiveRecord: 2.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (28.1ms) Hatchy::ProjectAccount Load (0.6ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (69.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 00:58:47.825922' and ends_at >= '2016-01-18 00:58:47.825922') Completed 200 OK in 204ms (Views: 196.8ms | ActiveRecord: 3.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 18:58:48 -0600 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:00:48 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (44.9ms) Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (88.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (9.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:00:48.983357' and ends_at >= '2016-01-18 01:00:48.983357') Completed 200 OK in 354ms (Views: 288.5ms | ActiveRecord: 5.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:49 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 15ms (ActiveRecord: 1.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.0ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:00:52.284762' and ends_at >= '2016-01-18 01:00:52.284762') Completed 200 OK in 112ms (Views: 107.9ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:52 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:00:58.119182' and ends_at >= '2016-01-18 01:00:58.119182') Completed 200 OK in 125ms (Views: 120.4ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:00:58 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.2ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 10ms (ActiveRecord: 1.2ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.9ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:01:00.130440' and ends_at >= '2016-01-18 01:01:00.130440') Completed 200 OK in 135ms (Views: 130.5ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:00 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (17.3ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (45.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:01:49.295196' and ends_at >= '2016-01-18 01:01:49.295196') Completed 200 OK in 193ms (Views: 134.0ms | ActiveRecord: 4.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:49 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.7ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:01:51.522339' and ends_at >= '2016-01-18 01:01:51.522339') Completed 200 OK in 116ms (Views: 112.4ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:01:51 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (17.4ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (42.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:03:44.306111' and ends_at >= '2016-01-18 01:03:44.306111') Completed 200 OK in 179ms (Views: 134.0ms | ActiveRecord: 4.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:44 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:03:46.781728' and ends_at >= '2016-01-18 01:03:46.781728') Completed 200 OK in 122ms (Views: 118.1ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:46 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:47 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:47 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:47 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:47 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:47 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:47 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:03:47 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:04:25 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (17.8ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (43.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:04:26.122307' and ends_at >= '2016-01-18 01:04:26.122307') Completed 200 OK in 195ms (Views: 147.5ms | ActiveRecord: 4.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:26 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 9ms (ActiveRecord: 0.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:04:28.362140' and ends_at >= '2016-01-18 01:04:28.362140') Completed 200 OK in 111ms (Views: 108.3ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:28 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (12.0ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:04:37.267641' and ends_at >= '2016-01-18 01:04:37.267641') Completed 200 OK in 143ms (Views: 141.3ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:37 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (18.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:04:42.324178' and ends_at >= '2016-01-18 01:04:42.324178') Completed 200 OK in 109ms (Views: 100.7ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:42 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.2ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:04:43.598412' and ends_at >= '2016-01-18 01:04:43.598412') Completed 200 OK in 108ms (Views: 106.2ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:43 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-13 01:04:44.573070' AND '2016-01-18 01:04:44.573256') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (12.2ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:04:44.600672' and ends_at >= '2016-01-18 01:04:44.600672') Completed 200 OK in 98ms (Views: 96.1ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:44 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (11.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (10.4ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (38.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (110.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:04:49.752567' and ends_at >= '2016-01-18 01:04:49.752567') Completed 200 OK in 214ms (Views: 192.2ms | ActiveRecord: 2.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:04:49 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-13 01:06:55.669874' AND '2016-01-18 01:06:55.670057') AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (7.5ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (21.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:06:55.711905' and ends_at >= '2016-01-18 01:06:55.711905') Completed 200 OK in 135ms (Views: 120.2ms | ActiveRecord: 3.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:55 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.8ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:06:57.429919' and ends_at >= '2016-01-18 01:06:57.429919') Completed 200 OK in 99ms (Views: 97.3ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:06:57 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:06:59 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.6ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (14.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (26.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:07:00.100972' and ends_at >= '2016-01-18 01:07:00.100972') Completed 200 OK in 181ms (Views: 137.5ms | ActiveRecord: 4.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:00 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:07:04.158254' and ends_at >= '2016-01-18 01:07:04.158254') Completed 200 OK in 112ms (Views: 107.2ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:04 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (31.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (65.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:07:05.758829' and ends_at >= '2016-01-18 01:07:05.758829') Completed 200 OK in 172ms (Views: 150.8ms | ActiveRecord: 2.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:05 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "project"=>{"name"=>"NOTGAME", "category_id"=>"22", "city"=>""}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) rollback transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 11ms (ActiveRecord: 1.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (53.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:07:12.800998' and ends_at >= '2016-01-18 01:07:12.800998') Completed 200 OK in 151ms (Views: 141.7ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:12 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:13 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:13 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:13 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:13 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:13 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:13 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:13 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:13 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:07:53 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.3ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (20.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:07:53.842110' and ends_at >= '2016-01-18 01:07:53.842110') Completed 200 OK in 196ms (Views: 118.0ms | ActiveRecord: 6.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:07:53 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:53 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:53 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:53 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:53 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:53 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:53 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:54 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:07:55 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:07:56.009472' and ends_at >= '2016-01-18 01:07:56.009472') Completed 200 OK in 119ms (Views: 116.5ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453079276182" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453079276182", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 18ms (Views: 11.6ms | ActiveRecord: 1.5ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:07:56 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:07:57 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.7ms) Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (32.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:07:57.846839' and ends_at >= '2016-01-18 01:07:57.846839') Completed 200 OK in 152ms (Views: 144.3ms | ActiveRecord: 3.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:07:57 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:57 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:07:58 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:08:00.408142' and ends_at >= '2016-01-18 01:08:00.408142') Completed 200 OK in 119ms (Views: 116.3ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:08:00 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (18.5ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (46.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:09:32.720436' and ends_at >= '2016-01-18 01:09:32.720436') Completed 200 OK in 195ms (Views: 146.6ms | ActiveRecord: 4.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:32 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:09:34 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:09:34 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.4ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:09:34.995128' and ends_at >= '2016-01-18 01:09:34.995128') Completed 200 OK in 116ms (Views: 112.2ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:09:35 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (17.8ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (48.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:13:46.708255' and ends_at >= '2016-01-18 01:13:46.708255') Completed 200 OK in 206ms (Views: 147.0ms | ActiveRecord: 4.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:46 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (9.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:13:50.599715' and ends_at >= '2016-01-18 01:13:50.599715') Completed 200 OK in 134ms (Views: 131.2ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:13:50 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (17.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (28.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:16:15.716697' and ends_at >= '2016-01-18 01:16:15.716697') Completed 200 OK in 129ms (Views: 125.1ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:15 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:16:24.152006' and ends_at >= '2016-01-18 01:16:24.152006') Completed 200 OK in 117ms (Views: 113.7ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:24 -0600 Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-17 19:16:29 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:16:29 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:16:29.887044' and ends_at >= '2016-01-18 01:16:29.887044') Completed 200 OK in 124ms (Views: 121.0ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:30 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:16:39.502188' and ends_at >= '2016-01-18 01:16:39.502188') Completed 200 OK in 154ms (Views: 129.2ms | ActiveRecord: 3.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:39 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:16:43 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:16:44.026624' and ends_at >= '2016-01-18 01:16:44.026624') Completed 200 OK in 117ms (Views: 112.5ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:44 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (1.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.4ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (58.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:16:45.330579' and ends_at >= '2016-01-18 01:16:45.330579') Completed 200 OK in 167ms (Views: 153.2ms | ActiveRecord: 2.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:45 -0600 Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-17 19:16:49 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "analysis"], ["updated_at", "2016-01-18 01:16:49.602578"]]  (226.3ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 243ms (ActiveRecord: 227.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:16:49 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.6ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (28.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (87.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:16:49.956887' and ends_at >= '2016-01-18 01:16:49.956887') Completed 200 OK in 196ms (Views: 188.3ms | ActiveRecord: 2.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:50 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:16:57 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:16:57.994940' and ends_at >= '2016-01-18 01:16:57.994940') Completed 200 OK in 126ms (Views: 115.5ms | ActiveRecord: 3.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:58 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:16:59.753954' and ends_at >= '2016-01-18 01:16:59.753954') Completed 200 OK in 128ms (Views: 125.3ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:16:59 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:00 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:00 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:00 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:00 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:17:00 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453079819947" for 127.0.0.1 at 2016-01-17 19:17:00 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453079819947", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 12ms (Views: 8.0ms | ActiveRecord: 1.1ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:17:00 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:17:01.203218' and ends_at >= '2016-01-18 01:17:01.203218') Completed 200 OK in 130ms (Views: 125.6ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:01 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.7ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "approved"], ["updated_at", "2016-01-18 01:17:05.582640"]]  (180.5ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 192ms (ActiveRecord: 182.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.0ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:17:05.815355' and ends_at >= '2016-01-18 01:17:05.815355') Completed 200 OK in 121ms (Views: 116.5ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:06 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:17:11.554453' and ends_at >= '2016-01-18 01:17:11.554453') Completed 200 OK in 124ms (Views: 113.9ms | ActiveRecord: 3.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:11 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:17:13.042964' and ends_at >= '2016-01-18 01:17:13.042964') Completed 200 OK in 128ms (Views: 123.3ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:13 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.0ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (72.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:17:14.221304' and ends_at >= '2016-01-18 01:17:14.221304') Completed 200 OK in 173ms (Views: 166.5ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:14 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:17:36.514424' and ends_at >= '2016-01-18 01:17:36.514424') Completed 200 OK in 127ms (Views: 117.4ms | ActiveRecord: 3.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:36 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:17:38.199690' and ends_at >= '2016-01-18 01:17:38.199690') Completed 200 OK in 129ms (Views: 125.6ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453079858428" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453079858428", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 12ms (Views: 7.1ms | ActiveRecord: 1.5ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:17:38 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:17:39.640371' and ends_at >= '2016-01-18 01:17:39.640371') Completed 200 OK in 130ms (Views: 126.8ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:39 -0600 Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-17 19:17:42 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.6ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-20 01:17:42.859680"], ["online_date", "2016-01-18 01:17:42.859680"], ["status", "online"], ["updated_at", "2016-01-18 01:17:42.860490"]]  (249.6ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 267ms (ActiveRecord: 251.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:17:43.162051' and ends_at >= '2016-01-18 01:17:43.162051') Completed 200 OK in 119ms (Views: 115.4ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:17:43 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 48ms (ActiveRecord: 1.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (18.8ms) Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (50.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:18:46.567774' and ends_at >= '2016-01-18 01:18:46.567774') Completed 200 OK in 184ms (Views: 178.1ms | ActiveRecord: 3.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:46 -0600 Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-01-17 19:18:51 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "send_to_draft_at" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["send_to_draft_at", "2016-01-18 01:18:51.781171"], ["status", "draft"], ["updated_at", "2016-01-18 01:18:51.785552"]]  (242.7ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 256ms (ActiveRecord: 244.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.7ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (12.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (23.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.6ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:18:52.098137' and ends_at >= '2016-01-18 01:18:52.098137') Completed 200 OK in 174ms (Views: 169.9ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:52 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:18:56 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:18:56.820267' and ends_at >= '2016-01-18 01:18:56.820267') Completed 200 OK in 109ms (Views: 105.1ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:18:56 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:56 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:56 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:56 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:56 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:56 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:56 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:56 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:56 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:56 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.6ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (59.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:18:57.805934' and ends_at >= '2016-01-18 01:18:57.805934') Completed 200 OK in 179ms (Views: 159.9ms | ActiveRecord: 2.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:57 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:58 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:58 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:58 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:58 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:18:58 -0600 Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.5ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "analysis"], ["updated_at", "2016-01-18 01:19:02.200040"]]  (171.8ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 185ms (ActiveRecord: 173.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (4.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (82.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.7ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:19:02.487004' and ends_at >= '2016-01-18 01:19:02.487004') Completed 200 OK in 179ms (Views: 172.4ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:02 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.3ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (20.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:19:04.569609' and ends_at >= '2016-01-18 01:19:04.569609') Completed 200 OK in 138ms (Views: 123.5ms | ActiveRecord: 2.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:04 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:19:06.495222' and ends_at >= '2016-01-18 01:19:06.495222') Completed 200 OK in 127ms (Views: 122.0ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453079946705" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453079946705", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 13ms (Views: 8.2ms | ActiveRecord: 1.3ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:19:06 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:19:08.156919' and ends_at >= '2016-01-18 01:19:08.156919') Completed 200 OK in 123ms (Views: 119.1ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:08 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:19:10 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "approved"], ["updated_at", "2016-01-18 01:19:10.627698"]]  (251.5ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 262ms (ActiveRecord: 252.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:19:10 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:19:10.932837' and ends_at >= '2016-01-18 01:19:10.932837') Completed 200 OK in 126ms (Views: 121.7ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:11 -0600 Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-17 19:19:18 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-20 01:19:18.388555"], ["online_date", "2016-01-18 01:19:18.388555"], ["status", "online"], ["updated_at", "2016-01-18 01:19:18.389060"]]  (185.3ms) commit transaction Completed 500 Internal Server Error in 199ms (ActiveRecord: 186.6ms) NoMethodError (undefined method `to_sentence' for :push_to_online:Symbol): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:44:in `block (2 levels) in ' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:35:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:19:34.269505' and ends_at >= '2016-01-18 01:19:34.269505') Completed 200 OK in 120ms (Views: 115.0ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:19:34 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:20:00 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.4ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (17.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:20:01.026215' and ends_at >= '2016-01-18 01:20:01.026215') Completed 200 OK in 130ms (Views: 120.0ms | ActiveRecord: 3.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:01 -0600 Started GET "/projects/new" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (1.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:20:04.480694' and ends_at >= '2016-01-18 01:20:04.480694') Completed 200 OK in 119ms (Views: 111.4ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:04 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:20:05 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:20:05.863492' and ends_at >= '2016-01-18 01:20:05.863492') Completed 200 OK in 103ms (Views: 98.8ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:20:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (70.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:20:06.740619' and ends_at >= '2016-01-18 01:20:06.740619') Completed 200 OK in 163ms (Views: 155.0ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:06 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.9ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:20:11.814822' and ends_at >= '2016-01-18 01:20:11.814822') Completed 200 OK in 128ms (Views: 117.0ms | ActiveRecord: 4.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:11 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:12 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:20:13 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:20:13.844545' and ends_at >= '2016-01-18 01:20:13.844545') Completed 200 OK in 128ms (Views: 124.6ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:20:13 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:13 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:13 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:13 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:13 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:13 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453080014023" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453080014023", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 8ms (Views: 5.2ms | ActiveRecord: 1.1ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:20:14 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:20:15.152436' and ends_at >= '2016-01-18 01:20:15.152436') Completed 200 OK in 125ms (Views: 120.1ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:15 -0600 Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "send_to_draft_at" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["send_to_draft_at", "2016-01-18 01:20:18.207865"], ["status", "draft"], ["updated_at", "2016-01-18 01:20:18.210430"]]  (241.3ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 252ms (ActiveRecord: 242.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.1ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:20:18.505073' and ends_at >= '2016-01-18 01:20:18.505073') Completed 200 OK in 124ms (Views: 119.3ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:20:18 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (45.4ms) Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (87.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:26:30.483063' and ends_at >= '2016-01-18 01:26:30.483063') Completed 200 OK in 341ms (Views: 277.7ms | ActiveRecord: 5.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:30 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (21.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:26:40.579918' and ends_at >= '2016-01-18 01:26:40.579918') Completed 200 OK in 138ms (Views: 113.9ms | ActiveRecord: 3.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:40 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:26:41 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (33.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.3ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:26:42.021774' and ends_at >= '2016-01-18 01:26:42.021774') Completed 200 OK in 201ms (Views: 189.7ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:26:42 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (5.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (11.2ms) Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (32.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (112.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:26:43.088068' and ends_at >= '2016-01-18 01:26:43.088068') Completed 200 OK in 232ms (Views: 220.2ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:43 -0600 Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "analysis"], ["updated_at", "2016-01-18 01:26:47.114857"]]  (180.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 197ms (ActiveRecord: 182.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.5ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.9ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.2ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (32.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (100.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:26:47.436045' and ends_at >= '2016-01-18 01:26:47.436045') Completed 200 OK in 211ms (Views: 203.9ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:47 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (19.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:26:49.578682' and ends_at >= '2016-01-18 01:26:49.578682') Completed 200 OK in 139ms (Views: 128.5ms | ActiveRecord: 3.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:49 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:26:51.084146' and ends_at >= '2016-01-18 01:26:51.084146') Completed 200 OK in 123ms (Views: 119.0ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453080411278" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453080411278", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 17ms (Views: 11.5ms | ActiveRecord: 1.4ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:26:51 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:26:52 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.7ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:26:52.833838' and ends_at >= '2016-01-18 01:26:52.833838') Completed 200 OK in 123ms (Views: 119.4ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:26:52 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:52 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:52 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:52 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:52 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:52 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:53 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:26:57 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "approved"], ["updated_at", "2016-01-18 01:26:57.758022"]]  (168.3ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 176ms (ActiveRecord: 169.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:26:57 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.4ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:26:57.975718' and ends_at >= '2016-01-18 01:26:57.975718') Completed 200 OK in 113ms (Views: 109.6ms | ActiveRecord: 1.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:26:58 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (19.6ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (55.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:27:16.342094' and ends_at >= '2016-01-18 01:27:16.342094') Completed 200 OK in 191ms (Views: 144.3ms | ActiveRecord: 4.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:16 -0600 Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-17 19:27:30 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-20 01:27:30.873100"], ["online_date", "2016-01-18 01:27:30.873100"], ["status", "online"], ["updated_at", "2016-01-18 01:27:30.874167"]]  (191.0ms) commit transaction Completed 500 Internal Server Error in 259ms (ActiveRecord: 194.5ms) NoMethodError (undefined method `humanize' for :push_to_online:Symbol): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:44:in `block (2 levels) in ' actionpack (4.1.14) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.14) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:552:in `block (2 levels) in compile' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:502:in `call' activesupport (4.1.14) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.14) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.14) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.14) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.14) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.14) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.14) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.14) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.14) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.14) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.14) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.14) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.14) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:35:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (25.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (39.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:27:40.393617' and ends_at >= '2016-01-18 01:27:40.393617') Completed 200 OK in 152ms (Views: 146.5ms | ActiveRecord: 2.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:27:40 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (19.8ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (47.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:10.717425' and ends_at >= '2016-01-18 01:28:10.717425') Completed 200 OK in 198ms (Views: 150.6ms | ActiveRecord: 4.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:10 -0600 Started PUT "/admin/projects/1/push_to_trash" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_trash as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (9.4ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:13.157203' and ends_at >= '2016-01-18 01:28:13.157203') Completed 200 OK in 126ms (Views: 122.6ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:13 -0600 Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "send_to_draft_at" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["send_to_draft_at", "2016-01-18 01:28:19.544779"], ["status", "draft"], ["updated_at", "2016-01-18 01:28:19.548750"]]  (198.3ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 211ms (ActiveRecord: 199.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.0ms) Hatchy::ProjectAccount Load (0.6ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (19.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:19.803073' and ends_at >= '2016-01-18 01:28:19.803073') Completed 200 OK in 137ms (Views: 132.0ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:19 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:20 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:28:21 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (16.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:21.881622' and ends_at >= '2016-01-18 01:28:21.881622') Completed 200 OK in 139ms (Views: 112.8ms | ActiveRecord: 3.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:22 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:23.515029' and ends_at >= '2016-01-18 01:28:23.515029') Completed 200 OK in 122ms (Views: 117.1ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:23 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.5ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (59.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:25.234625' and ends_at >= '2016-01-18 01:28:25.234625') Completed 200 OK in 158ms (Views: 145.7ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:25 -0600 Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "analysis"], ["updated_at", "2016-01-18 01:28:29.320558"]]  (188.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 202ms (ActiveRecord: 190.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (9.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.5ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (88.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:29.630413' and ends_at >= '2016-01-18 01:28:29.630413') Completed 200 OK in 184ms (Views: 175.8ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:29 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.3ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (19.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:31.074573' and ends_at >= '2016-01-18 01:28:31.074573') Completed 200 OK in 126ms (Views: 118.3ms | ActiveRecord: 2.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:31 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:32.658215' and ends_at >= '2016-01-18 01:28:32.658215') Completed 200 OK in 126ms (Views: 123.1ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:28:32 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453080512855" for 127.0.0.1 at 2016-01-17 19:28:33 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453080512855", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 12ms (Views: 6.9ms | ActiveRecord: 1.2ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:28:33 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:34.713955' and ends_at >= '2016-01-18 01:28:34.713955') Completed 200 OK in 128ms (Views: 124.5ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:34 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:28:46 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "approved"], ["updated_at", "2016-01-18 01:28:46.673584"]]  (179.5ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 193ms (ActiveRecord: 181.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:28:46 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.4ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:46.903278' and ends_at >= '2016-01-18 01:28:46.903278') Completed 200 OK in 117ms (Views: 112.8ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:47 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.6ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:55.715337' and ends_at >= '2016-01-18 01:28:55.715337') Completed 200 OK in 104ms (Views: 102.8ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:55 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-13 01:28:56.704727' AND '2016-01-18 01:28:56.704890') AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (16.1ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:28:56.740345' and ends_at >= '2016-01-18 01:28:56.740345') Completed 200 OK in 107ms (Views: 104.6ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:28:56 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (17.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:29:00.537861' and ends_at >= '2016-01-18 01:29:00.537861') Completed 200 OK in 123ms (Views: 113.1ms | ActiveRecord: 3.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:00 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:29:02.695416' and ends_at >= '2016-01-18 01:29:02.695416') Completed 200 OK in 122ms (Views: 118.9ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:29:02 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453080542883" for 127.0.0.1 at 2016-01-17 19:29:03 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453080542883", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.5ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 12ms (Views: 7.2ms | ActiveRecord: 2.0ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:29:03 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (1.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:29:04.260389' and ends_at >= '2016-01-18 01:29:04.260389') Completed 200 OK in 128ms (Views: 120.3ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:04 -0600 Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-20 01:29:09.069676"], ["online_date", "2016-01-18 01:29:09.069676"], ["status", "online"], ["updated_at", "2016-01-18 01:29:09.070156"]]  (172.4ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 187ms (ActiveRecord: 173.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.2ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.3ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:29:09.294798' and ends_at >= '2016-01-18 01:29:09.294798') Completed 200 OK in 121ms (Views: 115.9ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:29:09 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (70.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:30:16.583312' and ends_at >= '2016-01-18 01:30:16.583312') Completed 200 OK in 173ms (Views: 166.6ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:16 -0600 Started GET "/admin/categories/22" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Processing by Hatchy::Admin::CategoriesController#show as HTML Parameters: {"class_name"=>"Hatchy::Category", "id"=>"22"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/show.html.haml within layouts/hatchy/admin/admin_layout (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:30:26.118609' and ends_at >= '2016-01-18 01:30:26.118609') Completed 200 OK in 110ms (Views: 107.2ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:26 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.2ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:30:29.501228' and ends_at >= '2016-01-18 01:30:29.501228') Completed 200 OK in 125ms (Views: 121.1ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:29 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:30:45.188980' and ends_at >= '2016-01-18 01:30:45.188980') Completed 200 OK in 102ms (Views: 100.2ms | ActiveRecord: 0.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453080645360" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453080645360", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 5.4ms | ActiveRecord: 1.0ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:30:45 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:30:56.628143' and ends_at >= '2016-01-18 01:30:56.628143') Completed 200 OK in 112ms (Views: 109.5ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453080656800" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453080656800", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 11ms (Views: 7.1ms | ActiveRecord: 1.4ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:30:56 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:30:58 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:30:58.947836' and ends_at >= '2016-01-18 01:30:58.947836') Completed 200 OK in 117ms (Views: 113.0ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:30:59 -0600 Started PUT "/admin/projects/1/push_to_trash" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_trash as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (9.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (10.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:31:13.629798' and ends_at >= '2016-01-18 01:31:13.629798') Completed 200 OK in 124ms (Views: 121.1ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:13 -0600 Started PUT "/admin/projects/1/send_to_rejected" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_rejected as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 6ms (ActiveRecord: 0.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:31:17.736521' and ends_at >= '2016-01-18 01:31:17.736521') Completed 200 OK in 116ms (Views: 112.5ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:17 -0600 Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-01-17 19:31:21 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "send_to_draft_at" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["send_to_draft_at", "2016-01-18 01:31:21.628988"], ["status", "draft"], ["updated_at", "2016-01-18 01:31:21.632008"]]  (191.4ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 202ms (ActiveRecord: 192.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:31:21 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (16.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (24.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:31:21.881161' and ends_at >= '2016-01-18 01:31:21.881161') Completed 200 OK in 124ms (Views: 120.7ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:31:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:21 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:22 -0600 Started PUT "/admin/projects/1/push_to_trash" for 127.0.0.1 at 2016-01-17 19:31:25 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_trash as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "deleted"], ["updated_at", "2016-01-18 01:31:25.780381"]]  (179.5ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 191ms (ActiveRecord: 180.9ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:31:25 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.9ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:31:26.014691' and ends_at >= '2016-01-18 01:31:26.014691') Completed 200 OK in 119ms (Views: 113.3ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:31:26 -0600 Started PUT "/admin/projects/1/push_to_trash" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_trash as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 46ms (ActiveRecord: 2.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (18.9ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (47.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:32:01.582727' and ends_at >= '2016-01-18 01:32:01.582727') Completed 200 OK in 155ms (Views: 149.1ms | ActiveRecord: 2.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:01 -0600 Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-01-17 19:32:04 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "send_to_draft_at" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["send_to_draft_at", "2016-01-18 01:32:04.670368"], ["status", "draft"], ["updated_at", "2016-01-18 01:32:04.674273"]]  (176.5ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 192ms (ActiveRecord: 178.2ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:32:04 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.9ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:32:04.902669' and ends_at >= '2016-01-18 01:32:04.902669') Completed 200 OK in 115ms (Views: 110.9ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:05 -0600 Started PUT "/admin/projects/1/push_to_trash" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_trash as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "trash"], ["updated_at", "2016-01-18 01:32:06.525873"]]  (160.5ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 171ms (ActiveRecord: 161.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.4ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:32:06.743844' and ends_at >= '2016-01-18 01:32:06.743844') Completed 200 OK in 130ms (Views: 123.8ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:06 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:07 -0600 Started GET "/users/1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Processing by Hatchy::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/show.html.haml within layouts/hatchy/application (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:32:21.084863' and ends_at >= '2016-01-18 01:32:21.084863') Completed 200 OK in 89ms (Views: 85.7ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:21 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 19:32:22 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.3ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:32:22.841150' and ends_at >= '2016-01-18 01:32:22.841150') Completed 200 OK in 106ms (Views: 103.9ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:32:22 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:23 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:32:25.234640' and ends_at >= '2016-01-18 01:32:25.234640') Completed 200 OK in 139ms (Views: 116.1ms | ActiveRecord: 3.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:32:25 -0600 Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-17 19:33:57 -0600 ActionController::RoutingError (uninitialized constant Hatchy::Admin::ContributionsController): activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.14) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.14) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/railtie.rb:194:in `public_send' railties (4.1.14) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:73:in `block in call' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.14) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.14) lib/action_dispatch/routing/route_set.rb:692:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.5.5) lib/rack/etag.rb:23:in `call' rack (1.5.5) lib/rack/conditionalget.rb:25:in `call' rack (1.5.5) lib/rack/head.rb:11:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.5) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.5) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/cookies.rb:562:in `call' activerecord (4.1.14) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.14) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.14) lib/active_record/migration.rb:380:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.14) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.14) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.14) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.14) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.14) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.14) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.5) lib/rack/methodoverride.rb:21:in `call' rack (1.5.5) lib/rack/runtime.rb:17:in `call' activesupport (4.1.14) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.5) lib/rack/lock.rb:17:in `call' actionpack (4.1.14) lib/action_dispatch/middleware/static.rb:84:in `call' rack (1.5.5) lib/rack/sendfile.rb:112:in `call' railties (4.1.14) lib/rails/engine.rb:514:in `call' railties (4.1.14) lib/rails/application.rb:144:in `call' rack (1.5.5) lib/rack/content_length.rb:14:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.8) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.5.5) lib/rack/handler/thin.rb:16:in `run' rack (1.5.5) lib/rack/server.rb:264:in `start' railties (4.1.14) lib/rails/commands/server.rb:69:in `start' railties (4.1.14) lib/rails/commands/commands_tasks.rb:81:in `block in server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `tap' railties (4.1.14) lib/rails/commands/commands_tasks.rb:76:in `server' railties (4.1.14) lib/rails/commands/commands_tasks.rb:40:in `run_command!' railties (4.1.14) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.1.14/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (138.2ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (450.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (459.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:33:59.720305' and ends_at >= '2016-01-18 01:33:59.720305') Completed 200 OK in 573ms (Views: 564.2ms | ActiveRecord: 3.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:33:59 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:34:00 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:34:00 -0600 Started GET "/admin/countries/1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Processing by Hatchy::Admin::CountriesController#show as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Country Load (0.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/show.html.haml within layouts/hatchy/admin/admin_layout (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:03.550418' and ends_at >= '2016-01-18 01:34:03.550418') Completed 200 OK in 133ms (Views: 129.2ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:03 -0600 Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (20.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:05.061065' and ends_at >= '2016-01-18 01:34:05.061065') Completed 200 OK in 137ms (Views: 131.1ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:05 -0600 Started GET "/admin/countries" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Country Load (1.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (294.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (300.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:07.517673' and ends_at >= '2016-01-18 01:34:07.517673') Completed 200 OK in 399ms (Views: 392.5ms | ActiveRecord: 3.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:07 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:34:08 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:34:08 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:09.365626' and ends_at >= '2016-01-18 01:34:09.365626') Completed 200 OK in 127ms (Views: 123.7ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453080849583" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453080849583", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 9ms (Views: 5.5ms | ActiveRecord: 0.9ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:34:09 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:10.759682' and ends_at >= '2016-01-18 01:34:10.759682') Completed 200 OK in 120ms (Views: 115.2ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:10 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:11 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:11 -0600 Started GET "/admin/countries" for 127.0.0.1 at 2016-01-17 19:34:22 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::Country Load (2.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (286.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (293.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:22.798548' and ends_at >= '2016-01-18 01:34:22.798548') Completed 200 OK in 394ms (Views: 388.7ms | ActiveRecord: 2.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:22 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:23.681479' and ends_at >= '2016-01-18 01:34:23.681479') Completed 200 OK in 97ms (Views: 93.3ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453080863853" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453080863853", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 1.1ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:34:23 -0600 Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"xK/l0i4rHFbX4kagsgIqLP/9YZqeHcv/QJXEO8ETxro="} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 6ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:28.287183' and ends_at >= '2016-01-18 01:34:28.287183') Completed 200 OK in 98ms (Views: 96.9ms | ActiveRecord: 0.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:28 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:30.140726' and ends_at >= '2016-01-18 01:34:30.140726') Completed 200 OK in 99ms (Views: 95.4ms | ActiveRecord: 0.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:30 -0600 Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"37Ux5BoD7Pu5PyKNeqgLckIunhlDB05Eu9/xKxYmsHw=", "user"=>{"email"=>"te@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = 'te@mail.com' ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 2 [["current_sign_in_at", "2016-01-18 01:34:35.245013"], ["last_sign_in_at", "2016-01-17 02:27:08.570768"], ["sign_in_count", 4], ["updated_at", "2016-01-18 01:34:35.246385"]]  (203.6ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 301ms (ActiveRecord: 204.5ms) Started GET "/" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.4ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:35.487135' and ends_at >= '2016-01-18 01:34:35.487135') Completed 200 OK in 100ms (Views: 99.2ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:35 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:34:37 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:37.958410' and ends_at >= '2016-01-18 01:34:37.958410') Completed 200 OK in 95ms (Views: 91.1ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:38 -0600 Started GET "/projects/new" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:41.752695' and ends_at >= '2016-01-18 01:34:41.752695') Completed 200 OK in 95ms (Views: 90.7ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:41 -0600 Started POST "/projects" for 127.0.0.1 at 2016-01-17 19:34:46 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yYu9KaJ0DmBFJyr3fhgNWKPoiSzNbCDIwsKe5gIiDNA=", "project"=>{"name"=>"Kickit 2", "category_id"=>"22"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.4ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'Kickit 2' LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'Kickit 2' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_projects" ("category_id", "created_at", "name", "send_to_draft_at", "status", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["category_id", 22], ["created_at", "2016-01-18 01:34:46.852482"], ["name", "Kickit 2"], ["send_to_draft_at", "2016-01-18 01:34:46.852770"], ["status", "draft"], ["updated_at", "2016-01-18 01:34:46.852482"], ["user_id", 2]]  (249.6ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 263ms (ActiveRecord: 251.2ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.5ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (56.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:47.193759' and ends_at >= '2016-01-18 01:34:47.193759') Completed 200 OK in 153ms (Views: 145.4ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:47 -0600 Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-17 19:34:50 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yYu9KaJ0DmBFJyr3fhgNWKPoiSzNbCDIwsKe5gIiDNA=", "project"=>{"name"=>"Kickit 2", "category_id"=>"22", "city"=>"Mont"}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "city" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 2 [["city", "Mont"], ["updated_at", "2016-01-18 01:34:50.633672"]]  (316.6ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 329ms (ActiveRecord: 318.0ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:34:50 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (49.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:51.027082' and ends_at >= '2016-01-18 01:34:51.027082') Completed 200 OK in 138ms (Views: 132.3ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:51 -0600 Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-17 19:34:56 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yYu9KaJ0DmBFJyr3fhgNWKPoiSzNbCDIwsKe5gIiDNA=", "project"=>{"goal"=>"300", "online_days"=>"2"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "goal" = ?, "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 2 [["goal", 300.0], ["online_days", 2], ["updated_at", "2016-01-18 01:34:56.889385"]]  (134.6ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#goal Completed 302 Found in 149ms (ActiveRecord: 136.0ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (58.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:34:57.121423' and ends_at >= '2016-01-18 01:34:57.121423') Completed 200 OK in 154ms (Views: 145.9ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:34:57 -0600 Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yYu9KaJ0DmBFJyr3fhgNWKPoiSzNbCDIwsKe5gIiDNA=", "project"=>{"about"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"description", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "about" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 2 [["about", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 01:35:07.306590"]]  (155.3ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#description Completed 302 Found in 172ms (ActiveRecord: 157.1ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (46.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:35:07.538033' and ends_at >= '2016-01-18 01:35:07.538033') Completed 200 OK in 137ms (Views: 131.0ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:07 -0600 Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-17 19:35:12 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yYu9KaJ0DmBFJyr3fhgNWKPoiSzNbCDIwsKe5gIiDNA=", "project"=>{"video_url"=>"https://www.youtube.com/watch?v=63iLLXJ7oic"}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "updated_at" = ?, "video_url" = ? WHERE "hatchy_projects"."id" = 2 [["updated_at", "2016-01-18 01:35:12.633710"], ["video_url", "https://www.youtube.com/watch?v=63iLLXJ7oic"]]  (312.8ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#video Completed 302 Found in 325ms (ActiveRecord: 314.4ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:35:12 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (5.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (64.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:35:13.052794' and ends_at >= '2016-01-18 01:35:13.052794') Completed 200 OK in 168ms (Views: 153.7ms | ActiveRecord: 2.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:13 -0600 Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yYu9KaJ0DmBFJyr3fhgNWKPoiSzNbCDIwsKe5gIiDNA=", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "budget" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 2 [["budget", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 01:35:20.241408"]]  (310.2ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#budget Completed 302 Found in 325ms (ActiveRecord: 311.8ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (52.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:35:20.635940' and ends_at >= '2016-01-18 01:35:20.635940') Completed 200 OK in 147ms (Views: 140.5ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:20 -0600 Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yYu9KaJ0DmBFJyr3fhgNWKPoiSzNbCDIwsKe5gIiDNA=", "project"=>{"project_img"=>#, @original_filename="Kickstarter-games.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"Kickstarter-games.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"this is headline"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] SQL (0.7ms) UPDATE "hatchy_projects" SET "headline" = ?, "project_img" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 2 [["headline", "this is headline"], ["project_img", "Kickstarter-games.jpg"], ["updated_at", "2016-01-18 01:35:35.070069"]]  (191.1ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#project_card Completed 302 Found in 208ms (ActiveRecord: 193.1ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (55.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:35:35.351493' and ends_at >= '2016-01-18 01:35:35.351493') Completed 200 OK in 147ms (Views: 140.5ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:35 -0600 Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yYu9KaJ0DmBFJyr3fhgNWKPoiSzNbCDIwsKe5gIiDNA=", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"50", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"I will never give u your reward lel", "max_contributions"=>"", "_destroy"=>"false"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.7ms) INSERT INTO "hatchy_rewards" ("created_at", "deliver_at", "description", "min_value", "project_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2016-01-18 01:35:43.037559"], ["deliver_at", "2016-01-01 00:00:00.000000"], ["description", "I will never give u your reward lel"], ["min_value", 50.0], ["project_id", 2], ["updated_at", "2016-01-18 01:35:43.037559"]]  (251.4ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#rewards Completed 302 Found in 268ms (ActiveRecord: 253.3ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (57.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:35:43.388733' and ends_at >= '2016-01-18 01:35:43.388733') Completed 200 OK in 156ms (Views: 147.9ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:43 -0600 Started GET "/projects/2/send_to_analysis" for 127.0.0.1 at 2016-01-17 19:35:47 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 2 [["status", "analysis"], ["updated_at", "2016-01-18 01:35:47.533982"]]  (161.1ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#analysis_success Completed 302 Found in 175ms (ActiveRecord: 162.4ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:35:47 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.1ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (85.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:35:47.816890' and ends_at >= '2016-01-18 01:35:47.816890') Completed 200 OK in 178ms (Views: 171.0ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:48 -0600 Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yYu9KaJ0DmBFJyr3fhgNWKPoiSzNbCDIwsKe5gIiDNA=", "project"=>{"account_attributes"=>{"account_type"=>"Individuals", "owner_name"=>"test", "email"=>"test@mail.com", "phone"=>"123123", "owner_document"=>"test123", "bank_id"=>"2", "account"=>"123", "account_digit"=>"F123", "address_street"=>"Fake st", "address_city"=>"Fake city", "address_state"=>"Fake state", "address_number"=>"123", "address_zip"=>"F124"}}, "anchor"=>"account", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_project_accounts" ("account", "account_digit", "account_type", "address_city", "address_number", "address_state", "address_street", "address_zip", "bank_id", "created_at", "email", "owner_document", "owner_name", "phone", "project_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["account", "123"], ["account_digit", "F123"], ["account_type", "Individuals"], ["address_city", "Fake city"], ["address_number", "123"], ["address_state", "Fake state"], ["address_street", "Fake st"], ["address_zip", "F124"], ["bank_id", 2], ["created_at", "2016-01-18 01:35:57.303100"], ["email", "test@mail.com"], ["owner_document", "test123"], ["owner_name", "test"], ["phone", "123123"], ["project_id", 2], ["updated_at", "2016-01-18 01:35:57.303100"]]  (220.5ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#account Completed 302 Found in 234ms (ActiveRecord: 221.6ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (77.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:35:57.632797' and ends_at >= '2016-01-18 01:35:57.632797') Completed 200 OK in 167ms (Views: 159.6ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:35:57 -0600 Started GET "/projects/2?preview=true" for 127.0.0.1 at 2016-01-17 19:36:00 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 2]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:00.899704' and ends_at >= '2016-01-18 01:36:00.899704') Completed 200 OK in 119ms (Views: 113.7ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:00 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:01 -0600 Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (10.0ms) Hatchy::Country Load (1.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (31.6ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (68.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:06.304195' and ends_at >= '2016-01-18 01:36:06.304195') Completed 200 OK in 178ms (Views: 162.5ms | ActiveRecord: 3.6ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/assets/hatchy/users/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:06 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:19.146243' and ends_at >= '2016-01-18 01:36:19.146243') Completed 200 OK in 102ms (Views: 98.1ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Started GET "/projects/2" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 7ms (ActiveRecord: 0.7ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:36:19 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.5ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (17.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (72.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:20.075506' and ends_at >= '2016-01-18 01:36:20.075506') Completed 200 OK in 172ms (Views: 164.0ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:20 -0600 Started GET "/projects/2?preview=true" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 2]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:21.378952' and ends_at >= '2016-01-18 01:36:21.378952') Completed 200 OK in 106ms (Views: 99.3ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:21 -0600 Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"yYu9KaJ0DmBFJyr3fhgNWKPoiSzNbCDIwsKe5gIiDNA="} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 2 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:25.493650' and ends_at >= '2016-01-18 01:36:25.493650') Completed 200 OK in 91ms (Views: 90.4ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:25 -0600 Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:27.053793' and ends_at >= '2016-01-18 01:36:27.053793') Completed 200 OK in 108ms (Views: 104.9ms | ActiveRecord: 0.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:27 -0600 Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wm66suhta4vk70Tk48itwGaK+qTDdSb4yq3SH1sELA0=", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = 1 [["current_sign_in_at", "2016-01-18 01:36:30.586084"], ["last_sign_in_at", "2016-01-17 02:31:21.432861"], ["sign_in_count", 8], ["updated_at", "2016-01-18 01:36:30.586958"]]  (201.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 298ms (ActiveRecord: 202.5ms) Started GET "/" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.4ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:30.832358' and ends_at >= '2016-01-18 01:36:30.832358') Completed 200 OK in 104ms (Views: 102.6ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:31 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (1.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.4ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:33.325146' and ends_at >= '2016-01-18 01:36:33.325146') Completed 200 OK in 133ms (Views: 121.4ms | ActiveRecord: 4.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:33 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:38.301865' and ends_at >= '2016-01-18 01:36:38.301865') Completed 200 OK in 121ms (Views: 116.8ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453080998498" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453080998498", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 13ms (Views: 9.5ms | ActiveRecord: 1.5ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:36:38 -0600 Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-17 19:36:39 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.4ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:39.999814' and ends_at >= '2016-01-18 01:36:39.999814') Completed 200 OK in 127ms (Views: 122.2ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:40 -0600 Started GET "/projects/2" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 2]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:43.211872' and ends_at >= '2016-01-18 01:36:43.211872') Completed 200 OK in 101ms (Views: 96.4ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:43 -0600 Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (76.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:36:48.631121' and ends_at >= '2016-01-18 01:36:48.631121') Completed 200 OK in 180ms (Views: 171.0ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:36:48 -0600 Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (14.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (21.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (85.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:37:21.807440' and ends_at >= '2016-01-18 01:37:21.807440') Completed 200 OK in 249ms (Views: 178.3ms | ActiveRecord: 5.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:21 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:22 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:22 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:22 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:22 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:22 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:22 -0600 Started GET "/projects/2?preview=true" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.3ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 2]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (17.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:37:24.378094' and ends_at >= '2016-01-18 01:37:24.378094') Completed 200 OK in 113ms (Views: 105.6ms | ActiveRecord: 2.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:24 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:37:30 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.8ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:37:30.923203' and ends_at >= '2016-01-18 01:37:30.923203') Completed 200 OK in 147ms (Views: 133.4ms | ActiveRecord: 3.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:31 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:37:33.157870' and ends_at >= '2016-01-18 01:37:33.157870') Completed 200 OK in 119ms (Views: 116.1ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453081053354" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453081053354", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 15ms (Views: 9.7ms | ActiveRecord: 1.5ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:37:33 -0600 Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-17 19:37:34 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (9.4ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (24.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:37:35.008091' and ends_at >= '2016-01-18 01:37:35.008091') Completed 200 OK in 138ms (Views: 132.9ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:35 -0600 Started GET "/projects/2" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (72.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:37:36.834667' and ends_at >= '2016-01-18 01:37:36.834667') Completed 200 OK in 165ms (Views: 155.2ms | ActiveRecord: 2.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:36 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:37:37 -0600 Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:39:01 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.0ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.2ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (23.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (93.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:39:02.166104' and ends_at >= '2016-01-18 01:39:02.166104') Completed 200 OK in 267ms (Views: 192.1ms | ActiveRecord: 6.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:02 -0600 Started GET "/projects/2?preview=true" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 2]]  (0.5ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:39:05.763314' and ends_at >= '2016-01-18 01:39:05.763314') Completed 200 OK in 110ms (Views: 102.7ms | ActiveRecord: 2.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:05 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:39:09 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (19.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:39:10.042457' and ends_at >= '2016-01-18 01:39:10.042457') Completed 200 OK in 141ms (Views: 130.1ms | ActiveRecord: 2.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:10 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:39:11.204962' and ends_at >= '2016-01-18 01:39:11.204962') Completed 200 OK in 122ms (Views: 118.3ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453081151406" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453081151406", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 18ms (Views: 10.8ms | ActiveRecord: 1.9ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:39:11 -0600 Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (9.1ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:39:12.586762' and ends_at >= '2016-01-18 01:39:12.586762') Completed 200 OK in 140ms (Views: 135.1ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:12 -0600 Started PUT "/admin/projects/2/send_to_rejected" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_rejected as HTML Parameters: {"authenticity_token"=>"ANSoiAduuSKs1byajucPHk45R0yvT8ZtrrKJs98rMRY=", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "rejected_at" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 2 [["rejected_at", "2016-01-18 01:39:35.269472"], ["status", "rejected"], ["updated_at", "2016-01-18 01:39:35.273630"]]  (189.6ms) commit transaction Redirected to http://localhost:3000/admin/projects/2 Completed 302 Found in 204ms (ActiveRecord: 190.9ms) Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.2ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (23.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:39:35.522495' and ends_at >= '2016-01-18 01:39:35.522495') Completed 200 OK in 124ms (Views: 120.4ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:35 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:39:45.657836' and ends_at >= '2016-01-18 01:39:45.657836') Completed 200 OK in 110ms (Views: 105.3ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:45 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.5ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (21.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:39:48.693768' and ends_at >= '2016-01-18 01:39:48.693768') Completed 200 OK in 129ms (Views: 118.2ms | ActiveRecord: 3.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:48 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:39:49 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:39:49.949961' and ends_at >= '2016-01-18 01:39:49.949961') Completed 200 OK in 128ms (Views: 125.5ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453081190137" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453081190137", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 12ms (Views: 8.6ms | ActiveRecord: 1.0ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:39:50 -0600 Started GET "/projects/2" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.8ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (70.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:39:52.178510' and ends_at >= '2016-01-18 01:39:52.178510') Completed 200 OK in 170ms (Views: 163.8ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:39:52 -0600 Started GET "/projects/2?preview=true" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 2]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:40:00.778563' and ends_at >= '2016-01-18 01:40:00.778563') Completed 200 OK in 105ms (Views: 99.5ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:00 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:01 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:01 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:01 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.3ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:40:08.719431' and ends_at >= '2016-01-18 01:40:08.719431') Completed 200 OK in 132ms (Views: 121.8ms | ActiveRecord: 3.7ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:08 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:09 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:40:30.674247' and ends_at >= '2016-01-18 01:40:30.674247') Completed 200 OK in 117ms (Views: 114.1ms | ActiveRecord: 0.6ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:30 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:40:31 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453081230881" for 127.0.0.1 at 2016-01-17 19:40:31 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453081230881", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 16ms (Views: 11.8ms | ActiveRecord: 1.5ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:40:31 -0600 Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:40:32.128074' and ends_at >= '2016-01-18 01:40:32.128074') Completed 200 OK in 126ms (Views: 121.9ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:32 -0600 Started PUT "/admin/projects/2/push_to_trash" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_trash as HTML Parameters: {"authenticity_token"=>"ANSoiAduuSKs1byajucPHk45R0yvT8ZtrrKJs98rMRY=", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]]  (0.3ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 2 [["status", "trash"], ["updated_at", "2016-01-18 01:40:38.178210"]]  (175.5ms) commit transaction Redirected to http://localhost:3000/admin/projects/2 Completed 302 Found in 187ms (ActiveRecord: 176.9ms) Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (9.0ms) Hatchy::ProjectAccount Load (0.4ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:40:38.406061' and ends_at >= '2016-01-18 01:40:38.406061') Completed 200 OK in 121ms (Views: 116.6ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:38 -0600 Started GET "/projects/2" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 7ms (ActiveRecord: 0.8ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.7ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (65.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:40:51.142046' and ends_at >= '2016-01-18 01:40:51.142046') Completed 200 OK in 156ms (Views: 147.2ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:40:51 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:41:04.077548' and ends_at >= '2016-01-18 01:41:04.077548') Completed 200 OK in 133ms (Views: 122.7ms | ActiveRecord: 3.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:04 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:41:05.625716' and ends_at >= '2016-01-18 01:41:05.625716') Completed 200 OK in 123ms (Views: 119.4ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453081265832" for 127.0.0.1 at 2016-01-17 19:41:05 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453081265832", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 14ms (Views: 9.7ms | ActiveRecord: 1.5ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:41:06 -0600 Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:41:07.505405' and ends_at >= '2016-01-18 01:41:07.505405') Completed 200 OK in 126ms (Views: 121.5ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:07 -0600 Started GET "/projects/2" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.9ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (68.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:41:51.131549' and ends_at >= '2016-01-18 01:41:51.131549') Completed 200 OK in 171ms (Views: 162.3ms | ActiveRecord: 2.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:51 -0600 Started GET "/projects/2?preview=true" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.1ms) SELECT SUM("hatchy_contributions"."value") AS sum_id FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = 'pending' [["project_id", 2]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:41:52.139748' and ends_at >= '2016-01-18 01:41:52.139748') Completed 200 OK in 103ms (Views: 98.1ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/projects/show.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:52 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.0ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:41:57.306827' and ends_at >= '2016-01-18 01:41:57.306827') Completed 200 OK in 95ms (Views: 93.3ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:41:57 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:42:05.099119' and ends_at >= '2016-01-18 01:42:05.099119') Completed 200 OK in 124ms (Views: 114.5ms | ActiveRecord: 3.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:05 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 19:42:15 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:42:15.956332' and ends_at >= '2016-01-18 01:42:15.956332') Completed 200 OK in 126ms (Views: 123.4ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453081336156" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453081336156", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 12ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:42:16 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:42:17.306303' and ends_at >= '2016-01-18 01:42:17.306303') Completed 200 OK in 108ms (Views: 104.3ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453081337498" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453081337498", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 17ms (Views: 11.5ms | ActiveRecord: 2.0ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:42:17 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:42:30 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:42:30.937086' and ends_at >= '2016-01-18 01:42:30.937086') Completed 200 OK in 126ms (Views: 121.8ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:31 -0600 Started GET "/" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.4ms) Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:42:43.390073' and ends_at >= '2016-01-18 01:42:43.390073') Completed 200 OK in 101ms (Views: 98.8ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:43 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.4ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = 'online' [["category_id", 22]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE ("hatchy_projects"."online_date" BETWEEN '2016-01-13 01:42:44.608964' AND '2016-01-18 01:42:44.609101') AND "hatchy_projects"."status" = 'online' Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (19.9ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:42:44.644674' and ends_at >= '2016-01-18 01:42:44.644674') Completed 200 OK in 109ms (Views: 105.4ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:44 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:42:47.091589' and ends_at >= '2016-01-18 01:42:47.091589') Completed 200 OK in 124ms (Views: 115.0ms | ActiveRecord: 3.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:47 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.4ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:42:48.672226' and ends_at >= '2016-01-18 01:42:48.672226') Completed 200 OK in 120ms (Views: 116.0ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:42:48 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453081368864" for 127.0.0.1 at 2016-01-17 19:42:49 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453081368864", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 14ms (Views: 10.0ms | ActiveRecord: 1.8ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:42:49 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.3ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:42:50.205367' and ends_at >= '2016-01-18 01:42:50.205367') Completed 200 OK in 135ms (Views: 127.1ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:50 -0600 Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"ANSoiAduuSKs1byajucPHk45R0yvT8ZtrrKJs98rMRY=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "send_to_draft_at" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["send_to_draft_at", "2016-01-18 01:42:52.493045"], ["status", "draft"], ["updated_at", "2016-01-18 01:42:52.495965"]]  (154.4ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 164ms (ActiveRecord: 155.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.9ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:42:52.704973' and ends_at >= '2016-01-18 01:42:52.704973') Completed 200 OK in 132ms (Views: 125.9ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:52 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (4.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.9ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (34.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (84.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:42:57.410975' and ends_at >= '2016-01-18 01:42:57.410975') Completed 200 OK in 183ms (Views: 177.3ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:42:57 -0600 Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.6ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "analysis"], ["updated_at", "2016-01-18 01:43:01.314485"]]  (155.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 170ms (ActiveRecord: 156.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (17.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (77.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:43:01.582629' and ends_at >= '2016-01-18 01:43:01.582629') Completed 200 OK in 186ms (Views: 177.6ms | ActiveRecord: 2.2ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:01 -0600 Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-17 19:43:07 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"ANSoiAduuSKs1byajucPHk45R0yvT8ZtrrKJs98rMRY=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["status", "approved"], ["updated_at", "2016-01-18 01:43:08.005726"]]  (140.0ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 149ms (ActiveRecord: 141.3ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:43:08.194648' and ends_at >= '2016-01-18 01:43:08.194648') Completed 200 OK in 126ms (Views: 121.2ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:08 -0600 Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-17 19:43:10 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"ANSoiAduuSKs1byajucPHk45R0yvT8ZtrrKJs98rMRY=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-20 01:43:10.810325"], ["online_date", "2016-01-18 01:43:10.810325"], ["status", "online"], ["updated_at", "2016-01-18 01:43:10.811012"]]  (236.5ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 248ms (ActiveRecord: 238.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.6ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:43:11.104006' and ends_at >= '2016-01-18 01:43:11.104006') Completed 200 OK in 132ms (Views: 127.2ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:11 -0600 Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:43:16 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"ANSoiAduuSKs1byajucPHk45R0yvT8ZtrrKJs98rMRY=", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGAME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "expires_at" = ?, "online_date" = ?, "recommended" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = 1 [["expires_at", "2016-01-20 01:43:16.760689"], ["online_date", "2016-01-18 01:43:16.760689"], ["recommended", "t"], ["updated_at", "2016-01-18 01:43:16.761821"]]  (188.6ms) commit transaction Completed 200 OK in 200ms (ActiveRecord: 189.8ms) Started GET "/" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = 't' AND "hatchy_projects"."status" = 'online' Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (13.4ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:43:22.367364' and ends_at >= '2016-01-18 01:43:22.367364') Completed 200 OK in 103ms (Views: 101.5ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/assets/hatchy/home.js?body=1" for 127.0.0.1 at 2016-01-17 19:43:22 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (72.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:46:28.734442' and ends_at >= '2016-01-18 01:46:28.734442') Completed 200 OK in 164ms (Views: 158.3ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/assets/hatchy/projects/edit.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:28 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-17 19:46:32 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:46:32.851251' and ends_at >= '2016-01-18 01:46:32.851251') Completed 200 OK in 109ms (Views: 105.9ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.css?body=1" for 127.0.0.1 at 2016-01-17 19:46:32 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:32 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:32 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:32 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:32 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/libraries/summernote.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/hatchy.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/assets/hatchy/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:33 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:46:36.659296' and ends_at >= '2016-01-18 01:46:36.659296') Completed 200 OK in 125ms (Views: 114.5ms | ActiveRecord: 3.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:36 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 19:46:42 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:46:42.987103' and ends_at >= '2016-01-18 01:46:42.987103') Completed 200 OK in 125ms (Views: 121.6ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/assets/dataTables/sort_both.png" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453081603176" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453081603176", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 15ms (Views: 9.4ms | ActiveRecord: 1.8ms) Started GET "/assets/dataTables/sort_asc.png" for 127.0.0.1 at 2016-01-17 19:46:43 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 19:46:47 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = 1 ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.9ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 01:46:47.958090' and ends_at >= '2016-01-18 01:46:47.958090') Completed 200 OK in 126ms (Views: 121.1ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/admin.css?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/transition.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/affix.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/alert.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/button.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/modal.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/tab.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/popover.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/application.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/dataTables/jquery.dataTables.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/jquery.autosize.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/best_in_place.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/admin.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 Started GET "/assets/hatchy/admin/dashboard.js?body=1" for 127.0.0.1 at 2016-01-17 19:46:48 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/" for 127.0.0.1 at 2016-01-17 21:33:27 -0600 Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (29.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (66.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6166.3ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (52.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:33:34.196598' and ends_at >= '2016-01-18 03:33:34.196598') Completed 200 OK in 6459ms (Views: 6438.1ms | ActiveRecord: 4.7ms) Started GET "/assets/hatchy/hatchy.self-3f7aeef10f36dd1633e0e184afdc132e5f9bc0b08967619168480696b78ea13e.css?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/jquery.self-c64a74367bda6ef8b860f19e74df08927ca99d2be2ac934e9e92d5fd361e0da4.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/jquery_ujs.self-d602bdfe68ffc63b9f9cc512872aa3cfff046228a0a36e90dd476e8ef54c1b09.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/button.self-d19f3e2bcd3a7a4d75c11b9141b3fabd2c11987da1e99c85548ec3ecf8db30c3.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/transition.self-9616c4e856b57659b67da3c6f2adcd584b5601ef4bebcdadab8ebb387d80bb25.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/affix.self-f7aef9d98ee5ece34a6a92a6a15bba777d93e8d908b75c95a85088277f394200.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/alert.self-896ab026e6823f5cef2441e07dac53d0692a5b772ac58b1ce20aa624c342d3f4.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/collapse.self-93820e9b486e375a7fb4477602def3a6f8381fa6d50938d5378297ffbe4a1248.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/carousel.self-b2e5e14483e6c31343a83861b7d487620f143d6fc2d07d5ae7544b6b225ba6be.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.self-30536ae4d54b2685c26b5787ed0eb549a9075717fe690cce6270873bedf2df00.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/modal.self-bcfe54f3132bf16a8c5ce4289e47eba488f6522a08f49f378a037061c6c7aa4c.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/tab.self-9b77df34cbbb08ec93a806d6cdb741f04e3dbf3389978a0679146f2d2987bc89.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.self-c5c6ed008955656d345067e9821d79f1216b8383134d08465d4aa1a33a2b93b4.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.self-3aa41fbe871573b34e0ebddf31598cd5a11a9841ca85f90934ea46326e46626d.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/bootstrap/popover.self-b73e9c9111d01148e24bbc46e096782e024dc5db630e7078cf11ed2587ef8551.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.self-384a79ed2448e994af8b4d1559ebefd56d9c7b90cbcff70651aa29c4d2918c4b.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.self-356da1275c02184d8e20410d0de1057d9c2daccadc1be86177e9ac7c6197046a.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/hatchy.self-79488488398f5f5aed236dd6e9f914599370d04dfe70fda61b8c83bf739b1088.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/libraries/summernote.self-0a2d46342966343b65435c8fbea55b3c09e6f9a42f5423983da22bb201249758.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.self-8ca4268e93d12ce18f015a679a49a14d56f045a5e7eaa2aad402e7fe0eea0893.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/application.self-adb77c0810259e90473997b528d8060f6f07c77125ddca0e7b99347fb1dfc88e.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/assets/hatchy/home.self-8baea3b9feb128314b767b475494d9358e38f016f4fd20b05475fb201a2c3562.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:34 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-17 21:33:38 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (33.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (38.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (10.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:33:38.527556' and ends_at >= '2016-01-18 03:33:38.527556') Completed 200 OK in 452ms (Views: 410.7ms | ActiveRecord: 3.4ms) Started GET "/assets/hatchy/admin.self-50cda63b3af4a069c3d070c66b7b33abdacb221e9c07ab505bfaaaa3c2603ea2.css?body=1" for 127.0.0.1 at 2016-01-17 21:33:38 -0600 Started GET "/assets/jquery.autosize.self-208a4ea73c22b3517889027ffae7a076a0c5b4c38e4b595639979f10ada2ebe4.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:38 -0600 Started GET "/assets/best_in_place.self-ef93f4d2b932bcd1e6a5160e7e2cfec71c92911751b537f402e293113595e104.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:38 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.self-447fa22a7aa12f01eaf2d37b45bd9b5321653e6629d888973a478ba856099083.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:38 -0600 Started GET "/assets/dataTables/jquery.dataTables.self-770bf6f5f52c93784a25c3c866719f24d091a3f864c36850a7d338b58bbed52c.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:38 -0600 Started GET "/assets/hatchy/admin/dashboard.self-0f55e25e07f66349de04808d65823a4d4a9f411cd7fb02cc9edda66249f8d4da.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:38 -0600 Started GET "/assets/hatchy/admin.self-e02700924fb2dfcbfec0c2a060003f36b6732089dc63d0645e1ae95ace63f02d.js?body=1" for 127.0.0.1 at 2016-01-17 21:33:38 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 21:33:40 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:33:40.246573' and ends_at >= '2016-01-18 03:33:40.246573') Completed 200 OK in 88ms (Views: 85.7ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453088020388" for 127.0.0.1 at 2016-01-17 21:33:40 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453088020388", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 15ms (Views: 8.3ms | ActiveRecord: 0.7ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:33:41 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.4ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (19.6ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (58.9ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (98.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:33:41.847373' and ends_at >= '2016-01-18 03:33:41.847373') Completed 200 OK in 176ms (Views: 169.1ms | ActiveRecord: 1.9ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:35:40 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (7.3ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms) ActionView::Template::Error (Illegal nesting: nesting within a tag that already has content is illegal.): 3: %th Admin 4: %td 5: /= check_box "Admin", @user.admin, checked: @user.admin, disabled:true 6: = best_in_place @user, :admin, url: admin_user_path 7: %th Email 8: %td= @user.email 9: %tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml:6 haml (4.0.7) lib/haml/parser.rb:421:in `comment' haml (4.0.7) lib/haml/parser.rb:214:in `process_line' haml (4.0.7) lib/haml/parser.rb:121:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_users_show_html_haml___992508615393918760_86824980' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.8ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:35:48 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.5ms) Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (10.3ms) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (4.9ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (24.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:35:48.428450' and ends_at >= '2016-01-18 03:35:48.428450') Completed 200 OK in 93ms (Views: 88.6ms | ActiveRecord: 1.2ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:30 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (1.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (10.1ms) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (4.4ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (23.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:36:30.468992' and ends_at >= '2016-01-18 03:36:30.468992') Completed 200 OK in 94ms (Views: 88.9ms | ActiveRecord: 2.0ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 33ms (ActiveRecord: 0.6ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 6ms (ActiveRecord: 0.4ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 8ms (ActiveRecord: 0.7ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 6ms (ActiveRecord: 0.4ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.3ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 9ms (ActiveRecord: 1.4ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.2ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 7ms (ActiveRecord: 0.6ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 9ms (ActiveRecord: 0.8ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 8ms (ActiveRecord: 0.8ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 7ms (ActiveRecord: 0.6ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.2ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 9ms (ActiveRecord: 0.7ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.3ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 9ms (ActiveRecord: 0.7ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 8ms (ActiveRecord: 0.6ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 8ms (ActiveRecord: 0.7ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 8ms (ActiveRecord: 0.6ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 8ms (ActiveRecord: 0.7ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 6ms (ActiveRecord: 0.4ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.2ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 9ms (ActiveRecord: 0.8ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.2ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.2ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 9ms (ActiveRecord: 0.9ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:36:32 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"BftT+UNU/7X75MlJFouFrDRk6a8CCh70zECgQ5jskx4FL/txRDpGl1cxddOYbIqyel2u461F2Jli8inwR8eiCA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.3ms) begin transaction Hatchy::User Exists (0.3ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 9ms (ActiveRecord: 1.0ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:38:37 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (13.3ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (26.2ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (64.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:38:37.390204' and ends_at >= '2016-01-18 03:38:37.390204') Completed 200 OK in 180ms (Views: 140.7ms | ActiveRecord: 4.5ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:38:39 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"XzCE1SoiWY3Y7Cjm9EajFzjO5EbIX2GOdJ9m6sf9YEBf5CxdLUzgr3Q5lHx6oawJdvejCmcQp+PaLe9ZGNZRVg==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: admin  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1  (0.1ms) commit transaction Completed 200 OK in 10ms (ActiveRecord: 0.7ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:38:42 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (2.3ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.5ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:38:42.823825' and ends_at >= '2016-01-18 03:38:42.823825') Completed 200 OK in 90ms (Views: 86.5ms | ActiveRecord: 0.9ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:38:45 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (2.9ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (3.2ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:38:45.405049' and ends_at >= '2016-01-18 03:38:45.405049') Completed 200 OK in 93ms (Views: 88.2ms | ActiveRecord: 1.4ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:38:58 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (11.5ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (22.4ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (56.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:38:59.019910' and ends_at >= '2016-01-18 03:38:59.019910') Completed 200 OK in 159ms (Views: 123.7ms | ActiveRecord: 4.0ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:00 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1 SQL (0.6ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "f"], ["updated_at", "2016-01-18 03:39:00.509001"], ["id", 1]]  (142.8ms) commit transaction Completed 200 OK in 155ms (ActiveRecord: 143.8ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 4ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"ZwWBLxOZYmE20G+Lg/+kKxcVj6/7VbRKcgUe7JQyj5Nn0SmnFPfbQ5oF0xENGKs1WSzI41Qacifct5dfSxm+hQ==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:39:06 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/ Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2016-01-17 21:39:06 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.0ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:39:06.238149' and ends_at >= '2016-01-18 03:39:06.238149') Completed 200 OK in 74ms (Views: 72.2ms | ActiveRecord: 0.9ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.5ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "t"], ["updated_at", "2016-01-18 03:40:44.114891"], ["id", 1]]  (180.7ms) commit transaction DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/" for 127.0.0.1 at 2016-01-17 21:40:53 -0600 Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (55.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (82.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (349.4ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (45.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:40:53.801747' and ends_at >= '2016-01-18 03:40:53.801747') Completed 200 OK in 539ms (Views: 520.1ms | ActiveRecord: 4.1ms) Started GET "/admin" for 127.0.0.1 at 2016-01-17 21:40:55 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (45.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (54.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:40:55.960338' and ends_at >= '2016-01-18 03:40:55.960338') Completed 200 OK in 232ms (Views: 163.5ms | ActiveRecord: 4.0ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 21:40:57 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:40:57.830473' and ends_at >= '2016-01-18 03:40:57.830473') Completed 200 OK in 90ms (Views: 88.0ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453088457935" for 127.0.0.1 at 2016-01-17 21:40:58 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453088457935", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 16ms (Views: 10.3ms | ActiveRecord: 1.0ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:40:59 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.5ms) Hatchy::Country Load (0.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (25.9ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (12.0ms) Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (61.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:40:59.510778' and ends_at >= '2016-01-18 03:40:59.510778') Completed 200 OK in 136ms (Views: 130.2ms | ActiveRecord: 2.7ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:02 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "f"], ["updated_at", "2016-01-18 03:41:02.897342"], ["id", 1]]  (151.8ms) commit transaction Completed 200 OK in 172ms (ActiveRecord: 152.7ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 4ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:04 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:05 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:06 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 7ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started PUT "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:07 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"CzLDkWjH7EKOBTt/cHPmkG3uxmrcKM+8PuljNGnIAwoL5msZb6lVYCLQh+X+lOmOI9eBJnNnCdGQW+qHtuMyHA==", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/admin/users/1 Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:41:09 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2016-01-17 21:41:09 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.7ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:41:09.279631' and ends_at >= '2016-01-18 03:41:09.279631') Completed 200 OK in 80ms (Views: 78.6ms | ActiveRecord: 0.9ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."id" ASC LIMIT 1  (0.3ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "t"], ["updated_at", "2016-01-18 03:41:32.247527"], ["id", 1]]  (161.1ms) commit transaction DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/" for 127.0.0.1 at 2016-01-17 21:41:40 -0600 Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (56.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (83.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (357.1ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (41.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:41:41.330715' and ends_at >= '2016-01-18 03:41:41.330715') Completed 200 OK in 538ms (Views: 518.1ms | ActiveRecord: 4.2ms) Started GET "/admin" for 127.0.0.1 at 2016-01-17 21:41:43 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (45.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (53.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:41:43.336892' and ends_at >= '2016-01-18 03:41:43.336892') Completed 200 OK in 237ms (Views: 165.9ms | ActiveRecord: 3.9ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 21:41:45 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:41:45.539590' and ends_at >= '2016-01-18 03:41:45.539590') Completed 200 OK in 94ms (Views: 91.7ms | ActiveRecord: 0.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453088505650" for 127.0.0.1 at 2016-01-17 21:41:45 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453088505650", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 16ms (Views: 10.7ms | ActiveRecord: 1.0ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:41:46 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (11.4ms) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (11.4ms) Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (43.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:41:46.841465' and ends_at >= '2016-01-18 03:41:46.841465') Completed 200 OK in 119ms (Views: 112.8ms | ActiveRecord: 1.6ms) Started PUT "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:41:49 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"TIAghtjbuD/YYDNxxRiMuj2PdzHrH9goC5BjMH1Eg/dMVIgO37UBHXS1j+tL/4Okc7YwfURQHkWlIuqDom+y4Q==", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "t"], ["updated_at", "2016-01-18 03:41:49.133033"], ["id", 2]]  (208.8ms) commit transaction Completed 200 OK in 228ms (ActiveRecord: 209.6ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:41:54 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (2.5ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (3.2ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:41:54.455430' and ends_at >= '2016-01-18 03:41:54.455430') Completed 200 OK in 90ms (Views: 86.1ms | ActiveRecord: 0.9ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:42:13 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (6.7ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (3.3ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (16.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:42:13.857310' and ends_at >= '2016-01-18 03:42:13.857310') Completed 200 OK in 90ms (Views: 86.5ms | ActiveRecord: 0.8ms) Started PUT "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:42:15 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"FmsKomvSWFkVfZz1SiYq1P821XpPOE8/YZq3imFFJ2EWv6IqbLzhe7moIG/EwSXKsQ+SNuB3iVLPKD45vm4Wdw==", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "f"], ["updated_at", "2016-01-18 03:42:15.353075"], ["id", 2]]  (155.1ms) commit transaction Completed 200 OK in 170ms (ActiveRecord: 156.2ms) Started PUT "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:42:16 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"FmsKomvSWFkVfZz1SiYq1P821XpPOE8/YZq3imFFJ2EWv6IqbLzhe7moIG/EwSXKsQ+SNuB3iVLPKD45vm4Wdw==", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "t"], ["updated_at", "2016-01-18 03:42:16.824493"], ["id", 2]]  (155.8ms) commit transaction Completed 200 OK in 165ms (ActiveRecord: 156.8ms) Started PUT "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:42:17 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"FmsKomvSWFkVfZz1SiYq1P821XpPOE8/YZq3imFFJ2EWv6IqbLzhe7moIG/EwSXKsQ+SNuB3iVLPKD45vm4Wdw==", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "f"], ["updated_at", "2016-01-18 03:42:17.326200"], ["id", 2]]  (144.4ms) commit transaction Completed 200 OK in 153ms (ActiveRecord: 145.1ms) Started PUT "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:42:17 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"FmsKomvSWFkVfZz1SiYq1P821XpPOE8/YZq3imFFJ2EWv6IqbLzhe7moIG/EwSXKsQ+SNuB3iVLPKD45vm4Wdw==", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "t"], ["updated_at", "2016-01-18 03:42:17.930124"], ["id", 2]]  (154.0ms) commit transaction Completed 200 OK in 163ms (ActiveRecord: 154.8ms) Started PUT "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:42:18 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"FmsKomvSWFkVfZz1SiYq1P821XpPOE8/YZq3imFFJ2EWv6IqbLzhe7moIG/EwSXKsQ+SNuB3iVLPKD45vm4Wdw==", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "f"], ["updated_at", "2016-01-18 03:42:18.648166"], ["id", 2]]  (149.4ms) commit transaction Completed 200 OK in 158ms (ActiveRecord: 150.2ms) Started PUT "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:42:19 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"true"}, "authenticity_token"=>"FmsKomvSWFkVfZz1SiYq1P821XpPOE8/YZq3imFFJ2EWv6IqbLzhe7moIG/EwSXKsQ+SNuB3iVLPKD45vm4Wdw==", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "t"], ["updated_at", "2016-01-18 03:42:19.383870"], ["id", 2]]  (149.2ms) commit transaction Completed 200 OK in 160ms (ActiveRecord: 150.2ms) Started PUT "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:42:20 -0600 Processing by Hatchy::Admin::UsersController#update as JSON Parameters: {"user"=>{"admin"=>"false"}, "authenticity_token"=>"FmsKomvSWFkVfZz1SiYq1P821XpPOE8/YZq3imFFJ2EWv6IqbLzhe7moIG/EwSXKsQ+SNuB3iVLPKD45vm4Wdw==", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.3ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_users" SET "admin" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["admin", "f"], ["updated_at", "2016-01-18 03:42:20.428742"], ["id", 2]]  (150.1ms) commit transaction Completed 200 OK in 162ms (ActiveRecord: 151.3ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-17 21:45:44 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (7.2ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (4.8ms) Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (21.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:45:44.973249' and ends_at >= '2016-01-18 03:45:44.973249') Completed 200 OK in 106ms (Views: 102.6ms | ActiveRecord: 1.5ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 21:45:47 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:45:47.978783' and ends_at >= '2016-01-18 03:45:47.978783') Completed 200 OK in 75ms (Views: 72.4ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453088748088" for 127.0.0.1 at 2016-01-17 21:45:48 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453088748088", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.9ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:45:49 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (8.9ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (3.3ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (21.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:45:49.503690' and ends_at >= '2016-01-18 03:45:49.503690') Completed 200 OK in 101ms (Views: 97.3ms | ActiveRecord: 1.4ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 21:48:08 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Country Load (0.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (11.5ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (23.0ms) Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (61.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:48:09.193445' and ends_at >= '2016-01-18 03:48:09.193445') Completed 200 OK in 174ms (Views: 135.6ms | ActiveRecord: 4.7ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 21:48:10 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (6.5ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `name' for #): 2: .container-fluid 3: .row 4: .text-center 5: %h1= @user.name 6: %hr 7: .row 8: .col-md-12 activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml:5:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_users_edit_html_haml__609931439348972777_45917040' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (22.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (39.7ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 21:49:39 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (1.4ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.5ms) ActionView::Template::Error (Inconsistent indentation: " \t" used for indentation, but the rest of the document was indented using 2 spaces.): 8: .col-md-12 9: = render 'hatchy/admin/shared/admin_navtabs', list_view: admin_users_path, new_view: "", edit_path: edit_admin_user_path 10: = form_for [:admin, @user], html:{class:'form-horizontal'} do |f| 11: f.submit /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml:11 haml (4.0.7) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.7) lib/haml/parser.rb:152:in `instance_eval' haml (4.0.7) lib/haml/parser.rb:152:in `tabs' haml (4.0.7) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.7) lib/haml/parser.rb:122:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.1ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 21:49:52 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (1.5ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.3ms) ActionView::Template::Error (Inconsistent indentation: " \t" used for indentation, but the rest of the document was indented using 2 spaces.): 8: .col-md-12 9: = render 'hatchy/admin/shared/admin_navtabs', list_view: admin_users_path, new_view: "", edit_path: edit_admin_user_path 10: = form_for [:admin, @user], html:{class:'form-horizontal'} do |f| 11: f.submit /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml:11 haml (4.0.7) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.7) lib/haml/parser.rb:152:in `instance_eval' haml (4.0.7) lib/haml/parser.rb:152:in `tabs' haml (4.0.7) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.7) lib/haml/parser.rb:122:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.2ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 21:49:58 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.3ms) ActionView::Template::Error (Inconsistent indentation: " \t" used for indentation, but the rest of the document was indented using 2 spaces.): 8: .col-md-12 9: = render 'hatchy/admin/shared/admin_navtabs', list_view: admin_users_path, new_view: "", edit_path: edit_admin_user_path 10: = form_for [:admin, @user], html:{class:'form-horizontal'} do |f| 11: =f.submit /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml:11 haml (4.0.7) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.7) lib/haml/parser.rb:152:in `instance_eval' haml (4.0.7) lib/haml/parser.rb:152:in `tabs' haml (4.0.7) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.7) lib/haml/parser.rb:122:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.5ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 21:50:18 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (6.0ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `name' for #): 2: .container-fluid 3: .row 4: .text-center 5: %h1= @user.name 6: %hr 7: .row 8: .col-md-12 activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml:5:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_users_edit_html_haml__609931439348972777_88159400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.1ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 21:50:32 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:50:32.781569' and ends_at >= '2016-01-18 03:50:32.781569') Completed 200 OK in 90ms (Views: 86.0ms | ActiveRecord: 0.5ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 21:52:06 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (15.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:52:06.229994' and ends_at >= '2016-01-18 03:52:06.229994') Completed 200 OK in 90ms (Views: 87.6ms | ActiveRecord: 0.4ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 21:52:37 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (1.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:52:37.269296' and ends_at >= '2016-01-18 03:52:37.269296') Completed 200 OK in 79ms (Views: 72.8ms | ActiveRecord: 1.4ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 21:53:14 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:53:14.669699' and ends_at >= '2016-01-18 03:53:14.669699') Completed 200 OK in 105ms (Views: 102.4ms | ActiveRecord: 0.4ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 21:53:20 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 03:53:20.661766' and ends_at >= '2016-01-18 03:53:20.661766') Completed 200 OK in 97ms (Views: 91.9ms | ActiveRecord: 0.6ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 22:35:19 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:35:19.838654' and ends_at >= '2016-01-18 04:35:19.838654') Completed 200 OK in 92ms (Views: 89.4ms | ActiveRecord: 0.5ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 22:36:52 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:36:52.837663' and ends_at >= '2016-01-18 04:36:52.837663') Completed 200 OK in 87ms (Views: 83.1ms | ActiveRecord: 0.7ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 22:37:08 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:37:08.381052' and ends_at >= '2016-01-18 04:37:08.381052') Completed 200 OK in 99ms (Views: 94.9ms | ActiveRecord: 0.5ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 22:38:00 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:38:00.327884' and ends_at >= '2016-01-18 04:38:00.327884') Completed 200 OK in 89ms (Views: 85.5ms | ActiveRecord: 0.5ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 22:38:59 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:38:59.247280' and ends_at >= '2016-01-18 04:38:59.247280') Completed 200 OK in 82ms (Views: 78.1ms | ActiveRecord: 0.5ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-17 22:39:10 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (22.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (25.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:39:10.725502' and ends_at >= '2016-01-18 04:39:10.725502') Completed 200 OK in 106ms (Views: 103.5ms | ActiveRecord: 0.6ms) Started GET "/admin/announcements/1" for 127.0.0.1 at 2016-01-17 22:39:13 -0600 Processing by Hatchy::Admin::AnnouncementsController#show as HTML Parameters: {"class_name"=>"Hatchy::Announcement", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE "hatchy_announcements"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/show.html.haml within layouts/hatchy/admin/admin_layout (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:39:13.909073' and ends_at >= '2016-01-18 04:39:13.909073') Completed 200 OK in 98ms (Views: 93.7ms | ActiveRecord: 0.7ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 22:40:00 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:00.047838' and ends_at >= '2016-01-18 04:40:00.047838') Completed 200 OK in 84ms (Views: 79.8ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453092000163" for 127.0.0.1 at 2016-01-17 22:40:00 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453092000163", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 13ms (Views: 7.7ms | ActiveRecord: 1.1ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 22:40:01 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.7ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.3ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:01.649182' and ends_at >= '2016-01-18 04:40:01.649182') Completed 200 OK in 91ms (Views: 87.6ms | ActiveRecord: 0.8ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 22:40:02 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:02.790657' and ends_at >= '2016-01-18 04:40:02.790657') Completed 200 OK in 94ms (Views: 90.3ms | ActiveRecord: 0.7ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 22:40:04 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:04.878580' and ends_at >= '2016-01-18 04:40:04.878580') Completed 200 OK in 87ms (Views: 83.9ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453092004980" for 127.0.0.1 at 2016-01-17 22:40:05 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453092004980", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 11ms (Views: 6.6ms | ActiveRecord: 1.0ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-17 22:40:07 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.1ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.4ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:07.583524' and ends_at >= '2016-01-18 04:40:07.583524') Completed 200 OK in 91ms (Views: 87.8ms | ActiveRecord: 0.8ms) Started GET "/admin/users/2/edit" for 127.0.0.1 at 2016-01-17 22:40:09 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:09.667452' and ends_at >= '2016-01-18 04:40:09.667452') Completed 200 OK in 83ms (Views: 80.1ms | ActiveRecord: 0.5ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 22:40:11 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:11.192193' and ends_at >= '2016-01-18 04:40:11.192193') Completed 200 OK in 85ms (Views: 82.2ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453092011308" for 127.0.0.1 at 2016-01-17 22:40:11 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453092011308", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 8ms (Views: 3.9ms | ActiveRecord: 0.9ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 22:40:13 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.8ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.3ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:13.108203' and ends_at >= '2016-01-18 04:40:13.108203') Completed 200 OK in 93ms (Views: 89.3ms | ActiveRecord: 0.8ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 22:40:24 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:24.886995' and ends_at >= '2016-01-18 04:40:24.886995') Completed 200 OK in 85ms (Views: 81.4ms | ActiveRecord: 0.5ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 22:40:26 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:26.382835' and ends_at >= '2016-01-18 04:40:26.382835') Completed 200 OK in 82ms (Views: 79.4ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453092026499" for 127.0.0.1 at 2016-01-17 22:40:26 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453092026499", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 6.7ms | ActiveRecord: 1.0ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 22:40:28 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.8ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.2ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:28.729776' and ends_at >= '2016-01-18 04:40:28.729776') Completed 200 OK in 91ms (Views: 87.4ms | ActiveRecord: 1.0ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 22:40:44 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:40:44.268247' and ends_at >= '2016-01-18 04:40:44.268247') Completed 200 OK in 85ms (Views: 81.4ms | ActiveRecord: 0.5ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-17 22:41:06 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:41:06.545005' and ends_at >= '2016-01-18 04:41:06.545005') Completed 200 OK in 90ms (Views: 86.8ms | ActiveRecord: 0.6ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 22:41:39 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:41:39.884001' and ends_at >= '2016-01-18 04:41:39.884001') Completed 200 OK in 119ms (Views: 84.4ms | ActiveRecord: 1.9ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453092100005" for 127.0.0.1 at 2016-01-17 22:41:40 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453092100005", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 18ms (Views: 12.6ms | ActiveRecord: 1.2ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 22:41:41 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (13.1ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (26.9ms) Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (66.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:41:41.480844' and ends_at >= '2016-01-18 04:41:41.480844') Completed 200 OK in 146ms (Views: 139.4ms | ActiveRecord: 3.1ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 22:41:54 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:41:54.865089' and ends_at >= '2016-01-18 04:41:54.865089') Completed 200 OK in 84ms (Views: 81.3ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453092114986" for 127.0.0.1 at 2016-01-17 22:41:55 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453092114986", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 24ms (Views: 17.7ms | ActiveRecord: 1.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 22:41:56 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (15.6ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (89.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:41:56.709592' and ends_at >= '2016-01-18 04:41:56.709592') Completed 200 OK in 178ms (Views: 171.7ms | ActiveRecord: 2.3ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 22:42:09 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:42:09.149246' and ends_at >= '2016-01-18 04:42:09.149246') Completed 200 OK in 85ms (Views: 82.2ms | ActiveRecord: 0.5ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453092129255" for 127.0.0.1 at 2016-01-17 22:42:09 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453092129255", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 12ms (Views: 7.4ms | ActiveRecord: 1.5ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 22:42:09 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:42:09.783639' and ends_at >= '2016-01-18 04:42:09.783639') Completed 200 OK in 80ms (Views: 77.1ms | ActiveRecord: 0.5ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453092129881" for 127.0.0.1 at 2016-01-17 22:42:09 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453092129881", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (1.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 24ms (Views: 18.2ms | ActiveRecord: 2.7ms) Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-17 22:42:11 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.7ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:42:11.212776' and ends_at >= '2016-01-18 04:42:11.212776') Completed 200 OK in 92ms (Views: 86.8ms | ActiveRecord: 1.2ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 22:42:28 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:42:28.239387' and ends_at >= '2016-01-18 04:42:28.239387') Completed 200 OK in 81ms (Views: 77.6ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453092148336" for 127.0.0.1 at 2016-01-17 22:42:28 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453092148336", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 19ms (Views: 14.5ms | ActiveRecord: 1.9ms) Started GET "/admin" for 127.0.0.1 at 2016-01-17 22:42:29 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.3ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:42:29.830073' and ends_at >= '2016-01-18 04:42:29.830073') Completed 200 OK in 109ms (Views: 87.7ms | ActiveRecord: 3.6ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-17 22:42:59 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:42:59.432168' and ends_at >= '2016-01-18 04:42:59.432168') Completed 200 OK in 108ms (Views: 105.3ms | ActiveRecord: 0.7ms) Started GET "/admin/announcements/new" for 127.0.0.1 at 2016-01-17 22:43:03 -0600 Processing by Hatchy::Admin::AnnouncementsController#new as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/new.html.haml within layouts/hatchy/admin/admin_layout (19.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:43:03.824777' and ends_at >= '2016-01-18 04:43:03.824777') Completed 200 OK in 95ms (Views: 91.0ms | ActiveRecord: 0.6ms) Started POST "/admin/announcements" for 127.0.0.1 at 2016-01-17 22:43:24 -0600 Processing by Hatchy::Admin::AnnouncementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XQvwzg2KLbtC5Oqobw99u9bKdMrZLNQt/PvVubwG9BZd31hGCuSUme4xVjLh6HKlmPMzhnZjEkBSSVwKYy3FAA==", "announcement"=>{"message"=>"this is a test announcement", "starts_at(1i)"=>"2016", "starts_at(2i)"=>"1", "starts_at(3i)"=>"18", "starts_at(4i)"=>"22", "starts_at(5i)"=>"00", "ends_at(1i)"=>"2016", "ends_at(2i)"=>"1", "ends_at(3i)"=>"18", "ends_at(4i)"=>"22", "ends_at(5i)"=>"45"}, "commit"=>"Submit", "class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_announcements" ("message", "starts_at", "ends_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["message", "this is a test announcement"], ["starts_at", "2016-01-18 22:00:00.000000"], ["ends_at", "2016-01-18 22:45:00.000000"], ["created_at", "2016-01-18 04:43:24.614933"], ["updated_at", "2016-01-18 04:43:24.614933"]]  (185.8ms) commit transaction Redirected to http://localhost:3000/admin/announcements/2 Completed 302 Found in 198ms (ActiveRecord: 186.6ms) Started GET "/admin/announcements/2" for 127.0.0.1 at 2016-01-17 22:43:24 -0600 Processing by Hatchy::Admin::AnnouncementsController#show as HTML Parameters: {"class_name"=>"Hatchy::Announcement", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE "hatchy_announcements"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/show.html.haml within layouts/hatchy/admin/admin_layout (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:43:24.861478' and ends_at >= '2016-01-18 04:43:24.861478') Completed 200 OK in 85ms (Views: 81.9ms | ActiveRecord: 0.6ms) Started GET "/admin" for 127.0.0.1 at 2016-01-17 22:43:31 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.4ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:43:31.125364' and ends_at >= '2016-01-18 04:43:31.125364') Completed 200 OK in 105ms (Views: 93.2ms | ActiveRecord: 3.9ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 22:44:45 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:44:45.147597' and ends_at >= '2016-01-18 04:44:45.147597') Completed 200 OK in 96ms (Views: 92.9ms | ActiveRecord: 0.5ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453092285265" for 127.0.0.1 at 2016-01-17 22:44:45 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453092285265", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 18ms (Views: 13.9ms | ActiveRecord: 1.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-17 22:44:46 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:44:46.918610' and ends_at >= '2016-01-18 04:44:46.918610') Completed 200 OK in 93ms (Views: 88.2ms | ActiveRecord: 1.1ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-17 22:46:23 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:46:23.552153' and ends_at >= '2016-01-18 04:46:23.552153') Completed 200 OK in 101ms (Views: 99.0ms | ActiveRecord: 0.5ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-17 22:46:26 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (26.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (31.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:46:26.783135' and ends_at >= '2016-01-18 04:46:26.783135') Completed 200 OK in 107ms (Views: 104.6ms | ActiveRecord: 0.7ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-17 22:46:28 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:46:28.227099' and ends_at >= '2016-01-18 04:46:28.227099') Completed 200 OK in 84ms (Views: 78.3ms | ActiveRecord: 0.7ms) Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-17 22:46:30 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:46:30.693175' and ends_at >= '2016-01-18 04:46:30.693175') Completed 200 OK in 93ms (Views: 88.0ms | ActiveRecord: 0.5ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-17 22:46:35 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:46:35.627815' and ends_at >= '2016-01-18 04:46:35.627815') Completed 200 OK in 86ms (Views: 82.4ms | ActiveRecord: 0.5ms) Started GET "/explore" for 127.0.0.1 at 2016-01-17 22:48:25 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.5ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 22], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 04:48:25.558123' AND '2016-01-18 04:48:25.558302') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (18.1ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:48:25.609428' and ends_at >= '2016-01-18 04:48:25.609428') Completed 200 OK in 93ms (Views: 89.9ms | ActiveRecord: 1.8ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/explore?category_id=22" for 127.0.0.1 at 2016-01-17 22:58:55 -0600 Processing by Hatchy::HomeController#explore as HTML Parameters: {"category_id"=>"22"} DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15)  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 22], ["status", "online"]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" INNER JOIN "hatchy_category_followers" ON "hatchy_categories"."id" = "hatchy_category_followers"."category_id" WHERE "hatchy_category_followers"."user_id" = ? AND "hatchy_categories"."id" = ? [["user_id", 1], ["id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE (status='online' AND category_id= '22') Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (412.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (27.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:58:56.474166' and ends_at >= '2016-01-18 04:58:56.474166') Completed 200 OK in 581ms (Views: 563.0ms | ActiveRecord: 5.2ms) Started GET "/categories/22/subscribe" for 127.0.0.1 at 2016-01-17 22:59:01 -0600 Processing by Hatchy::Categories::SubscriptionsController#create as HTML Parameters: {"id"=>"22"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" INNER JOIN "hatchy_category_followers" ON "hatchy_categories"."id" = "hatchy_category_followers"."category_id" WHERE "hatchy_category_followers"."user_id" = ? AND "hatchy_categories"."id" = ? [["user_id", 1], ["id", 22]]  (0.1ms) begin transaction Hatchy::CategoryFollower Exists (0.1ms) SELECT 1 AS one FROM "hatchy_category_followers" WHERE ("hatchy_category_followers"."category_id" = 22 AND "hatchy_category_followers"."user_id" = 1) LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_category_followers" ("category_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 22], ["user_id", 1], ["created_at", "2016-01-18 04:59:01.711504"], ["updated_at", "2016-01-18 04:59:01.711504"]]  (228.5ms) commit transaction Redirected to http://localhost:3000/?category_id=22 Completed 302 Found in 260ms (ActiveRecord: 229.6ms) Started GET "/?category_id=22" for 127.0.0.1 at 2016-01-17 22:59:01 -0600 Processing by Hatchy::HomeController#index as HTML Parameters: {"category_id"=>"22"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (14.5ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:59:02.014720' and ends_at >= '2016-01-18 04:59:02.014720') Completed 200 OK in 119ms (Views: 116.9ms | ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2016-01-17 22:59:08 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.3ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:59:08.908002' and ends_at >= '2016-01-18 04:59:08.908002') Completed 200 OK in 68ms (Views: 67.4ms | ActiveRecord: 0.5ms) Started GET "/explore" for 127.0.0.1 at 2016-01-17 22:59:14 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 22], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 04:59:14.643901' AND '2016-01-18 04:59:14.644175') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (11.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:59:14.686309' and ends_at >= '2016-01-18 04:59:14.686309') Completed 200 OK in 78ms (Views: 74.6ms | ActiveRecord: 1.3ms) Started GET "/explore?category_id=22" for 127.0.0.1 at 2016-01-17 22:59:16 -0600 Processing by Hatchy::HomeController#explore as HTML Parameters: {"category_id"=>"22"}  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 22], ["status", "online"]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories" INNER JOIN "hatchy_category_followers" ON "hatchy_categories"."id" = "hatchy_category_followers"."category_id" WHERE "hatchy_category_followers"."user_id" = ? AND "hatchy_categories"."id" = ? [["user_id", 1], ["id", 22]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE (status='online' AND category_id= '22') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:59:16.198784' and ends_at >= '2016-01-18 04:59:16.198784') Completed 200 OK in 76ms (Views: 73.3ms | ActiveRecord: 1.7ms) Started GET "/explore?category_id=22" for 127.0.0.1 at 2016-01-17 22:59:17 -0600 Processing by Hatchy::HomeController#explore as HTML Parameters: {"category_id"=>"22"}  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 22], ["status", "online"]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories" INNER JOIN "hatchy_category_followers" ON "hatchy_categories"."id" = "hatchy_category_followers"."category_id" WHERE "hatchy_category_followers"."user_id" = ? AND "hatchy_categories"."id" = ? [["user_id", 1], ["id", 22]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE (status='online' AND category_id= '22') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:59:17.737779' and ends_at >= '2016-01-18 04:59:17.737779') Completed 200 OK in 76ms (Views: 73.6ms | ActiveRecord: 1.2ms) Started GET "/explore?category_id=22" for 127.0.0.1 at 2016-01-17 22:59:18 -0600 Processing by Hatchy::HomeController#explore as HTML Parameters: {"category_id"=>"22"}  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 22], ["status", "online"]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories" INNER JOIN "hatchy_category_followers" ON "hatchy_categories"."id" = "hatchy_category_followers"."category_id" WHERE "hatchy_category_followers"."user_id" = ? AND "hatchy_categories"."id" = ? [["user_id", 1], ["id", 22]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE (status='online' AND category_id= '22') Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:59:18.981425' and ends_at >= '2016-01-18 04:59:18.981425') Completed 200 OK in 76ms (Views: 74.1ms | ActiveRecord: 1.3ms) Started GET "/categories/22/unsubscribe" for 127.0.0.1 at 2016-01-17 22:59:24 -0600 Processing by Hatchy::Categories::SubscriptionsController#destroy as HTML Parameters: {"id"=>"22"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "hatchy_category_followers" WHERE "hatchy_category_followers"."category_id" = ? AND "hatchy_category_followers"."user_id" = 1 [["category_id", 22]]  (258.7ms) commit transaction Redirected to http://localhost:3000/?category_id=22 Completed 302 Found in 266ms (ActiveRecord: 259.4ms) Started GET "/?category_id=22" for 127.0.0.1 at 2016-01-17 22:59:24 -0600 Processing by Hatchy::HomeController#index as HTML Parameters: {"category_id"=>"22"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:59:24.536299' and ends_at >= '2016-01-18 04:59:24.536299') Completed 200 OK in 71ms (Views: 69.6ms | ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2016-01-17 22:59:28 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 04:59:28.722385' and ends_at >= '2016-01-18 04:59:28.722385') Completed 200 OK in 80ms (Views: 78.5ms | ActiveRecord: 0.5ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/explore" for 127.0.0.1 at 2016-01-17 23:02:12 -0600 Processing by Hatchy::HomeController#explore as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15)  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 22], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 05:02:12.564947' AND '2016-01-18 05:02:12.565104') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (357.5ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (54.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 05:02:13.037521' and ends_at >= '2016-01-18 05:02:13.037521') Completed 200 OK in 573ms (Views: 547.5ms | ActiveRecord: 4.7ms) Started GET "/" for 127.0.0.1 at 2016-01-17 23:02:14 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (14.4ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 05:02:14.846788' and ends_at >= '2016-01-18 05:02:14.846788') Completed 200 OK in 116ms (Views: 114.2ms | ActiveRecord: 0.8ms) Started GET "/admin" for 127.0.0.1 at 2016-01-17 23:02:17 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (1.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (25.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (30.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (15.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 05:02:17.199792' and ends_at >= '2016-01-18 05:02:17.199792') Completed 200 OK in 197ms (Views: 136.6ms | ActiveRecord: 5.3ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 23:02:19 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 05:02:19.697813' and ends_at >= '2016-01-18 05:02:19.697813') Completed 200 OK in 116ms (Views: 113.6ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453093339826" for 127.0.0.1 at 2016-01-17 23:02:19 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453093339826", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 37ms (Views: 27.5ms | ActiveRecord: 1.8ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 23:02:22 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 05:02:22.229520' and ends_at >= '2016-01-18 05:02:22.229520') Completed 200 OK in 79ms (Views: 76.2ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453093342345" for 127.0.0.1 at 2016-01-17 23:02:22 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453093342345", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 12ms (Views: 7.1ms | ActiveRecord: 0.9ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-17 23:02:23 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.6ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (17.1ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (6.0ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (41.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 05:02:23.258864' and ends_at >= '2016-01-18 05:02:23.258864') Completed 200 OK in 126ms (Views: 122.1ms | ActiveRecord: 1.5ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-17 23:02:29 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 05:02:29.151392' and ends_at >= '2016-01-18 05:02:29.151392') Completed 200 OK in 76ms (Views: 73.7ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453093349259" for 127.0.0.1 at 2016-01-17 23:02:29 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453093349259", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 15ms (Views: 10.8ms | ActiveRecord: 1.6ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-17 23:02:30 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 05:02:30.964280' and ends_at >= '2016-01-18 05:02:30.964280') Completed 200 OK in 78ms (Views: 76.0ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453093351063" for 127.0.0.1 at 2016-01-17 23:02:31 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453093351063", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 5.4ms | ActiveRecord: 1.0ms) Started GET "/explore" for 127.0.0.1 at 2016-01-17 23:02:34 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.4ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 22], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 05:02:34.828062' AND '2016-01-18 05:02:34.828218') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (9.9ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 05:02:34.869554' and ends_at >= '2016-01-18 05:02:34.869554') Completed 200 OK in 78ms (Views: 75.0ms | ActiveRecord: 1.4ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/" for 127.0.0.1 at 2016-01-18 09:28:36 -0600 Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (62.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (89.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (359.4ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (48.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:28:37.464349' and ends_at >= '2016-01-18 15:28:37.464349') Completed 200 OK in 567ms (Views: 547.5ms | ActiveRecord: 4.9ms) Started GET "/assets/hatchy/hatchy.self-3f7aeef10f36dd1633e0e184afdc132e5f9bc0b08967619168480696b78ea13e.css?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/jquery.self-c64a74367bda6ef8b860f19e74df08927ca99d2be2ac934e9e92d5fd361e0da4.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/jquery_ujs.self-d602bdfe68ffc63b9f9cc512872aa3cfff046228a0a36e90dd476e8ef54c1b09.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/transition.self-9616c4e856b57659b67da3c6f2adcd584b5601ef4bebcdadab8ebb387d80bb25.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/affix.self-f7aef9d98ee5ece34a6a92a6a15bba777d93e8d908b75c95a85088277f394200.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/alert.self-896ab026e6823f5cef2441e07dac53d0692a5b772ac58b1ce20aa624c342d3f4.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/button.self-d19f3e2bcd3a7a4d75c11b9141b3fabd2c11987da1e99c85548ec3ecf8db30c3.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/carousel.self-b2e5e14483e6c31343a83861b7d487620f143d6fc2d07d5ae7544b6b225ba6be.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/collapse.self-93820e9b486e375a7fb4477602def3a6f8381fa6d50938d5378297ffbe4a1248.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.self-30536ae4d54b2685c26b5787ed0eb549a9075717fe690cce6270873bedf2df00.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/modal.self-bcfe54f3132bf16a8c5ce4289e47eba488f6522a08f49f378a037061c6c7aa4c.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.self-c5c6ed008955656d345067e9821d79f1216b8383134d08465d4aa1a33a2b93b4.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/tab.self-9b77df34cbbb08ec93a806d6cdb741f04e3dbf3389978a0679146f2d2987bc89.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.self-3aa41fbe871573b34e0ebddf31598cd5a11a9841ca85f90934ea46326e46626d.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/popover.self-b73e9c9111d01148e24bbc46e096782e024dc5db630e7078cf11ed2587ef8551.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.self-384a79ed2448e994af8b4d1559ebefd56d9c7b90cbcff70651aa29c4d2918c4b.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.self-356da1275c02184d8e20410d0de1057d9c2daccadc1be86177e9ac7c6197046a.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/libraries/summernote.self-0a2d46342966343b65435c8fbea55b3c09e6f9a42f5423983da22bb201249758.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.self-8ca4268e93d12ce18f015a679a49a14d56f045a5e7eaa2aad402e7fe0eea0893.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/hatchy.self-79488488398f5f5aed236dd6e9f914599370d04dfe70fda61b8c83bf739b1088.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/application.self-adb77c0810259e90473997b528d8060f6f07c77125ddca0e7b99347fb1dfc88e.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/assets/hatchy/home.self-8baea3b9feb128314b767b475494d9358e38f016f4fd20b05475fb201a2c3562.js?body=1" for 127.0.0.1 at 2016-01-18 09:28:37 -0600 Started GET "/" for 127.0.0.1 at 2016-01-18 09:28:54 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (15.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:28:54.780533' and ends_at >= '2016-01-18 15:28:54.780533') Completed 200 OK in 81ms (Views: 79.1ms | ActiveRecord: 0.5ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 09:28:57 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (28.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:28:57.401689' and ends_at >= '2016-01-18 15:28:57.401689') Completed 200 OK in 170ms (Views: 134.1ms | ActiveRecord: 3.4ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 09:28:59 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:28:59.860020' and ends_at >= '2016-01-18 15:28:59.860020') Completed 200 OK in 86ms (Views: 84.0ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453130939985" for 127.0.0.1 at 2016-01-18 09:29:00 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453130939985", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 30ms (Views: 22.2ms | ActiveRecord: 1.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 09:29:01 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (11.6ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (44.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:29:01.788929' and ends_at >= '2016-01-18 15:29:01.788929') Completed 200 OK in 127ms (Views: 121.1ms | ActiveRecord: 1.8ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453130944206" for 127.0.0.1 at 2016-01-18 09:29:04 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453130944206", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 13ms (Views: 8.1ms | ActiveRecord: 1.2ms) Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-18 09:29:06 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.7ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:29:06.356804' and ends_at >= '2016-01-18 15:29:06.356804') Completed 200 OK in 83ms (Views: 79.2ms | ActiveRecord: 0.9ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-18 09:29:27 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (28.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (32.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:29:27.703671' and ends_at >= '2016-01-18 15:29:27.703671') Completed 200 OK in 104ms (Views: 101.5ms | ActiveRecord: 0.7ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 09:29:29 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:29:29.703682' and ends_at >= '2016-01-18 15:29:29.703682') Completed 200 OK in 75ms (Views: 72.5ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453130969824" for 127.0.0.1 at 2016-01-18 09:29:29 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453130969824", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 20ms (Views: 16.1ms | ActiveRecord: 1.4ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-18 09:29:30 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:29:30.935641' and ends_at >= '2016-01-18 15:29:30.935641') Completed 200 OK in 77ms (Views: 75.1ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453130971035" for 127.0.0.1 at 2016-01-18 09:29:31 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453130971035", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 21ms (Views: 13.9ms | ActiveRecord: 1.3ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-18 09:29:33 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:29:33.383269' and ends_at >= '2016-01-18 15:29:33.383269') Completed 200 OK in 79ms (Views: 76.4ms | ActiveRecord: 0.5ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-18 09:29:34 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:29:34.585314' and ends_at >= '2016-01-18 15:29:34.585314') Completed 200 OK in 81ms (Views: 78.1ms | ActiveRecord: 0.5ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-18 09:29:37 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:29:37.669284' and ends_at >= '2016-01-18 15:29:37.669284') Completed 200 OK in 97ms (Views: 94.1ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453130977788" for 127.0.0.1 at 2016-01-18 09:29:37 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453130977788", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 13ms (Views: 7.6ms | ActiveRecord: 1.4ms) Started GET "/explore" for 127.0.0.1 at 2016-01-18 09:30:23 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 22], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 15:30:23.803353' AND '2016-01-18 15:30:23.803590') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (23.1ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:30:23.856119' and ends_at >= '2016-01-18 15:30:23.856119') Completed 200 OK in 91ms (Views: 87.6ms | ActiveRecord: 1.5ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 09:49:37 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.6ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:49:37.549543' and ends_at >= '2016-01-18 15:49:37.549543') Completed 200 OK in 118ms (Views: 102.0ms | ActiveRecord: 4.8ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 09:49:41 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:49:41.753163' and ends_at >= '2016-01-18 15:49:41.753163') Completed 200 OK in 110ms (Views: 106.0ms | ActiveRecord: 0.7ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453132181881" for 127.0.0.1 at 2016-01-18 09:49:41 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453132181881", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 23ms (Views: 18.0ms | ActiveRecord: 2.1ms) Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-18 09:49:43 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:49:43.287430' and ends_at >= '2016-01-18 15:49:43.287430') Completed 200 OK in 101ms (Views: 97.4ms | ActiveRecord: 0.9ms) Started PUT "/admin/projects/2/send_to_draft" for 127.0.0.1 at 2016-01-18 09:49:47 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"MPsRUaW2k8Lf4xvEk2DwUvQnLh8V2Dl0tWegVDuJAoAwL7nZotgq4HM2p14dh/9Muh5pU7qX/xkb1Snn5KIzlg==", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "status" = ?, "send_to_draft_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "draft"], ["send_to_draft_at", "2016-01-18 15:49:47.192338"], ["updated_at", "2016-01-18 15:49:47.204471"], ["id", 2]]  (178.1ms) commit transaction Redirected to http://localhost:3000/admin/projects/2 Completed 302 Found in 199ms (ActiveRecord: 179.1ms) Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-18 09:49:47 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.3ms) Hatchy::ProjectAccount Load (0.4ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:49:47.446757' and ends_at >= '2016-01-18 15:49:47.446757') Completed 200 OK in 91ms (Views: 87.0ms | ActiveRecord: 1.4ms) Started GET "/projects/2" for 127.0.0.1 at 2016-01-18 09:49:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.5ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 09:49:53 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.4ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (10.8ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (47.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (123.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:49:53.220658' and ends_at >= '2016-01-18 15:49:53.220658') Completed 200 OK in 212ms (Views: 200.8ms | ActiveRecord: 2.1ms) Started GET "/assets/hatchy/projects/edit.self-71c44c7199e3e49b47e235a35caad6671cca2100d3c2187b3ed146368eae6e58.js?body=1" for 127.0.0.1 at 2016-01-18 09:49:53 -0600 Started GET "/projects/2/send_to_analysis" for 127.0.0.1 at 2016-01-18 09:49:57 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "analysis"], ["updated_at", "2016-01-18 15:49:57.416908"], ["id", 2]]  (150.6ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#analysis_success Completed 302 Found in 166ms (ActiveRecord: 151.9ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 09:49:57 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.2ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (31.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (97.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:49:57.717480' and ends_at >= '2016-01-18 15:49:57.717480') Completed 200 OK in 178ms (Views: 172.4ms | ActiveRecord: 1.5ms) Started PUT "/admin/projects/2/push_to_online" for 127.0.0.1 at 2016-01-18 09:50:06 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"nIBQkElyQihKQPmZXPfnCitZGuN5V4o/vIfrlbfZ89icVPgYThz7CuaVRQPSEOgUZWBdr9YYTFISNWImaPLCzg==", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.4ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1  (0.2ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/admin/projects/2 Completed 302 Found in 10ms (ActiveRecord: 0.9ms) Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-18 09:50:06 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:50:06.351670' and ends_at >= '2016-01-18 15:50:06.351670') Completed 200 OK in 99ms (Views: 95.5ms | ActiveRecord: 1.0ms) Started PUT "/admin/projects/2/send_to_approved" for 127.0.0.1 at 2016-01-18 09:50:11 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"5XLtJbrddewt8CzOnm/HmVKFUgvZ/GLNcdFdtV5unt/lpkWtvbPMzoElkFQQiMiHHLwVR3azpKDfY9QGgUWvyQ==", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "approved"], ["updated_at", "2016-01-18 15:50:11.606438"], ["id", 2]]  (202.3ms) commit transaction Redirected to http://localhost:3000/admin/projects/2 Completed 302 Found in 218ms (ActiveRecord: 203.3ms) Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-18 09:50:11 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:50:11.883861' and ends_at >= '2016-01-18 15:50:11.883861') Completed 200 OK in 114ms (Views: 108.4ms | ActiveRecord: 1.3ms) Started PUT "/admin/projects/2/push_to_online" for 127.0.0.1 at 2016-01-18 09:50:14 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"r+JMKMF3NPC3E0iRGaJ94Y7KAmSdMGO2P63BNCKnz3ivNuSgxhmN0hvG9AuXRXL/wPNFKDJ/pduRH0iH/Yz+bg==", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "online"], ["online_date", "2016-01-18 15:50:14.625974"], ["expires_at", "2016-01-20 15:50:14.625974"], ["updated_at", "2016-01-18 15:50:14.626544"], ["id", 2]]  (175.1ms) commit transaction Redirected to http://localhost:3000/admin/projects/2 Completed 302 Found in 189ms (ActiveRecord: 176.2ms) Started GET "/admin/projects/2" for 127.0.0.1 at 2016-01-18 09:50:14 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.2ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:50:14.869075' and ends_at >= '2016-01-18 15:50:14.869075') Completed 200 OK in 106ms (Views: 103.0ms | ActiveRecord: 1.1ms) Started PUT "/admin/projects/2" for 127.0.0.1 at 2016-01-18 09:50:19 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"He/HOkWHazKy7HBqoB9tTTa2dsjFujCqiwkjzhqcRpEdO2+yQunSEB45zPAu+GJTeI8xhGr19sclu6p9xbd3hw==", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_projects" SET "recommended" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["recommended", "t"], ["online_date", "2016-01-18 15:50:19.036202"], ["expires_at", "2016-01-20 15:50:19.036202"], ["updated_at", "2016-01-18 15:50:19.037485"], ["id", 2]]  (181.7ms) commit transaction Completed 200 OK in 196ms (ActiveRecord: 182.8ms) Started GET "/" for 127.0.0.1 at 2016-01-18 09:50:23 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (12.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:50:23.522888' and ends_at >= '2016-01-18 15:50:23.522888') Completed 200 OK in 78ms (Views: 77.1ms | ActiveRecord: 0.7ms) Started GET "/projects/2" for 127.0.0.1 at 2016-01-18 09:50:27 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 09:50:27 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (33.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (77.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:50:27.660417' and ends_at >= '2016-01-18 15:50:27.660417') Completed 200 OK in 157ms (Views: 147.6ms | ActiveRecord: 1.6ms) Started GET "/projects/2?preview=true" for 127.0.0.1 at 2016-01-18 09:50:30 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 2], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:50:30.263282' and ends_at >= '2016-01-18 15:50:30.263282') Completed 200 OK in 104ms (Views: 97.6ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/projects/show.self-8c8a46cf03443ce1d31133c9023ce452ac60028b1734f0fceb46d7ab762aca34.js?body=1" for 127.0.0.1 at 2016-01-18 09:50:30 -0600 Started GET "/projects/2/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-18 09:50:35 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 2], ["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (10.2ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Hatchy::Country Load (2.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (42.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (68.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (75.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:50:35.800083' and ends_at >= '2016-01-18 15:50:35.800083') Completed 200 OK in 178ms (Views: 146.9ms | ActiveRecord: 4.8ms) Started GET "/assets/hatchy/projects/contributions/new_contribution.self-2f26fcc9fd4b4f0434dd63862aaa13d8c4468ec18ed9293af646c72193d6d0af.js?body=1" for 127.0.0.1 at 2016-01-18 09:50:35 -0600 Started GET "/projects/2/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-18 09:51:17 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 2], ["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (1.5ms) Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Hatchy::Country Load (3.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (30.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (41.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (44.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:51:17.751669' and ends_at >= '2016-01-18 15:51:17.751669') Completed 200 OK in 133ms (Views: 120.4ms | ActiveRecord: 4.3ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-18 09:52:23 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (11.7ms) Hatchy::Country Load (2.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (37.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (77.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 15:52:23.311970' and ends_at >= '2016-01-18 15:52:23.311970') Completed 200 OK in 171ms (Views: 152.6ms | ActiveRecord: 3.4ms) Started GET "/assets/hatchy/users/edit.self-51bcf7d5b62cf773ad469823a68e096de54446a4f2d5cce31e23ec5f39574322.js?body=1" for 127.0.0.1 at 2016-01-18 09:52:23 -0600 Started GET "/" for 127.0.0.1 at 2016-01-18 10:00:22 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (12.2ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:00:22.068826' and ends_at >= '2016-01-18 16:00:22.068826') Completed 200 OK in 103ms (Views: 87.5ms | ActiveRecord: 0.8ms) Started GET "/projects/2" for 127.0.0.1 at 2016-01-18 10:00:23 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 10:00:23 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (70.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:00:23.194085' and ends_at >= '2016-01-18 16:00:23.194085') Completed 200 OK in 139ms (Views: 133.6ms | ActiveRecord: 1.5ms) Started GET "/projects/2?preview=true" for 127.0.0.1 at 2016-01-18 10:00:25 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 2], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:00:25.177084' and ends_at >= '2016-01-18 16:00:25.177084') Completed 200 OK in 90ms (Views: 85.3ms | ActiveRecord: 1.1ms) Started GET "/projects/2/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-18 10:00:27 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 2]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 2], ["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (1.6ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Hatchy::Country Load (2.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (28.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (39.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (43.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:00:27.109918' and ends_at >= '2016-01-18 16:00:27.109918') Completed 200 OK in 123ms (Views: 111.7ms | ActiveRecord: 3.4ms) Started GET "/" for 127.0.0.1 at 2016-01-18 10:01:07 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.5ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:01:08.033046' and ends_at >= '2016-01-18 16:01:08.033046') Completed 200 OK in 89ms (Views: 86.7ms | ActiveRecord: 0.7ms) Started GET "/projects/2" for 127.0.0.1 at 2016-01-18 10:01:15 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 10:01:15 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.9ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (17.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (74.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:01:15.510542' and ends_at >= '2016-01-18 16:01:15.510542') Completed 200 OK in 156ms (Views: 149.4ms | ActiveRecord: 2.1ms) Started GET "/projects/2?preview=true" for 127.0.0.1 at 2016-01-18 10:01:17 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 2], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (26.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:01:17.364004' and ends_at >= '2016-01-18 16:01:17.364004') Completed 200 OK in 120ms (Views: 112.7ms | ActiveRecord: 1.1ms) Started GET "/projects/2/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-18 10:01:19 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 2], ["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (1.5ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 98]] Hatchy::Country Load (2.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (24.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (37.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (41.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:01:19.733539' and ends_at >= '2016-01-18 16:01:19.733539') Completed 200 OK in 125ms (Views: 114.2ms | ActiveRecord: 3.6ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18)  (166.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (154.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHatchyAnnouncements (20160111174923)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174923_create_hatchy_announcements.rb:7)  (0.3ms) CREATE TABLE "hatchy_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text(80) NOT NULL, "starts_at" datetime NOT NULL, "ends_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174923"]]  (138.1ms) commit transaction Migrating to CreateHatchyBanks (20160111174945)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174945_create_hatchy_banks.rb:6)  (0.5ms) CREATE TABLE "hatchy_banks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(80) NOT NULL, "code" varchar(10) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_hatchy_banks_on_code" ON "hatchy_banks" ("code") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174945"]]  (138.2ms) commit transaction Migrating to CreateHatchyBankAccounts (20160111175001)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175001_create_hatchy_bank_accounts.rb:8)  (1.2ms) CREATE TABLE "hatchy_bank_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "bank_id" integer, "account" varchar NOT NULL, "account_digit" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_hatchy_bank_accounts_on_user_id_and_bank_id" ON "hatchy_bank_accounts" ("user_id", "bank_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175001"]]  (204.4ms) commit transaction Migrating to CreateHatchyCategories (20160111175017)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175017_create_hatchy_categories.rb:5)  (0.8ms) CREATE TABLE "hatchy_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE UNIQUE INDEX "index_hatchy_categories_on_name" ON "hatchy_categories" ("name") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175017"]]  (182.4ms) commit transaction Migrating to CreateHatchyContributions (20160111175037)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175037_create_hatchy_contributions.rb:25)  (1.1ms) CREATE TABLE "hatchy_contributions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "user_id" integer, "reward_id" integer, "country_id" integer, "value" decimal NOT NULL, "status" varchar NOT NULL, "name" varchar NOT NULL, "email" varchar NOT NULL, "document" varchar NOT NULL, "address_street" varchar NOT NULL, "address_number" varchar NOT NULL, "address_city" varchar NOT NULL, "address_zip" varchar NOT NULL, "address_state" varchar NOT NULL, "address_phone" varchar NOT NULL, "ip_address" varchar, "card_type" varchar NOT NULL, "card_expires_on" date NOT NULL, "anonymous" boolean DEFAULT 'f', "notified_when_finish" boolean, "step" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.4ms) CREATE INDEX "index_hatchy_contributions_on_project_id" ON "hatchy_contributions" ("project_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.4ms) CREATE INDEX "index_hatchy_contributions_on_user_id" ON "hatchy_contributions" ("user_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_contributions_on_reward_id" ON "hatchy_contributions" ("reward_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_contributions_on_country_id" ON "hatchy_contributions" ("country_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175037"]]  (165.7ms) commit transaction Migrating to CreateHatchyCountries (20160111175055)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175055_create_hatchy_countries.rb:11)  (0.6ms) CREATE TABLE "hatchy_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code2" varchar, "code3" varchar, "continent" varchar, "tld" varchar, "currency" varchar, "eu_member" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175055"]]  (151.6ms) commit transaction Migrating to CreateHatchyRewards (20160111175124)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175124_create_hatchy_rewards.rb:10)  (0.9ms) CREATE TABLE "hatchy_rewards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "min_value" decimal NOT NULL, "max_contributions" integer, "description" varchar NOT NULL, "row_order" integer, "deliver_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.5ms) CREATE INDEX "index_hatchy_rewards_on_project_id" ON "hatchy_rewards" ("project_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175124"]]  (181.3ms) commit transaction Migrating to CreateHatchyProjects (20160111175139)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175139_create_hatchy_projects.rb:22)  (1.0ms) CREATE TABLE "hatchy_projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "category_id" integer, "project_img" varchar, "city" varchar, "name" varchar(50) NOT NULL, "headline" varchar, "about" varchar, "budget" varchar, "video_url" varchar, "short_url" varchar, "goal" decimal(8,2), "online_days" integer, "online_date" datetime, "expires_at" datetime, "rejected_at" datetime, "send_to_draft_at" datetime, "status" varchar NOT NULL, "recommended" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_hatchy_projects_on_user_id" ON "hatchy_projects" ("user_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_projects_on_category_id" ON "hatchy_projects" ("category_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175139"]]  (156.6ms) commit transaction Migrating to CreateHatchyProjectAccounts (20160111175158)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175158_create_hatchy_project_accounts.rb:18)  (1.0ms) CREATE TABLE "hatchy_project_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "bank_id" integer, "account_type" varchar, "email" varchar, "phone" varchar, "account" varchar, "account_digit" varchar, "owner_name" varchar, "owner_document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_hatchy_project_accounts_on_project_id" ON "hatchy_project_accounts" ("project_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.6ms) CREATE INDEX "index_hatchy_project_accounts_on_bank_id" ON "hatchy_project_accounts" ("bank_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175158"]]  (169.7ms) commit transaction Migrating to DeviseCreateHatchyUsers (20160111175249)  (0.2ms) begin transaction  (1.1ms) CREATE TABLE "hatchy_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country_id" integer, "profile_img" varchar, "cover_img" varchar, "facebook_link" varchar, "twitter_link" varchar, "other_link" varchar, "first_name" varchar, "last_name" varchar, "about" varchar, "newsletter" boolean DEFAULT 't' NOT NULL, "subs_projects" boolean DEFAULT 't' NOT NULL, "locale" varchar DEFAULT 'en' NOT NULL, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "document" varchar, "phone" varchar, "mobile" varchar, "admin" boolean DEFAULT 'f' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "index_hatchy_users_on_email" ON "hatchy_users" ("email")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'  (0.5ms) CREATE UNIQUE INDEX "index_hatchy_users_on_reset_password_token" ON "hatchy_users" ("reset_password_token")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'   (0.2ms) CREATE INDEX "index_hatchy_users_on_country_id" ON "hatchy_users" ("country_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175249"]]  (142.7ms) commit transaction Migrating to CreateHatchyCategoryFollowers (20160111181655)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111181655_create_hatchy_category_followers.rb:6)  (0.6ms) CREATE TABLE "hatchy_category_followers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_hatchy_category_followers_on_user_id_and_category_id" ON "hatchy_category_followers" ("user_id", "category_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111181655"]]  (170.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_banks_on_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_banks_on_code' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_categories_on_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_categories_on_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index' DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Art"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Art"], ["created_at", "2016-01-18 16:12:57.592332"], ["updated_at", "2016-01-18 16:12:57.592332"]]  (166.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Visual Arts"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Visual Arts"], ["created_at", "2016-01-18 16:12:57.765606"], ["updated_at", "2016-01-18 16:12:57.765606"]]  (171.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Circus"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Circus"], ["created_at", "2016-01-18 16:12:57.943752"], ["updated_at", "2016-01-18 16:12:57.943752"]]  (128.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Community"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Community"], ["created_at", "2016-01-18 16:12:58.079482"], ["updated_at", "2016-01-18 16:12:58.079482"]]  (128.5ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Humor"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Humor"], ["created_at", "2016-01-18 16:12:58.214261"], ["updated_at", "2016-01-18 16:12:58.214261"]]  (137.2ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Comicbooks"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Comicbooks"], ["created_at", "2016-01-18 16:12:58.357166"], ["updated_at", "2016-01-18 16:12:58.357166"]]  (131.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Dance"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dance"], ["created_at", "2016-01-18 16:12:58.494496"], ["updated_at", "2016-01-18 16:12:58.494496"]]  (126.8ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Design"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Design"], ["created_at", "2016-01-18 16:12:58.626879"], ["updated_at", "2016-01-18 16:12:58.626879"]]  (173.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Events"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.5ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Events"], ["created_at", "2016-01-18 16:12:58.807505"], ["updated_at", "2016-01-18 16:12:58.807505"]]  (227.8ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fashion"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fashion"], ["created_at", "2016-01-18 16:12:59.042728"], ["updated_at", "2016-01-18 16:12:59.042728"]]  (148.7ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Gastronomy"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gastronomy"], ["created_at", "2016-01-18 16:12:59.198525"], ["updated_at", "2016-01-18 16:12:59.198525"]]  (127.7ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Film & Video"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Film & Video"], ["created_at", "2016-01-18 16:12:59.335416"], ["updated_at", "2016-01-18 16:12:59.335416"]]  (170.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Games"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Games"], ["created_at", "2016-01-18 16:12:59.512921"], ["updated_at", "2016-01-18 16:12:59.512921"]]  (138.8ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Journalism"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Journalism"], ["created_at", "2016-01-18 16:12:59.660046"], ["updated_at", "2016-01-18 16:12:59.660046"]]  (137.7ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Music"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Music"], ["created_at", "2016-01-18 16:12:59.804891"], ["updated_at", "2016-01-18 16:12:59.804891"]]  (139.5ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Photography"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Photography"], ["created_at", "2016-01-18 16:12:59.950278"], ["updated_at", "2016-01-18 16:12:59.950278"]]  (172.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Science & Technology"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Science & Technology"], ["created_at", "2016-01-18 16:13:00.128538"], ["updated_at", "2016-01-18 16:13:00.128538"]]  (151.8ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Theatre"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.5ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Theatre"], ["created_at", "2016-01-18 16:13:00.287518"], ["updated_at", "2016-01-18 16:13:00.287518"]]  (138.3ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Sport"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sport"], ["created_at", "2016-01-18 16:13:00.432374"], ["updated_at", "2016-01-18 16:13:00.432374"]]  (150.5ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Web"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Web"], ["created_at", "2016-01-18 16:13:00.588916"], ["updated_at", "2016-01-18 16:13:00.588916"]]  (149.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Carnival"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carnival"], ["created_at", "2016-01-18 16:13:00.745327"], ["updated_at", "2016-01-18 16:13:00.745327"]]  (148.5ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Architecture & Urbanism"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Architecture & Urbanism"], ["created_at", "2016-01-18 16:13:00.902222"], ["updated_at", "2016-01-18 16:13:00.902222"]]  (170.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Literature"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Literature"], ["created_at", "2016-01-18 16:13:01.079603"], ["updated_at", "2016-01-18 16:13:01.079603"]]  (142.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Mobility & Transportation"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mobility & Transportation"], ["created_at", "2016-01-18 16:13:01.227606"], ["updated_at", "2016-01-18 16:13:01.227606"]]  (148.8ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Environment"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.5ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Environment"], ["created_at", "2016-01-18 16:13:01.382494"], ["updated_at", "2016-01-18 16:13:01.382494"]]  (208.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Social Business"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1 SQL (0.7ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Social Business"], ["created_at", "2016-01-18 16:13:01.597269"], ["updated_at", "2016-01-18 16:13:01.597269"]]  (192.7ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Education"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Education"], ["created_at", "2016-01-18 16:13:01.798511"], ["updated_at", "2016-01-18 16:13:01.798511"]]  (250.0ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fiction Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fiction Films"], ["created_at", "2016-01-18 16:13:02.055325"], ["updated_at", "2016-01-18 16:13:02.055325"]]  (171.4ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Documentary Films"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Documentary Films"], ["created_at", "2016-01-18 16:13:02.233374"], ["updated_at", "2016-01-18 16:13:02.233374"]]  (362.4ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Experimental Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Experimental Films"], ["created_at", "2016-01-18 16:13:02.603344"], ["updated_at", "2016-01-18 16:13:02.603344"]]  (159.5ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Health"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.5ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Health"], ["created_at", "2016-01-18 16:13:02.770082"], ["updated_at", "2016-01-18 16:13:02.770082"]]  (160.7ms) commit transaction Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Bank"], ["code", "69"]]  (0.1ms) begin transaction Hatchy::Bank Exists (0.2ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '69' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Bank"], ["code", "69"], ["created_at", "2016-01-18 16:13:02.946731"], ["updated_at", "2016-01-18 16:13:02.946731"]]  (142.8ms) commit transaction Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Second Bank"], ["code", "96"]]  (0.2ms) begin transaction Hatchy::Bank Exists (0.3ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '96' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Second Bank"], ["code", "96"], ["created_at", "2016-01-18 16:13:03.095374"], ["updated_at", "2016-01-18 16:13:03.095374"]]  (228.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "hatchy_countries"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Andorra"], ["code2", "AD"], ["code3", "AND"], ["continent", "EU"], ["tld", "ad"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:03.352142"], ["updated_at", "2016-01-18 16:13:03.352142"]]  (139.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Arab Emirates"], ["code2", "AE"], ["code3", "ARE"], ["continent", "AS"], ["tld", "ae"], ["currency", "AED"], ["created_at", "2016-01-18 16:13:03.495441"], ["updated_at", "2016-01-18 16:13:03.495441"]]  (129.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Afghanistan"], ["code2", "AF"], ["code3", "AFG"], ["continent", "AS"], ["tld", "af"], ["currency", "AFN"], ["created_at", "2016-01-18 16:13:03.629244"], ["updated_at", "2016-01-18 16:13:03.629244"]]  (161.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Antigua and Barbuda"], ["code2", "AG"], ["code3", "ATG"], ["continent", "NA"], ["tld", "ag"], ["currency", "XCD"], ["created_at", "2016-01-18 16:13:03.796478"], ["updated_at", "2016-01-18 16:13:03.796478"]]  (207.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Anguilla"], ["code2", "AI"], ["code3", "AIA"], ["continent", "NA"], ["tld", "ai"], ["currency", "XCD"], ["created_at", "2016-01-18 16:13:04.009933"], ["updated_at", "2016-01-18 16:13:04.009933"]]  (162.3ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Albania"], ["code2", "AL"], ["code3", "ALB"], ["continent", "EU"], ["tld", "al"], ["currency", "ALL"], ["created_at", "2016-01-18 16:13:04.177626"], ["updated_at", "2016-01-18 16:13:04.177626"]]  (174.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Armenia"], ["code2", "AM"], ["code3", "ARM"], ["continent", "AS"], ["tld", "am"], ["currency", "AMD"], ["created_at", "2016-01-18 16:13:04.356732"], ["updated_at", "2016-01-18 16:13:04.356732"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Angola"], ["code2", "AO"], ["code3", "AGO"], ["continent", "AF"], ["tld", "ao"], ["currency", "AOA"], ["created_at", "2016-01-18 16:13:04.491067"], ["updated_at", "2016-01-18 16:13:04.491067"]]  (128.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Antarctica"], ["code2", "AQ"], ["code3", "ATA"], ["continent", "AN"], ["tld", "aq"], ["created_at", "2016-01-18 16:13:04.625384"], ["updated_at", "2016-01-18 16:13:04.625384"]]  (141.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Argentina"], ["code2", "AR"], ["code3", "ARG"], ["continent", "SA"], ["tld", "ar"], ["currency", "ARS"], ["created_at", "2016-01-18 16:13:04.773063"], ["updated_at", "2016-01-18 16:13:04.773063"]]  (128.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "American Samoa"], ["code2", "AS"], ["code3", "ASM"], ["continent", "OC"], ["tld", "as"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:04.905924"], ["updated_at", "2016-01-18 16:13:04.905924"]]  (130.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Austria"], ["code2", "AT"], ["code3", "AUT"], ["continent", "EU"], ["tld", "at"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:05.040859"], ["updated_at", "2016-01-18 16:13:05.040859"]]  (151.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Australia"], ["code2", "AU"], ["code3", "AUS"], ["continent", "OC"], ["tld", "au"], ["currency", "AUD"], ["created_at", "2016-01-18 16:13:05.197154"], ["updated_at", "2016-01-18 16:13:05.197154"]]  (140.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aruba"], ["code2", "AW"], ["code3", "ABW"], ["continent", "NA"], ["tld", "aw"], ["currency", "AWG"], ["created_at", "2016-01-18 16:13:05.341595"], ["updated_at", "2016-01-18 16:13:05.341595"]]  (166.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aland Islands"], ["code2", "AX"], ["code3", "ALA"], ["continent", "EU"], ["tld", "ax"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:05.511192"], ["updated_at", "2016-01-18 16:13:05.511192"]]  (184.4ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Azerbaijan"], ["code2", "AZ"], ["code3", "AZE"], ["continent", "AS"], ["tld", "az"], ["currency", "AZN"], ["created_at", "2016-01-18 16:13:05.701215"], ["updated_at", "2016-01-18 16:13:05.701215"]]  (127.6ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bosnia and Herzegovina"], ["code2", "BA"], ["code3", "BIH"], ["continent", "EU"], ["tld", "ba"], ["currency", "BAM"], ["created_at", "2016-01-18 16:13:05.835175"], ["updated_at", "2016-01-18 16:13:05.835175"]]  (127.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Barbados"], ["code2", "BB"], ["code3", "BRB"], ["continent", "NA"], ["tld", "bb"], ["currency", "BBD"], ["created_at", "2016-01-18 16:13:05.968961"], ["updated_at", "2016-01-18 16:13:05.968961"]]  (153.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bangladesh"], ["code2", "BD"], ["code3", "BGD"], ["continent", "AS"], ["tld", "bd"], ["currency", "BDT"], ["created_at", "2016-01-18 16:13:06.125157"], ["updated_at", "2016-01-18 16:13:06.125157"]]  (134.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belgium"], ["code2", "BE"], ["code3", "BEL"], ["continent", "EU"], ["tld", "be"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:06.262380"], ["updated_at", "2016-01-18 16:13:06.262380"]]  (128.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burkina Faso"], ["code2", "BF"], ["code3", "BFA"], ["continent", "AF"], ["tld", "bf"], ["currency", "XOF"], ["created_at", "2016-01-18 16:13:06.396013"], ["updated_at", "2016-01-18 16:13:06.396013"]]  (129.9ms) commit transaction  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bulgaria"], ["code2", "BG"], ["code3", "BGR"], ["continent", "EU"], ["tld", "bg"], ["currency", "BGN"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:06.530789"], ["updated_at", "2016-01-18 16:13:06.530789"]]  (185.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahrain"], ["code2", "BH"], ["code3", "BHR"], ["continent", "AS"], ["tld", "bh"], ["currency", "BHD"], ["created_at", "2016-01-18 16:13:06.721433"], ["updated_at", "2016-01-18 16:13:06.721433"]]  (206.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burundi"], ["code2", "BI"], ["code3", "BDI"], ["continent", "AF"], ["tld", "bi"], ["currency", "BIF"], ["created_at", "2016-01-18 16:13:06.933982"], ["updated_at", "2016-01-18 16:13:06.933982"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Benin"], ["code2", "BJ"], ["code3", "BEN"], ["continent", "AF"], ["tld", "bj"], ["currency", "XOF"], ["created_at", "2016-01-18 16:13:07.079752"], ["updated_at", "2016-01-18 16:13:07.079752"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Barthelemy"], ["code2", "BL"], ["code3", "BLM"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:07.213733"], ["updated_at", "2016-01-18 16:13:07.213733"]]  (173.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bermuda"], ["code2", "BM"], ["code3", "BMU"], ["continent", "NA"], ["tld", "bm"], ["currency", "BMD"], ["created_at", "2016-01-18 16:13:07.392670"], ["updated_at", "2016-01-18 16:13:07.392670"]]  (228.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brunei"], ["code2", "BN"], ["code3", "BRN"], ["continent", "AS"], ["tld", "bn"], ["currency", "BND"], ["created_at", "2016-01-18 16:13:07.627269"], ["updated_at", "2016-01-18 16:13:07.627269"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bolivia"], ["code2", "BO"], ["code3", "BOL"], ["continent", "SA"], ["tld", "bo"], ["currency", "BOB"], ["created_at", "2016-01-18 16:13:07.783691"], ["updated_at", "2016-01-18 16:13:07.783691"]]  (152.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Bonaire, Saint Eustatius and Saba NA"], ["code2", "BQ"], ["code3", "BES"], ["continent", ".bq"], ["tld", "USD"], ["created_at", "2016-01-18 16:13:07.941619"], ["updated_at", "2016-01-18 16:13:07.941619"]]  (207.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brazil"], ["code2", "BR"], ["code3", "BRA"], ["continent", "SA"], ["tld", "br"], ["currency", "BRL"], ["created_at", "2016-01-18 16:13:08.153590"], ["updated_at", "2016-01-18 16:13:08.153590"]]  (175.3ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahamas"], ["code2", "BS"], ["code3", "BHS"], ["continent", "NA"], ["tld", "bs"], ["currency", "BSD"], ["created_at", "2016-01-18 16:13:08.334961"], ["updated_at", "2016-01-18 16:13:08.334961"]]  (169.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bhutan"], ["code2", "BT"], ["code3", "BTN"], ["continent", "AS"], ["tld", "bt"], ["currency", "BTN"], ["created_at", "2016-01-18 16:13:08.512110"], ["updated_at", "2016-01-18 16:13:08.512110"]]  (206.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bouvet Island"], ["code2", "BV"], ["code3", "BVT"], ["continent", "AN"], ["tld", "bv"], ["currency", "NOK"], ["created_at", "2016-01-18 16:13:08.724365"], ["updated_at", "2016-01-18 16:13:08.724365"]]  (206.8ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Botswana"], ["code2", "BW"], ["code3", "BWA"], ["continent", "AF"], ["tld", "bw"], ["currency", "BWP"], ["created_at", "2016-01-18 16:13:08.937607"], ["updated_at", "2016-01-18 16:13:08.937607"]]  (217.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belarus"], ["code2", "BY"], ["code3", "BLR"], ["continent", "EU"], ["tld", "by"], ["currency", "BYR"], ["created_at", "2016-01-18 16:13:09.160635"], ["updated_at", "2016-01-18 16:13:09.160635"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belize"], ["code2", "BZ"], ["code3", "BLZ"], ["continent", "NA"], ["tld", "bz"], ["currency", "BZD"], ["created_at", "2016-01-18 16:13:09.294942"], ["updated_at", "2016-01-18 16:13:09.294942"]]  (172.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Canada"], ["code2", "CA"], ["code3", "CAN"], ["continent", "NA"], ["tld", "ca"], ["currency", "CAD"], ["created_at", "2016-01-18 16:13:09.474272"], ["updated_at", "2016-01-18 16:13:09.474272"]]  (174.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cocos Islands"], ["code2", "CC"], ["code3", "CCK"], ["continent", "AS"], ["tld", "cc"], ["currency", "AUD"], ["created_at", "2016-01-18 16:13:09.654728"], ["updated_at", "2016-01-18 16:13:09.654728"]]  (139.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Democratic Republic of the Congo"], ["code2", "CD"], ["code3", "COD"], ["continent", "AF"], ["tld", "cd"], ["currency", "CDF"], ["created_at", "2016-01-18 16:13:09.798812"], ["updated_at", "2016-01-18 16:13:09.798812"]]  (140.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Central African Republic"], ["code2", "CF"], ["code3", "CAF"], ["continent", "AF"], ["tld", "cf"], ["currency", "XAF"], ["created_at", "2016-01-18 16:13:09.945247"], ["updated_at", "2016-01-18 16:13:09.945247"]]  (218.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Republic of the Congo"], ["code2", "CG"], ["code3", "COG"], ["continent", "AF"], ["tld", "cg"], ["currency", "XAF"], ["created_at", "2016-01-18 16:13:10.168398"], ["updated_at", "2016-01-18 16:13:10.168398"]]  (239.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Switzerland"], ["code2", "CH"], ["code3", "CHE"], ["continent", "EU"], ["tld", "ch"], ["currency", "CHF"], ["created_at", "2016-01-18 16:13:10.413529"], ["updated_at", "2016-01-18 16:13:10.413529"]]  (140.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ivory Coast"], ["code2", "CI"], ["code3", "CIV"], ["continent", "AF"], ["tld", "ci"], ["currency", "XOF"], ["created_at", "2016-01-18 16:13:10.558322"], ["updated_at", "2016-01-18 16:13:10.558322"]]  (144.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cook Islands"], ["code2", "CK"], ["code3", "COK"], ["continent", "OC"], ["tld", "ck"], ["currency", "NZD"], ["created_at", "2016-01-18 16:13:10.706250"], ["updated_at", "2016-01-18 16:13:10.706250"]]  (127.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chile"], ["code2", "CL"], ["code3", "CHL"], ["continent", "SA"], ["tld", "cl"], ["currency", "CLP"], ["created_at", "2016-01-18 16:13:10.839104"], ["updated_at", "2016-01-18 16:13:10.839104"]]  (129.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cameroon"], ["code2", "CM"], ["code3", "CMR"], ["continent", "AF"], ["tld", "cm"], ["currency", "XAF"], ["created_at", "2016-01-18 16:13:10.974623"], ["updated_at", "2016-01-18 16:13:10.974623"]]  (128.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "China"], ["code2", "CN"], ["code3", "CHN"], ["continent", "AS"], ["tld", "cn"], ["currency", "CNY"], ["created_at", "2016-01-18 16:13:11.107281"], ["updated_at", "2016-01-18 16:13:11.107281"]]  (143.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Colombia"], ["code2", "CO"], ["code3", "COL"], ["continent", "SA"], ["tld", "co"], ["currency", "COP"], ["created_at", "2016-01-18 16:13:11.254294"], ["updated_at", "2016-01-18 16:13:11.254294"]]  (142.5ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Costa Rica"], ["code2", "CR"], ["code3", "CRI"], ["continent", "NA"], ["tld", "cr"], ["currency", "CRC"], ["created_at", "2016-01-18 16:13:11.401476"], ["updated_at", "2016-01-18 16:13:11.401476"]]  (127.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cuba"], ["code2", "CU"], ["code3", "CUB"], ["continent", "NA"], ["tld", "cu"], ["currency", "CUP"], ["created_at", "2016-01-18 16:13:11.534304"], ["updated_at", "2016-01-18 16:13:11.534304"]]  (131.5ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cape Verde"], ["code2", "CV"], ["code3", "CPV"], ["continent", "AF"], ["tld", "cv"], ["currency", "CVE"], ["created_at", "2016-01-18 16:13:11.669078"], ["updated_at", "2016-01-18 16:13:11.669078"]]  (153.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Curacao"], ["code2", "CW"], ["code3", "CUW"], ["continent", "NA"], ["tld", "cw"], ["currency", "ANG"], ["created_at", "2016-01-18 16:13:11.825217"], ["updated_at", "2016-01-18 16:13:11.825217"]]  (255.2ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Christmas Island"], ["code2", "CX"], ["code3", "CXR"], ["continent", "AS"], ["tld", "cx"], ["currency", "AUD"], ["created_at", "2016-01-18 16:13:12.083949"], ["updated_at", "2016-01-18 16:13:12.083949"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cyprus"], ["code2", "CY"], ["code3", "CYP"], ["continent", "EU"], ["tld", "cy"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:12.240970"], ["updated_at", "2016-01-18 16:13:12.240970"]]  (162.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Czech Republic"], ["code2", "CZ"], ["code3", "CZE"], ["continent", "EU"], ["tld", "cz"], ["currency", "CZK"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:12.409194"], ["updated_at", "2016-01-18 16:13:12.409194"]]  (172.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Germany"], ["code2", "DE"], ["code3", "DEU"], ["continent", "EU"], ["tld", "de"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:12.587514"], ["updated_at", "2016-01-18 16:13:12.587514"]]  (341.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Djibouti"], ["code2", "DJ"], ["code3", "DJI"], ["continent", "AF"], ["tld", "dj"], ["currency", "DJF"], ["created_at", "2016-01-18 16:13:12.933954"], ["updated_at", "2016-01-18 16:13:12.933954"]]  (162.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Denmark"], ["code2", "DK"], ["code3", "DNK"], ["continent", "EU"], ["tld", "dk"], ["currency", "DKK"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:13.101675"], ["updated_at", "2016-01-18 16:13:13.101675"]]  (164.4ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominica"], ["code2", "DM"], ["code3", "DMA"], ["continent", "NA"], ["tld", "dm"], ["currency", "XCD"], ["created_at", "2016-01-18 16:13:13.270569"], ["updated_at", "2016-01-18 16:13:13.270569"]]  (206.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominican Republic"], ["code2", "DO"], ["code3", "DOM"], ["continent", "NA"], ["tld", "do"], ["currency", "DOP"], ["created_at", "2016-01-18 16:13:13.482919"], ["updated_at", "2016-01-18 16:13:13.482919"]]  (206.4ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Algeria"], ["code2", "DZ"], ["code3", "DZA"], ["continent", "AF"], ["tld", "dz"], ["currency", "DZD"], ["created_at", "2016-01-18 16:13:13.694826"], ["updated_at", "2016-01-18 16:13:13.694826"]]  (139.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ecuador"], ["code2", "EC"], ["code3", "ECU"], ["continent", "SA"], ["tld", "ec"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:13.840685"], ["updated_at", "2016-01-18 16:13:13.840685"]]  (140.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Estonia"], ["code2", "EE"], ["code3", "EST"], ["continent", "EU"], ["tld", "ee"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:13.986260"], ["updated_at", "2016-01-18 16:13:13.986260"]]  (195.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Egypt"], ["code2", "EG"], ["code3", "EGY"], ["continent", "AF"], ["tld", "eg"], ["currency", "EGP"], ["created_at", "2016-01-18 16:13:14.186084"], ["updated_at", "2016-01-18 16:13:14.186084"]]  (187.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Western Sahara"], ["code2", "EH"], ["code3", "ESH"], ["continent", "AF"], ["tld", "eh"], ["currency", "MAD"], ["created_at", "2016-01-18 16:13:14.377336"], ["updated_at", "2016-01-18 16:13:14.377336"]]  (163.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Eritrea"], ["code2", "ER"], ["code3", "ERI"], ["continent", "AF"], ["tld", "er"], ["currency", "ERN"], ["created_at", "2016-01-18 16:13:14.543731"], ["updated_at", "2016-01-18 16:13:14.543731"]]  (144.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Spain"], ["code2", "ES"], ["code3", "ESP"], ["continent", "EU"], ["tld", "es"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:14.692014"], ["updated_at", "2016-01-18 16:13:14.692014"]]  (139.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ethiopia"], ["code2", "ET"], ["code3", "ETH"], ["continent", "AF"], ["tld", "et"], ["currency", "ETB"], ["created_at", "2016-01-18 16:13:14.836840"], ["updated_at", "2016-01-18 16:13:14.836840"]]  (208.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Finland"], ["code2", "FI"], ["code3", "FIN"], ["continent", "EU"], ["tld", "fi"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:15.048507"], ["updated_at", "2016-01-18 16:13:15.048507"]]  (255.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Fiji"], ["code2", "FJ"], ["code3", "FJI"], ["continent", "OC"], ["tld", "fj"], ["currency", "FJD"], ["created_at", "2016-01-18 16:13:15.306696"], ["updated_at", "2016-01-18 16:13:15.306696"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Falkland Islands"], ["code2", "FK"], ["code3", "FLK"], ["continent", "SA"], ["tld", "fk"], ["currency", "FKP"], ["created_at", "2016-01-18 16:13:15.452202"], ["updated_at", "2016-01-18 16:13:15.452202"]]  (139.8ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Micronesia"], ["code2", "FM"], ["code3", "FSM"], ["continent", "OC"], ["tld", "fm"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:15.597437"], ["updated_at", "2016-01-18 16:13:15.597437"]]  (206.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Faroe Islands"], ["code2", "FO"], ["code3", "FRO"], ["continent", "EU"], ["tld", "fo"], ["currency", "DKK"], ["created_at", "2016-01-18 16:13:15.809581"], ["updated_at", "2016-01-18 16:13:15.809581"]]  (193.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "France"], ["code2", "FR"], ["code3", "FRA"], ["continent", "EU"], ["tld", "fr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:16.009204"], ["updated_at", "2016-01-18 16:13:16.009204"]]  (143.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gabon"], ["code2", "GA"], ["code3", "GAB"], ["continent", "AF"], ["tld", "ga"], ["currency", "XAF"], ["created_at", "2016-01-18 16:13:16.156320"], ["updated_at", "2016-01-18 16:13:16.156320"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Kingdom"], ["code2", "GB"], ["code3", "GBR"], ["continent", "EU"], ["tld", "uk"], ["currency", "GBP"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:16.301881"], ["updated_at", "2016-01-18 16:13:16.301881"]]  (139.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Grenada"], ["code2", "GD"], ["code3", "GRD"], ["continent", "NA"], ["tld", "gd"], ["currency", "XCD"], ["created_at", "2016-01-18 16:13:16.447184"], ["updated_at", "2016-01-18 16:13:16.447184"]]  (143.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Georgia"], ["code2", "GE"], ["code3", "GEO"], ["continent", "AS"], ["tld", "ge"], ["currency", "GEL"], ["created_at", "2016-01-18 16:13:16.594091"], ["updated_at", "2016-01-18 16:13:16.594091"]]  (139.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Guiana"], ["code2", "GF"], ["code3", "GUF"], ["continent", "SA"], ["tld", "gf"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:16.739310"], ["updated_at", "2016-01-18 16:13:16.739310"]]  (153.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guernsey"], ["code2", "GG"], ["code3", "GGY"], ["continent", "EU"], ["tld", "gg"], ["currency", "GBP"], ["created_at", "2016-01-18 16:13:16.895082"], ["updated_at", "2016-01-18 16:13:16.895082"]]  (141.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ghana"], ["code2", "GH"], ["code3", "GHA"], ["continent", "AF"], ["tld", "gh"], ["currency", "GHS"], ["created_at", "2016-01-18 16:13:17.041679"], ["updated_at", "2016-01-18 16:13:17.041679"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gibraltar"], ["code2", "GI"], ["code3", "GIB"], ["continent", "EU"], ["tld", "gi"], ["currency", "GIP"], ["created_at", "2016-01-18 16:13:17.198113"], ["updated_at", "2016-01-18 16:13:17.198113"]]  (240.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greenland"], ["code2", "GL"], ["code3", "GRL"], ["continent", "NA"], ["tld", "gl"], ["currency", "DKK"], ["created_at", "2016-01-18 16:13:17.444179"], ["updated_at", "2016-01-18 16:13:17.444179"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gambia"], ["code2", "GM"], ["code3", "GMB"], ["continent", "AF"], ["tld", "gm"], ["currency", "GMD"], ["created_at", "2016-01-18 16:13:17.600559"], ["updated_at", "2016-01-18 16:13:17.600559"]]  (140.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea"], ["code2", "GN"], ["code3", "GIN"], ["continent", "AF"], ["tld", "gn"], ["currency", "GNF"], ["created_at", "2016-01-18 16:13:17.745585"], ["updated_at", "2016-01-18 16:13:17.745585"]]  (163.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guadeloupe"], ["code2", "GP"], ["code3", "GLP"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:17.912724"], ["updated_at", "2016-01-18 16:13:17.912724"]]  (144.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Equatorial Guinea"], ["code2", "GQ"], ["code3", "GNQ"], ["continent", "AF"], ["tld", "gq"], ["currency", "XAF"], ["created_at", "2016-01-18 16:13:18.061066"], ["updated_at", "2016-01-18 16:13:18.061066"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greece"], ["code2", "GR"], ["code3", "GRC"], ["continent", "EU"], ["tld", "gr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:18.206535"], ["updated_at", "2016-01-18 16:13:18.206535"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Georgia and the South Sandwich Islands"], ["code2", "GS"], ["code3", "SGS"], ["continent", "AN"], ["tld", "gs"], ["currency", "GBP"], ["created_at", "2016-01-18 16:13:18.374548"], ["updated_at", "2016-01-18 16:13:18.374548"]]  (283.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guatemala"], ["code2", "GT"], ["code3", "GTM"], ["continent", "NA"], ["tld", "gt"], ["currency", "GTQ"], ["created_at", "2016-01-18 16:13:18.662892"], ["updated_at", "2016-01-18 16:13:18.662892"]]  (199.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guam"], ["code2", "GU"], ["code3", "GUM"], ["continent", "OC"], ["tld", "gu"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:18.864424"], ["updated_at", "2016-01-18 16:13:18.864424"]]  (255.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea-Bissau"], ["code2", "GW"], ["code3", "GNB"], ["continent", "AF"], ["tld", "gw"], ["currency", "XOF"], ["created_at", "2016-01-18 16:13:19.122104"], ["updated_at", "2016-01-18 16:13:19.122104"]]  (220.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guyana"], ["code2", "GY"], ["code3", "GUY"], ["continent", "SA"], ["tld", "gy"], ["currency", "GYD"], ["created_at", "2016-01-18 16:13:19.345861"], ["updated_at", "2016-01-18 16:13:19.345861"]]  (140.8ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hong Kong"], ["code2", "HK"], ["code3", "HKG"], ["continent", "AS"], ["tld", "hk"], ["currency", "HKD"], ["created_at", "2016-01-18 16:13:19.492012"], ["updated_at", "2016-01-18 16:13:19.492012"]]  (140.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Heard Island and McDonald Islands"], ["code2", "HM"], ["code3", "HMD"], ["continent", "AN"], ["tld", "hm"], ["currency", "AUD"], ["created_at", "2016-01-18 16:13:19.653697"], ["updated_at", "2016-01-18 16:13:19.653697"]]  (149.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Honduras"], ["code2", "HN"], ["code3", "HND"], ["continent", "NA"], ["tld", "hn"], ["currency", "HNL"], ["created_at", "2016-01-18 16:13:19.806796"], ["updated_at", "2016-01-18 16:13:19.806796"]]  (162.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Croatia"], ["code2", "HR"], ["code3", "HRV"], ["continent", "EU"], ["tld", "hr"], ["currency", "HRK"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:19.974865"], ["updated_at", "2016-01-18 16:13:19.974865"]]  (150.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Haiti"], ["code2", "HT"], ["code3", "HTI"], ["continent", "NA"], ["tld", "ht"], ["currency", "HTG"], ["created_at", "2016-01-18 16:13:20.130212"], ["updated_at", "2016-01-18 16:13:20.130212"]]  (298.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hungary"], ["code2", "HU"], ["code3", "HUN"], ["continent", "EU"], ["tld", "hu"], ["currency", "HUF"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:20.432649"], ["updated_at", "2016-01-18 16:13:20.432649"]]  (162.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Indonesia"], ["code2", "ID"], ["code3", "IDN"], ["continent", "AS"], ["tld", "id"], ["currency", "IDR"], ["created_at", "2016-01-18 16:13:20.600487"], ["updated_at", "2016-01-18 16:13:20.600487"]]  (173.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ireland"], ["code2", "IE"], ["code3", "IRL"], ["continent", "EU"], ["tld", "ie"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:20.778760"], ["updated_at", "2016-01-18 16:13:20.778760"]]  (195.4ms) commit transaction  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Israel"], ["code2", "IL"], ["code3", "ISR"], ["continent", "AS"], ["tld", "il"], ["currency", "ILS"], ["created_at", "2016-01-18 16:13:20.980356"], ["updated_at", "2016-01-18 16:13:20.980356"]]  (217.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Isle of Man"], ["code2", "IM"], ["code3", "IMN"], ["continent", "EU"], ["tld", "im"], ["currency", "GBP"], ["created_at", "2016-01-18 16:13:21.203718"], ["updated_at", "2016-01-18 16:13:21.203718"]]  (173.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "India"], ["code2", "IN"], ["code3", "IND"], ["continent", "AS"], ["tld", "in"], ["currency", "INR"], ["created_at", "2016-01-18 16:13:21.381974"], ["updated_at", "2016-01-18 16:13:21.381974"]]  (197.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Indian Ocean Territory"], ["code2", "IO"], ["code3", "IOT"], ["continent", "AS"], ["tld", "io"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:21.583994"], ["updated_at", "2016-01-18 16:13:21.583994"]]  (185.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iraq"], ["code2", "IQ"], ["code3", "IRQ"], ["continent", "AS"], ["tld", "iq"], ["currency", "IQD"], ["created_at", "2016-01-18 16:13:21.775898"], ["updated_at", "2016-01-18 16:13:21.775898"]]  (216.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iran"], ["code2", "IR"], ["code3", "IRN"], ["continent", "AS"], ["tld", "ir"], ["currency", "IRR"], ["created_at", "2016-01-18 16:13:21.997539"], ["updated_at", "2016-01-18 16:13:21.997539"]]  (143.6ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iceland"], ["code2", "IS"], ["code3", "ISL"], ["continent", "EU"], ["tld", "is"], ["currency", "ISK"], ["created_at", "2016-01-18 16:13:22.144525"], ["updated_at", "2016-01-18 16:13:22.144525"]]  (161.6ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Italy"], ["code2", "IT"], ["code3", "ITA"], ["continent", "EU"], ["tld", "it"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:22.312571"], ["updated_at", "2016-01-18 16:13:22.312571"]]  (183.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jersey"], ["code2", "JE"], ["code3", "JEY"], ["continent", "EU"], ["tld", "je"], ["currency", "GBP"], ["created_at", "2016-01-18 16:13:22.502386"], ["updated_at", "2016-01-18 16:13:22.502386"]]  (207.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jamaica"], ["code2", "JM"], ["code3", "JAM"], ["continent", "NA"], ["tld", "jm"], ["currency", "JMD"], ["created_at", "2016-01-18 16:13:22.713351"], ["updated_at", "2016-01-18 16:13:22.713351"]]  (187.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jordan"], ["code2", "JO"], ["code3", "JOR"], ["continent", "AS"], ["tld", "jo"], ["currency", "JOD"], ["created_at", "2016-01-18 16:13:22.904748"], ["updated_at", "2016-01-18 16:13:22.904748"]]  (151.1ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Japan"], ["code2", "JP"], ["code3", "JPN"], ["continent", "AS"], ["tld", "jp"], ["currency", "JPY"], ["created_at", "2016-01-18 16:13:23.061555"], ["updated_at", "2016-01-18 16:13:23.061555"]]  (151.8ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kenya"], ["code2", "KE"], ["code3", "KEN"], ["continent", "AF"], ["tld", "ke"], ["currency", "KES"], ["created_at", "2016-01-18 16:13:23.218394"], ["updated_at", "2016-01-18 16:13:23.218394"]]  (149.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kyrgyzstan"], ["code2", "KG"], ["code3", "KGZ"], ["continent", "AS"], ["tld", "kg"], ["currency", "KGS"], ["created_at", "2016-01-18 16:13:23.374859"], ["updated_at", "2016-01-18 16:13:23.374859"]]  (152.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cambodia"], ["code2", "KH"], ["code3", "KHM"], ["continent", "AS"], ["tld", "kh"], ["currency", "KHR"], ["created_at", "2016-01-18 16:13:23.533079"], ["updated_at", "2016-01-18 16:13:23.533079"]]  (139.4ms) commit transaction  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kiribati"], ["code2", "KI"], ["code3", "KIR"], ["continent", "OC"], ["tld", "ki"], ["currency", "AUD"], ["created_at", "2016-01-18 16:13:23.678345"], ["updated_at", "2016-01-18 16:13:23.678345"]]  (162.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Comoros"], ["code2", "KM"], ["code3", "COM"], ["continent", "AF"], ["tld", "km"], ["currency", "KMF"], ["created_at", "2016-01-18 16:13:23.844958"], ["updated_at", "2016-01-18 16:13:23.844958"]]  (143.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Kitts and Nevis"], ["code2", "KN"], ["code3", "KNA"], ["continent", "NA"], ["tld", "kn"], ["currency", "XCD"], ["created_at", "2016-01-18 16:13:23.992283"], ["updated_at", "2016-01-18 16:13:23.992283"]]  (184.0ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "North Korea"], ["code2", "KP"], ["code3", "PRK"], ["continent", "AS"], ["tld", "kp"], ["currency", "KPW"], ["created_at", "2016-01-18 16:13:24.182008"], ["updated_at", "2016-01-18 16:13:24.182008"]]  (183.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Korea"], ["code2", "KR"], ["code3", "KOR"], ["continent", "AS"], ["tld", "kr"], ["currency", "KRW"], ["created_at", "2016-01-18 16:13:24.371921"], ["updated_at", "2016-01-18 16:13:24.371921"]]  (231.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kosovo"], ["code2", "XK"], ["code3", "XKX"], ["continent", "EU"], ["tld", ""], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:24.606530"], ["updated_at", "2016-01-18 16:13:24.606530"]]  (150.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kuwait"], ["code2", "KW"], ["code3", "KWT"], ["continent", "AS"], ["tld", "kw"], ["currency", "KWD"], ["created_at", "2016-01-18 16:13:24.762403"], ["updated_at", "2016-01-18 16:13:24.762403"]]  (196.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cayman Islands"], ["code2", "KY"], ["code3", "CYM"], ["continent", "NA"], ["tld", "ky"], ["currency", "KYD"], ["created_at", "2016-01-18 16:13:24.962535"], ["updated_at", "2016-01-18 16:13:24.962535"]]  (189.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kazakhstan"], ["code2", "KZ"], ["code3", "KAZ"], ["continent", "AS"], ["tld", "kz"], ["currency", "KZT"], ["created_at", "2016-01-18 16:13:25.156077"], ["updated_at", "2016-01-18 16:13:25.156077"]]  (195.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Laos"], ["code2", "LA"], ["code3", "LAO"], ["continent", "AS"], ["tld", "la"], ["currency", "LAK"], ["created_at", "2016-01-18 16:13:25.356262"], ["updated_at", "2016-01-18 16:13:25.356262"]]  (142.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lebanon"], ["code2", "LB"], ["code3", "LBN"], ["continent", "AS"], ["tld", "lb"], ["currency", "LBP"], ["created_at", "2016-01-18 16:13:25.500531"], ["updated_at", "2016-01-18 16:13:25.500531"]]  (144.0ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Lucia"], ["code2", "LC"], ["code3", "LCA"], ["continent", "NA"], ["tld", "lc"], ["currency", "XCD"], ["created_at", "2016-01-18 16:13:25.648453"], ["updated_at", "2016-01-18 16:13:25.648453"]]  (151.0ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liechtenstein"], ["code2", "LI"], ["code3", "LIE"], ["continent", "EU"], ["tld", "li"], ["currency", "CHF"], ["created_at", "2016-01-18 16:13:25.804405"], ["updated_at", "2016-01-18 16:13:25.804405"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sri Lanka"], ["code2", "LK"], ["code3", "LKA"], ["continent", "AS"], ["tld", "lk"], ["currency", "LKR"], ["created_at", "2016-01-18 16:13:25.961421"], ["updated_at", "2016-01-18 16:13:25.961421"]]  (150.2ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liberia"], ["code2", "LR"], ["code3", "LBR"], ["continent", "AF"], ["tld", "lr"], ["currency", "LRD"], ["created_at", "2016-01-18 16:13:26.116686"], ["updated_at", "2016-01-18 16:13:26.116686"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lesotho"], ["code2", "LS"], ["code3", "LSO"], ["continent", "AF"], ["tld", "ls"], ["currency", "LSL"], ["created_at", "2016-01-18 16:13:26.274619"], ["updated_at", "2016-01-18 16:13:26.274619"]]  (150.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lithuania"], ["code2", "LT"], ["code3", "LTU"], ["continent", "EU"], ["tld", "lt"], ["currency", "LTL"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:26.431135"], ["updated_at", "2016-01-18 16:13:26.431135"]]  (173.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Luxembourg"], ["code2", "LU"], ["code3", "LUX"], ["continent", "EU"], ["tld", "lu"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:26.609892"], ["updated_at", "2016-01-18 16:13:26.609892"]]  (229.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Latvia"], ["code2", "LV"], ["code3", "LVA"], ["continent", "EU"], ["tld", "lv"], ["currency", "LVL"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:26.845809"], ["updated_at", "2016-01-18 16:13:26.845809"]]  (184.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Libya"], ["code2", "LY"], ["code3", "LBY"], ["continent", "AF"], ["tld", "ly"], ["currency", "LYD"], ["created_at", "2016-01-18 16:13:27.036347"], ["updated_at", "2016-01-18 16:13:27.036347"]]  (173.5ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Morocco"], ["code2", "MA"], ["code3", "MAR"], ["continent", "AF"], ["tld", "ma"], ["currency", "MAD"], ["created_at", "2016-01-18 16:13:27.215518"], ["updated_at", "2016-01-18 16:13:27.215518"]]  (193.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Monaco"], ["code2", "MC"], ["code3", "MCO"], ["continent", "EU"], ["tld", "mc"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:27.416147"], ["updated_at", "2016-01-18 16:13:27.416147"]]  (229.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Moldova"], ["code2", "MD"], ["code3", "MDA"], ["continent", "EU"], ["tld", "md"], ["currency", "MDL"], ["created_at", "2016-01-18 16:13:27.650118"], ["updated_at", "2016-01-18 16:13:27.650118"]]  (153.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montenegro"], ["code2", "ME"], ["code3", "MNE"], ["continent", "EU"], ["tld", "me"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:27.807815"], ["updated_at", "2016-01-18 16:13:27.807815"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Martin"], ["code2", "MF"], ["code3", "MAF"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:27.963810"], ["updated_at", "2016-01-18 16:13:27.963810"]]  (140.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Madagascar"], ["code2", "MG"], ["code3", "MDG"], ["continent", "AF"], ["tld", "mg"], ["currency", "MGA"], ["created_at", "2016-01-18 16:13:28.110066"], ["updated_at", "2016-01-18 16:13:28.110066"]]  (140.1ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Marshall Islands"], ["code2", "MH"], ["code3", "MHL"], ["continent", "OC"], ["tld", "mh"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:28.257268"], ["updated_at", "2016-01-18 16:13:28.257268"]]  (149.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macedonia"], ["code2", "MK"], ["code3", "MKD"], ["continent", "EU"], ["tld", "mk"], ["currency", "MKD"], ["created_at", "2016-01-18 16:13:28.411768"], ["updated_at", "2016-01-18 16:13:28.411768"]]  (141.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mali"], ["code2", "ML"], ["code3", "MLI"], ["continent", "AF"], ["tld", "ml"], ["currency", "XOF"], ["created_at", "2016-01-18 16:13:28.557767"], ["updated_at", "2016-01-18 16:13:28.557767"]]  (177.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Myanmar"], ["code2", "MM"], ["code3", "MMR"], ["continent", "AS"], ["tld", "mm"], ["currency", "MMK"], ["created_at", "2016-01-18 16:13:28.737962"], ["updated_at", "2016-01-18 16:13:28.737962"]]  (395.9ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mongolia"], ["code2", "MN"], ["code3", "MNG"], ["continent", "AS"], ["tld", "mn"], ["currency", "MNT"], ["created_at", "2016-01-18 16:13:29.139350"], ["updated_at", "2016-01-18 16:13:29.139350"]]  (209.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macao"], ["code2", "MO"], ["code3", "MAC"], ["continent", "AS"], ["tld", "mo"], ["currency", "MOP"], ["created_at", "2016-01-18 16:13:29.352729"], ["updated_at", "2016-01-18 16:13:29.352729"]]  (139.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Northern Mariana Islands"], ["code2", "MP"], ["code3", "MNP"], ["continent", "OC"], ["tld", "mp"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:29.498164"], ["updated_at", "2016-01-18 16:13:29.498164"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Martinique"], ["code2", "MQ"], ["code3", "MTQ"], ["continent", "NA"], ["tld", "mq"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:29.644094"], ["updated_at", "2016-01-18 16:13:29.644094"]]  (140.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritania"], ["code2", "MR"], ["code3", "MRT"], ["continent", "AF"], ["tld", "mr"], ["currency", "MRO"], ["created_at", "2016-01-18 16:13:29.789995"], ["updated_at", "2016-01-18 16:13:29.789995"]]  (139.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montserrat"], ["code2", "MS"], ["code3", "MSR"], ["continent", "NA"], ["tld", "ms"], ["currency", "XCD"], ["created_at", "2016-01-18 16:13:29.934961"], ["updated_at", "2016-01-18 16:13:29.934961"]]  (174.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malta"], ["code2", "MT"], ["code3", "MLT"], ["continent", "EU"], ["tld", "mt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:30.114082"], ["updated_at", "2016-01-18 16:13:30.114082"]]  (210.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritius"], ["code2", "MU"], ["code3", "MUS"], ["continent", "AF"], ["tld", "mu"], ["currency", "MUR"], ["created_at", "2016-01-18 16:13:30.327309"], ["updated_at", "2016-01-18 16:13:30.327309"]]  (186.5ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Maldives"], ["code2", "MV"], ["code3", "MDV"], ["continent", "AS"], ["tld", "mv"], ["currency", "MVR"], ["created_at", "2016-01-18 16:13:30.517338"], ["updated_at", "2016-01-18 16:13:30.517338"]]  (139.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malawi"], ["code2", "MW"], ["code3", "MWI"], ["continent", "AF"], ["tld", "mw"], ["currency", "MWK"], ["created_at", "2016-01-18 16:13:30.663133"], ["updated_at", "2016-01-18 16:13:30.663133"]]  (150.9ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mexico"], ["code2", "MX"], ["code3", "MEX"], ["continent", "NA"], ["tld", "mx"], ["currency", "MXN"], ["created_at", "2016-01-18 16:13:30.820532"], ["updated_at", "2016-01-18 16:13:30.820532"]]  (206.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malaysia"], ["code2", "MY"], ["code3", "MYS"], ["continent", "AS"], ["tld", "my"], ["currency", "MYR"], ["created_at", "2016-01-18 16:13:31.031024"], ["updated_at", "2016-01-18 16:13:31.031024"]]  (165.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mozambique"], ["code2", "MZ"], ["code3", "MOZ"], ["continent", "AF"], ["tld", "mz"], ["currency", "MZN"], ["created_at", "2016-01-18 16:13:31.200002"], ["updated_at", "2016-01-18 16:13:31.200002"]]  (140.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Namibia"], ["code2", "NA"], ["code3", "NAM"], ["continent", "AF"], ["tld", "na"], ["currency", "NAD"], ["created_at", "2016-01-18 16:13:31.345570"], ["updated_at", "2016-01-18 16:13:31.345570"]]  (139.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Caledonia"], ["code2", "NC"], ["code3", "NCL"], ["continent", "OC"], ["tld", "nc"], ["currency", "XPF"], ["created_at", "2016-01-18 16:13:31.490597"], ["updated_at", "2016-01-18 16:13:31.490597"]]  (151.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niger"], ["code2", "NE"], ["code3", "NER"], ["continent", "AF"], ["tld", "ne"], ["currency", "XOF"], ["created_at", "2016-01-18 16:13:31.648103"], ["updated_at", "2016-01-18 16:13:31.648103"]]  (163.0ms) commit transaction  (0.2ms) begin transaction SQL (1.1ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norfolk Island"], ["code2", "NF"], ["code3", "NFK"], ["continent", "OC"], ["tld", "nf"], ["currency", "AUD"], ["created_at", "2016-01-18 16:13:31.818260"], ["updated_at", "2016-01-18 16:13:31.818260"]]  (259.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nigeria"], ["code2", "NG"], ["code3", "NGA"], ["continent", "AF"], ["tld", "ng"], ["currency", "NGN"], ["created_at", "2016-01-18 16:13:32.085539"], ["updated_at", "2016-01-18 16:13:32.085539"]]  (161.2ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nicaragua"], ["code2", "NI"], ["code3", "NIC"], ["continent", "NA"], ["tld", "ni"], ["currency", "NIO"], ["created_at", "2016-01-18 16:13:32.254157"], ["updated_at", "2016-01-18 16:13:32.254157"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands"], ["code2", "NL"], ["code3", "NLD"], ["continent", "EU"], ["tld", "nl"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:32.398755"], ["updated_at", "2016-01-18 16:13:32.398755"]]  (139.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norway"], ["code2", "NO"], ["code3", "NOR"], ["continent", "EU"], ["tld", "no"], ["currency", "NOK"], ["created_at", "2016-01-18 16:13:32.542631"], ["updated_at", "2016-01-18 16:13:32.542631"]]  (210.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nepal"], ["code2", "NP"], ["code3", "NPL"], ["continent", "AS"], ["tld", "np"], ["currency", "NPR"], ["created_at", "2016-01-18 16:13:32.756686"], ["updated_at", "2016-01-18 16:13:32.756686"]]  (261.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nauru"], ["code2", "NR"], ["code3", "NRU"], ["continent", "OC"], ["tld", "nr"], ["currency", "AUD"], ["created_at", "2016-01-18 16:13:33.023231"], ["updated_at", "2016-01-18 16:13:33.023231"]]  (143.4ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niue"], ["code2", "NU"], ["code3", "NIU"], ["continent", "OC"], ["tld", "nu"], ["currency", "NZD"], ["created_at", "2016-01-18 16:13:33.171170"], ["updated_at", "2016-01-18 16:13:33.171170"]]  (182.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Zealand"], ["code2", "NZ"], ["code3", "NZL"], ["continent", "OC"], ["tld", "nz"], ["currency", "NZD"], ["created_at", "2016-01-18 16:13:33.358537"], ["updated_at", "2016-01-18 16:13:33.358537"]]  (267.7ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Oman"], ["code2", "OM"], ["code3", "OMN"], ["continent", "AS"], ["tld", "om"], ["currency", "OMR"], ["created_at", "2016-01-18 16:13:33.629678"], ["updated_at", "2016-01-18 16:13:33.629678"]]  (151.1ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Panama"], ["code2", "PA"], ["code3", "PAN"], ["continent", "NA"], ["tld", "pa"], ["currency", "PAB"], ["created_at", "2016-01-18 16:13:33.786078"], ["updated_at", "2016-01-18 16:13:33.786078"]]  (173.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Peru"], ["code2", "PE"], ["code3", "PER"], ["continent", "SA"], ["tld", "pe"], ["currency", "PEN"], ["created_at", "2016-01-18 16:13:33.964221"], ["updated_at", "2016-01-18 16:13:33.964221"]]  (164.9ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Polynesia"], ["code2", "PF"], ["code3", "PYF"], ["continent", "OC"], ["tld", "pf"], ["currency", "XPF"], ["created_at", "2016-01-18 16:13:34.133716"], ["updated_at", "2016-01-18 16:13:34.133716"]]  (216.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Papua New Guinea"], ["code2", "PG"], ["code3", "PNG"], ["continent", "OC"], ["tld", "pg"], ["currency", "PGK"], ["created_at", "2016-01-18 16:13:34.355719"], ["updated_at", "2016-01-18 16:13:34.355719"]]  (143.4ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Philippines"], ["code2", "PH"], ["code3", "PHL"], ["continent", "AS"], ["tld", "ph"], ["currency", "PHP"], ["created_at", "2016-01-18 16:13:34.501723"], ["updated_at", "2016-01-18 16:13:34.501723"]]  (139.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pakistan"], ["code2", "PK"], ["code3", "PAK"], ["continent", "AS"], ["tld", "pk"], ["currency", "PKR"], ["created_at", "2016-01-18 16:13:34.646906"], ["updated_at", "2016-01-18 16:13:34.646906"]]  (231.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Poland"], ["code2", "PL"], ["code3", "POL"], ["continent", "EU"], ["tld", "pl"], ["currency", "PLN"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:34.880833"], ["updated_at", "2016-01-18 16:13:34.880833"]]  (244.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Pierre and Miquelon"], ["code2", "PM"], ["code3", "SPM"], ["continent", "NA"], ["tld", "pm"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:35.128957"], ["updated_at", "2016-01-18 16:13:35.128957"]]  (150.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pitcairn"], ["code2", "PN"], ["code3", "PCN"], ["continent", "OC"], ["tld", "pn"], ["currency", "NZD"], ["created_at", "2016-01-18 16:13:35.286151"], ["updated_at", "2016-01-18 16:13:35.286151"]]  (207.5ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Puerto Rico"], ["code2", "PR"], ["code3", "PRI"], ["continent", "NA"], ["tld", "pr"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:35.498193"], ["updated_at", "2016-01-18 16:13:35.498193"]]  (276.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palestinian Territory"], ["code2", "PS"], ["code3", "PSE"], ["continent", "AS"], ["tld", "ps"], ["currency", "ILS"], ["created_at", "2016-01-18 16:13:35.779612"], ["updated_at", "2016-01-18 16:13:35.779612"]]  (138.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Portugal"], ["code2", "PT"], ["code3", "PRT"], ["continent", "EU"], ["tld", "pt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:35.924433"], ["updated_at", "2016-01-18 16:13:35.924433"]]  (140.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palau"], ["code2", "PW"], ["code3", "PLW"], ["continent", "OC"], ["tld", "pw"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:36.069313"], ["updated_at", "2016-01-18 16:13:36.069313"]]  (208.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Paraguay"], ["code2", "PY"], ["code3", "PRY"], ["continent", "SA"], ["tld", "py"], ["currency", "PYG"], ["created_at", "2016-01-18 16:13:36.282421"], ["updated_at", "2016-01-18 16:13:36.282421"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Qatar"], ["code2", "QA"], ["code3", "QAT"], ["continent", "AS"], ["tld", "qa"], ["currency", "QAR"], ["created_at", "2016-01-18 16:13:36.450118"], ["updated_at", "2016-01-18 16:13:36.450118"]]  (140.4ms) commit transaction  (0.4ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Reunion"], ["code2", "RE"], ["code3", "REU"], ["continent", "AF"], ["tld", "re"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:36.596724"], ["updated_at", "2016-01-18 16:13:36.596724"]]  (139.4ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Romania"], ["code2", "RO"], ["code3", "ROU"], ["continent", "EU"], ["tld", "ro"], ["currency", "RON"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:36.741645"], ["updated_at", "2016-01-18 16:13:36.741645"]]  (142.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia"], ["code2", "RS"], ["code3", "SRB"], ["continent", "EU"], ["tld", "rs"], ["currency", "RSD"], ["created_at", "2016-01-18 16:13:36.888494"], ["updated_at", "2016-01-18 16:13:36.888494"]]  (139.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Russia"], ["code2", "RU"], ["code3", "RUS"], ["continent", "EU"], ["tld", "ru"], ["currency", "RUB"], ["created_at", "2016-01-18 16:13:37.033037"], ["updated_at", "2016-01-18 16:13:37.033037"]]  (164.2ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Rwanda"], ["code2", "RW"], ["code3", "RWA"], ["continent", "AF"], ["tld", "rw"], ["currency", "RWF"], ["created_at", "2016-01-18 16:13:37.200646"], ["updated_at", "2016-01-18 16:13:37.200646"]]  (162.4ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saudi Arabia"], ["code2", "SA"], ["code3", "SAU"], ["continent", "AS"], ["tld", "sa"], ["currency", "SAR"], ["created_at", "2016-01-18 16:13:37.369609"], ["updated_at", "2016-01-18 16:13:37.369609"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Solomon Islands"], ["code2", "SB"], ["code3", "SLB"], ["continent", "OC"], ["tld", "sb"], ["currency", "SBD"], ["created_at", "2016-01-18 16:13:37.526160"], ["updated_at", "2016-01-18 16:13:37.526160"]]  (184.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Seychelles"], ["code2", "SC"], ["code3", "SYC"], ["continent", "AF"], ["tld", "sc"], ["currency", "SCR"], ["created_at", "2016-01-18 16:13:37.715663"], ["updated_at", "2016-01-18 16:13:37.715663"]]  (162.6ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sudan"], ["code2", "SD"], ["code3", "SDN"], ["continent", "AF"], ["tld", "sd"], ["currency", "SDG"], ["created_at", "2016-01-18 16:13:37.883070"], ["updated_at", "2016-01-18 16:13:37.883070"]]  (143.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Sudan"], ["code2", "SS"], ["code3", "SSD"], ["continent", "AF"], ["tld", ""], ["currency", "SSP"], ["created_at", "2016-01-18 16:13:38.029106"], ["updated_at", "2016-01-18 16:13:38.029106"]]  (142.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sweden"], ["code2", "SE"], ["code3", "SWE"], ["continent", "EU"], ["tld", "se"], ["currency", "SEK"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:38.175605"], ["updated_at", "2016-01-18 16:13:38.175605"]]  (140.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Singapore"], ["code2", "SG"], ["code3", "SGP"], ["continent", "AS"], ["tld", "sg"], ["currency", "SGD"], ["created_at", "2016-01-18 16:13:38.322528"], ["updated_at", "2016-01-18 16:13:38.322528"]]  (150.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Helena"], ["code2", "SH"], ["code3", "SHN"], ["continent", "AF"], ["tld", "sh"], ["currency", "SHP"], ["created_at", "2016-01-18 16:13:38.477732"], ["updated_at", "2016-01-18 16:13:38.477732"]]  (165.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovenia"], ["code2", "SI"], ["code3", "SVN"], ["continent", "EU"], ["tld", "si"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:38.646449"], ["updated_at", "2016-01-18 16:13:38.646449"]]  (152.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Svalbard and Jan Mayen"], ["code2", "SJ"], ["code3", "SJM"], ["continent", "EU"], ["tld", "sj"], ["currency", "NOK"], ["created_at", "2016-01-18 16:13:38.805044"], ["updated_at", "2016-01-18 16:13:38.805044"]]  (172.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovakia"], ["code2", "SK"], ["code3", "SVK"], ["continent", "EU"], ["tld", "sk"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:13:38.982940"], ["updated_at", "2016-01-18 16:13:38.982940"]]  (196.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sierra Leone"], ["code2", "SL"], ["code3", "SLE"], ["continent", "AF"], ["tld", "sl"], ["currency", "SLL"], ["created_at", "2016-01-18 16:13:39.184885"], ["updated_at", "2016-01-18 16:13:39.184885"]]  (139.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "San Marino"], ["code2", "SM"], ["code3", "SMR"], ["continent", "EU"], ["tld", "sm"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:39.330120"], ["updated_at", "2016-01-18 16:13:39.330120"]]  (138.8ms) commit transaction  (0.4ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Senegal"], ["code2", "SN"], ["code3", "SEN"], ["continent", "AF"], ["tld", "sn"], ["currency", "XOF"], ["created_at", "2016-01-18 16:13:39.475907"], ["updated_at", "2016-01-18 16:13:39.475907"]]  (139.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Somalia"], ["code2", "SO"], ["code3", "SOM"], ["continent", "AF"], ["tld", "so"], ["currency", "SOS"], ["created_at", "2016-01-18 16:13:39.621607"], ["updated_at", "2016-01-18 16:13:39.621607"]]  (141.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Suriname"], ["code2", "SR"], ["code3", "SUR"], ["continent", "SA"], ["tld", "sr"], ["currency", "SRD"], ["created_at", "2016-01-18 16:13:39.767723"], ["updated_at", "2016-01-18 16:13:39.767723"]]  (139.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sao Tome and Principe"], ["code2", "ST"], ["code3", "STP"], ["continent", "AF"], ["tld", "st"], ["currency", "STD"], ["created_at", "2016-01-18 16:13:39.912684"], ["updated_at", "2016-01-18 16:13:39.912684"]]  (154.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "El Salvador"], ["code2", "SV"], ["code3", "SLV"], ["continent", "NA"], ["tld", "sv"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:40.071121"], ["updated_at", "2016-01-18 16:13:40.071121"]]  (161.9ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sint Maarten"], ["code2", "SX"], ["code3", "SXM"], ["continent", "NA"], ["tld", "sx"], ["currency", "ANG"], ["created_at", "2016-01-18 16:13:40.239258"], ["updated_at", "2016-01-18 16:13:40.239258"]]  (140.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Syria"], ["code2", "SY"], ["code3", "SYR"], ["continent", "AS"], ["tld", "sy"], ["currency", "SYP"], ["created_at", "2016-01-18 16:13:40.384017"], ["updated_at", "2016-01-18 16:13:40.384017"]]  (139.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Swaziland"], ["code2", "SZ"], ["code3", "SWZ"], ["continent", "AF"], ["tld", "sz"], ["currency", "SZL"], ["created_at", "2016-01-18 16:13:40.530002"], ["updated_at", "2016-01-18 16:13:40.530002"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turks and Caicos Islands"], ["code2", "TC"], ["code3", "TCA"], ["continent", "NA"], ["tld", "tc"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:40.675151"], ["updated_at", "2016-01-18 16:13:40.675151"]]  (162.4ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chad"], ["code2", "TD"], ["code3", "TCD"], ["continent", "AF"], ["tld", "td"], ["currency", "XAF"], ["created_at", "2016-01-18 16:13:40.843113"], ["updated_at", "2016-01-18 16:13:40.843113"]]  (207.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Southern Territories"], ["code2", "TF"], ["code3", "ATF"], ["continent", "AN"], ["tld", "tf"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:41.055678"], ["updated_at", "2016-01-18 16:13:41.055678"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Togo"], ["code2", "TG"], ["code3", "TGO"], ["continent", "AF"], ["tld", "tg"], ["currency", "XOF"], ["created_at", "2016-01-18 16:13:41.211994"], ["updated_at", "2016-01-18 16:13:41.211994"]]  (152.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Thailand"], ["code2", "TH"], ["code3", "THA"], ["continent", "AS"], ["tld", "th"], ["currency", "THB"], ["created_at", "2016-01-18 16:13:41.368962"], ["updated_at", "2016-01-18 16:13:41.368962"]]  (209.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tajikistan"], ["code2", "TJ"], ["code3", "TJK"], ["continent", "AS"], ["tld", "tj"], ["currency", "TJS"], ["created_at", "2016-01-18 16:13:41.581109"], ["updated_at", "2016-01-18 16:13:41.581109"]]  (232.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tokelau"], ["code2", "TK"], ["code3", "TKL"], ["continent", "OC"], ["tld", "tk"], ["currency", "NZD"], ["created_at", "2016-01-18 16:13:41.817204"], ["updated_at", "2016-01-18 16:13:41.817204"]]  (139.9ms) commit transaction  (0.3ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "East Timor"], ["code2", "TL"], ["code3", "TLS"], ["continent", "OC"], ["tld", "tl"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:41.963253"], ["updated_at", "2016-01-18 16:13:41.963253"]]  (151.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkmenistan"], ["code2", "TM"], ["code3", "TKM"], ["continent", "AS"], ["tld", "tm"], ["currency", "TMT"], ["created_at", "2016-01-18 16:13:42.119264"], ["updated_at", "2016-01-18 16:13:42.119264"]]  (208.8ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tunisia"], ["code2", "TN"], ["code3", "TUN"], ["continent", "AF"], ["tld", "tn"], ["currency", "TND"], ["created_at", "2016-01-18 16:13:42.331583"], ["updated_at", "2016-01-18 16:13:42.331583"]]  (194.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tonga"], ["code2", "TO"], ["code3", "TON"], ["continent", "OC"], ["tld", "to"], ["currency", "TOP"], ["created_at", "2016-01-18 16:13:42.531727"], ["updated_at", "2016-01-18 16:13:42.531727"]]  (142.8ms) commit transaction  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkey"], ["code2", "TR"], ["code3", "TUR"], ["continent", "AS"], ["tld", "tr"], ["currency", "TRY"], ["created_at", "2016-01-18 16:13:42.679048"], ["updated_at", "2016-01-18 16:13:42.679048"]]  (171.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Trinidad and Tobago"], ["code2", "TT"], ["code3", "TTO"], ["continent", "NA"], ["tld", "tt"], ["currency", "TTD"], ["created_at", "2016-01-18 16:13:42.857595"], ["updated_at", "2016-01-18 16:13:42.857595"]]  (231.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tuvalu"], ["code2", "TV"], ["code3", "TUV"], ["continent", "OC"], ["tld", "tv"], ["currency", "AUD"], ["created_at", "2016-01-18 16:13:43.093933"], ["updated_at", "2016-01-18 16:13:43.093933"]]  (150.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Taiwan"], ["code2", "TW"], ["code3", "TWN"], ["continent", "AS"], ["tld", "tw"], ["currency", "TWD"], ["created_at", "2016-01-18 16:13:43.250340"], ["updated_at", "2016-01-18 16:13:43.250340"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tanzania"], ["code2", "TZ"], ["code3", "TZA"], ["continent", "AF"], ["tld", "tz"], ["currency", "TZS"], ["created_at", "2016-01-18 16:13:43.395494"], ["updated_at", "2016-01-18 16:13:43.395494"]]  (317.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ukraine"], ["code2", "UA"], ["code3", "UKR"], ["continent", "EU"], ["tld", "ua"], ["currency", "UAH"], ["created_at", "2016-01-18 16:13:43.719658"], ["updated_at", "2016-01-18 16:13:43.719658"]]  (161.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uganda"], ["code2", "UG"], ["code3", "UGA"], ["continent", "AF"], ["tld", "ug"], ["currency", "UGX"], ["created_at", "2016-01-18 16:13:43.885695"], ["updated_at", "2016-01-18 16:13:43.885695"]]  (154.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States Minor Outlying Islands"], ["code2", "UM"], ["code3", "UMI"], ["continent", "OC"], ["tld", "um"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:44.043914"], ["updated_at", "2016-01-18 16:13:44.043914"]]  (261.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States"], ["code2", "US"], ["code3", "USA"], ["continent", "NA"], ["tld", "us"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:44.310259"], ["updated_at", "2016-01-18 16:13:44.310259"]]  (188.0ms) commit transaction  (0.3ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uruguay"], ["code2", "UY"], ["code3", "URY"], ["continent", "SA"], ["tld", "uy"], ["currency", "UYU"], ["created_at", "2016-01-18 16:13:44.502358"], ["updated_at", "2016-01-18 16:13:44.502358"]]  (182.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uzbekistan"], ["code2", "UZ"], ["code3", "UZB"], ["continent", "AS"], ["tld", "uz"], ["currency", "UZS"], ["created_at", "2016-01-18 16:13:44.692208"], ["updated_at", "2016-01-18 16:13:44.692208"]]  (229.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vatican"], ["code2", "VA"], ["code3", "VAT"], ["continent", "EU"], ["tld", "va"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:44.928149"], ["updated_at", "2016-01-18 16:13:44.928149"]]  (160.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Vincent and the Grenadines"], ["code2", "VC"], ["code3", "VCT"], ["continent", "NA"], ["tld", "vc"], ["currency", "XCD"], ["created_at", "2016-01-18 16:13:45.095059"], ["updated_at", "2016-01-18 16:13:45.095059"]]  (140.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Venezuela"], ["code2", "VE"], ["code3", "VEN"], ["continent", "SA"], ["tld", "ve"], ["currency", "VEF"], ["created_at", "2016-01-18 16:13:45.241507"], ["updated_at", "2016-01-18 16:13:45.241507"]]  (139.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Virgin Islands"], ["code2", "VG"], ["code3", "VGB"], ["continent", "NA"], ["tld", "vg"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:45.385467"], ["updated_at", "2016-01-18 16:13:45.385467"]]  (143.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "U.S. Virgin Islands"], ["code2", "VI"], ["code3", "VIR"], ["continent", "NA"], ["tld", "vi"], ["currency", "USD"], ["created_at", "2016-01-18 16:13:45.531344"], ["updated_at", "2016-01-18 16:13:45.531344"]]  (142.9ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vietnam"], ["code2", "VN"], ["code3", "VNM"], ["continent", "AS"], ["tld", "vn"], ["currency", "VND"], ["created_at", "2016-01-18 16:13:45.677906"], ["updated_at", "2016-01-18 16:13:45.677906"]]  (140.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vanuatu"], ["code2", "VU"], ["code3", "VUT"], ["continent", "OC"], ["tld", "vu"], ["currency", "VUV"], ["created_at", "2016-01-18 16:13:45.823901"], ["updated_at", "2016-01-18 16:13:45.823901"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Wallis and Futuna"], ["code2", "WF"], ["code3", "WLF"], ["continent", "OC"], ["tld", "wf"], ["currency", "XPF"], ["created_at", "2016-01-18 16:13:45.991665"], ["updated_at", "2016-01-18 16:13:45.991665"]]  (162.5ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Samoa"], ["code2", "WS"], ["code3", "WSM"], ["continent", "OC"], ["tld", "ws"], ["currency", "WST"], ["created_at", "2016-01-18 16:13:46.160492"], ["updated_at", "2016-01-18 16:13:46.160492"]]  (150.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Yemen"], ["code2", "YE"], ["code3", "YEM"], ["continent", "AS"], ["tld", "ye"], ["currency", "YER"], ["created_at", "2016-01-18 16:13:46.314744"], ["updated_at", "2016-01-18 16:13:46.314744"]]  (144.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mayotte"], ["code2", "YT"], ["code3", "MYT"], ["continent", "AF"], ["tld", "yt"], ["currency", "EUR"], ["created_at", "2016-01-18 16:13:46.462467"], ["updated_at", "2016-01-18 16:13:46.462467"]]  (141.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Africa"], ["code2", "ZA"], ["code3", "ZAF"], ["continent", "AF"], ["tld", "za"], ["currency", "ZAR"], ["created_at", "2016-01-18 16:13:46.609224"], ["updated_at", "2016-01-18 16:13:46.609224"]]  (138.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zambia"], ["code2", "ZM"], ["code3", "ZMB"], ["continent", "AF"], ["tld", "zm"], ["currency", "ZMK"], ["created_at", "2016-01-18 16:13:46.754491"], ["updated_at", "2016-01-18 16:13:46.754491"]]  (138.7ms) commit transaction  (0.5ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zimbabwe"], ["code2", "ZW"], ["code3", "ZWE"], ["continent", "AF"], ["tld", "zw"], ["currency", "ZWL"], ["created_at", "2016-01-18 16:13:46.899837"], ["updated_at", "2016-01-18 16:13:46.899837"]]  (150.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia and Montenegro"], ["code2", "CS"], ["code3", "SCG"], ["continent", "EU"], ["tld", "cs"], ["currency", "RSD"], ["created_at", "2016-01-18 16:13:47.055035"], ["updated_at", "2016-01-18 16:13:47.055035"]]  (165.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands Antilles"], ["code2", "AN"], ["code3", "ANT"], ["continent", "NA"], ["tld", "an"], ["currency", "ANG"], ["created_at", "2016-01-18 16:13:47.224474"], ["updated_at", "2016-01-18 16:13:47.224474"]]  (139.3ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "first_name", "last_name", "admin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["email", "admin@example.com"], ["encrypted_password", "$2a$10$dOqzb9TGv/btmRiiNQJ9POOTpl7VBGbhczq6vC8aWEcTnIQWHnAom"], ["first_name", "Default"], ["last_name", "Admin"], ["admin", "t"], ["created_at", "2016-01-18 16:13:47.559703"], ["updated_at", "2016-01-18 16:13:47.559703"]]  (151.0ms) commit transaction DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/" for 127.0.0.1 at 2016-01-18 10:22:43 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8148.5ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (96.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:22:51.966731' and ends_at >= '2016-01-18 16:22:51.966731') Completed 200 OK in 8502ms (Views: 8477.6ms | ActiveRecord: 4.6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 10:22:56 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (50.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:22:56.240305' and ends_at >= '2016-01-18 16:22:56.240305') Completed 200 OK in 153ms (Views: 149.4ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 10:23:06 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nBOXrrXfKeAAlsl/a12Dh/LrkcT0M/kpR0DL+CZHjnWcxz8msrGQwqxDdeXluoyZvNLWiFt8P0Tp8kJL+Wy/Yw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (1.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 16:23:07.023924"], ["current_sign_in_at", "2016-01-18 16:23:07.023924"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-18 16:23:07.027239"], ["id", 1]]  (147.8ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 297ms (ActiveRecord: 149.9ms) Started GET "/" for 127.0.0.1 at 2016-01-18 10:23:07 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (13.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (23.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:23:07.320122' and ends_at >= '2016-01-18 16:23:07.320122') Completed 200 OK in 219ms (Views: 216.4ms | ActiveRecord: 0.5ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-18 10:23:11 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (11.6ms) Hatchy::Country Load (3.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (62.1ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (19.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (112.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:23:12.083150' and ends_at >= '2016-01-18 16:23:12.083150') Completed 200 OK in 246ms (Views: 202.1ms | ActiveRecord: 5.9ms) Started PATCH "/users/1" for 127.0.0.1 at 2016-01-18 10:23:21 -0600 Processing by Hatchy::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wci14R+32MKXCqEZzmUH9o/DXV0CmrNNw+1lSGm+rdtLGVuOgAxwGZ97jrm36sOCh48ShGN1Cu7w55vsEfN1Gw==", "user"=>{"first_name"=>"Default", "last_name"=>"Admin", "profile_img"=>#, @original_filename="costanza.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"user[profile_img]\"; filename=\"costanza.jpg\"\r\nContent-Type: image/jpeg\r\n">, "facebook_link"=>"", "twitter_link"=>"", "about"=>""}, "anchor"=>"about_you", "commit"=>"Save Profile", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'admin@example.com' AND "hatchy_users"."id" != 1) LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) UPDATE "hatchy_users" SET "profile_img" = ?, "facebook_link" = ?, "twitter_link" = ?, "about" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["profile_img", "costanza.jpg"], ["facebook_link", ""], ["twitter_link", ""], ["about", ""], ["updated_at", "2016-01-18 16:23:21.351061"], ["id", 1]]  (191.8ms) commit transaction Redirected to http://localhost:3000/users/1/edit#about_you Completed 302 Found in 229ms (ActiveRecord: 193.2ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-01-18 10:23:21 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (14.2ms) Hatchy::Country Load (3.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (35.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (65.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:23:21.670027' and ends_at >= '2016-01-18 16:23:21.670027') Completed 200 OK in 162ms (Views: 152.2ms | ActiveRecord: 4.5ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-18 10:25:25 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (18.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:25:25.128558' and ends_at >= '2016-01-18 16:25:25.128558') Completed 200 OK in 139ms (Views: 106.4ms | ActiveRecord: 1.7ms) Started POST "/projects" for 127.0.0.1 at 2016-01-18 10:25:33 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N0vBaUot9BcnwENvtJ84fE9yn7RCu6AVbZ0iuPUEfKclmi8G1ZZczC+xbM/NEPwIRz7QbSNUGbZel9wcjUmkZw==", "project"=>{"name"=>"NOTGME", "category_id"=>"13"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1 SQL (0.8ms) INSERT INTO "hatchy_projects" ("name", "category_id", "user_id", "created_at", "updated_at", "status", "send_to_draft_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "NOTGME"], ["category_id", 13], ["user_id", 1], ["created_at", "2016-01-18 16:25:33.161849"], ["updated_at", "2016-01-18 16:25:33.161849"], ["status", "draft"], ["send_to_draft_at", "2016-01-18 16:25:33.162273"]]  (235.2ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 252ms (ActiveRecord: 236.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:25:33 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (12.1ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (7.9ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (19.7ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (31.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (125.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:25:33.632839' and ends_at >= '2016-01-18 16:25:33.632839') Completed 200 OK in 252ms (Views: 200.8ms | ActiveRecord: 3.3ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:25:40 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KqAhBxkMQTomSPS96pb7OsKSORv1qHwTQjiGUPxI8144cc9ohrfp4S452x2TGT9Oyt52wpRHxbBxMnj0hAUrng==", "project"=>{"name"=>"NOTGME", "category_id"=>"13", "city"=>"Mont"}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "city" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["city", "Mont"], ["updated_at", "2016-01-18 16:25:40.232476"], ["id", 1]]  (386.3ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 404ms (ActiveRecord: 387.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:25:40 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.1ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.7ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (55.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:25:40.735542' and ends_at >= '2016-01-18 16:25:40.735542') Completed 200 OK in 143ms (Views: 131.6ms | ActiveRecord: 2.2ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:25:46 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"a/5TMDgXXz4YqCov35OwNg2Fih8jRoLUIpUObVvN5zN5L71fp6z35RDZBY+mHHRCBcnFxkKpO3cRn/DJI4A/8w==", "project"=>{"goal"=>"100", "online_days"=>"1"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "goal" = ?, "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["goal", 100.0], ["online_days", 1], ["updated_at", "2016-01-18 16:25:46.144070"], ["id", 1]]  (133.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#goal Completed 302 Found in 148ms (ActiveRecord: 134.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:25:46 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (4.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (61.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:25:46.410825' and ends_at >= '2016-01-18 16:25:46.410825') Completed 200 OK in 168ms (Views: 161.1ms | ActiveRecord: 1.4ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:25:56 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I+OXZ0P+Gf5HZ2Tyj6oQ8Uq15wvCPGbMxphA0llQg18xMnkI3EWxJU8WS1L2JdSFQvmo0qPT32/1kr52IR1bnw==", "project"=>{"about"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.


"}, "files"=>"", "anchor"=>"description", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "about" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["about", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.


"], ["updated_at", "2016-01-18 16:25:56.292892"], ["id", 1]]  (159.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#description Completed 302 Found in 177ms (ActiveRecord: 161.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:25:56 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (9.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (69.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:25:56.583082' and ends_at >= '2016-01-18 16:25:56.583082') Completed 200 OK in 164ms (Views: 154.6ms | ActiveRecord: 1.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:26:01 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"pHfRDo0BgPm/4hgDMhOYocCaQb1ExjWGSLQl6vHlvXO2pj9hErooIreTN6NLnFzVyNYOZCUpjCV7vttOiahlsw==", "project"=>{"video_url"=>"https://www.youtube.com/watch?v=63iLLXJ7oic"}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.6ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "video_url" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["video_url", "https://www.youtube.com/watch?v=63iLLXJ7oic"], ["updated_at", "2016-01-18 16:26:01.575922"], ["id", 1]]  (270.2ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#video Completed 302 Found in 290ms (ActiveRecord: 271.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:26:01 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.8ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (61.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:26:01.970770' and ends_at >= '2016-01-18 16:26:01.970770') Completed 200 OK in 158ms (Views: 149.3ms | ActiveRecord: 1.7ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:26:05 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LWSCFEyqkGyKgqTUTcnsX/OewPCrBS617xp61VANkFM/tWx70xE4t4Lzi3Q0Rigr+9KPKcrqlxbcEIRxKEBIkw==", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.


"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_projects" SET "budget" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["budget", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.


"], ["updated_at", "2016-01-18 16:26:05.818323"], ["id", 1]]  (146.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#budget Completed 302 Found in 167ms (ActiveRecord: 148.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:26:05 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.4ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (64.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:26:06.088411' and ends_at >= '2016-01-18 16:26:06.088411') Completed 200 OK in 155ms (Views: 146.8ms | ActiveRecord: 1.7ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:26:16 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wgFakmR2gtPelBhWLNR5+Z6s7W4Dckye41iIgBtoQs7Q0LT9+80qCNblN/ZVW72NluCit2Kd9T3QUnYkYyWaDg==", "project"=>{"project_img"=>#, @original_filename="game.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"game.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"this is headline"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "hatchy_projects" SET "headline" = ?, "project_img" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["headline", "this is headline"], ["project_img", "game.jpg"], ["updated_at", "2016-01-18 16:26:16.522753"], ["id", 1]]  (165.8ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#project_card Completed 302 Found in 186ms (ActiveRecord: 167.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:26:16 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.1ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.3ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (62.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:26:16.817608' and ends_at >= '2016-01-18 16:26:16.817608') Completed 200 OK in 155ms (Views: 146.3ms | ActiveRecord: 1.9ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:26:26 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"epc5biPx1SN6fQtVoaLlDLfrmpt9EG3UKsoLKTRmaPNoRtcBvEp9+HIMJPXYLSF4v6fVQhz/1HcZwPWNTCuwMw==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"50", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"I will never give u your reward lel", "max_contributions"=>"", "_destroy"=>"false"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.8ms) INSERT INTO "hatchy_rewards" ("description", "min_value", "deliver_at", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "I will never give u your reward lel"], ["min_value", 50.0], ["deliver_at", "2016-01-01 00:00:00.000000"], ["project_id", 1], ["created_at", "2016-01-18 16:26:26.229433"], ["updated_at", "2016-01-18 16:26:26.229433"]]  (230.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#rewards Completed 302 Found in 254ms (ActiveRecord: 232.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:26:26 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.0ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (65.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:26:26.582352' and ends_at >= '2016-01-18 16:26:26.582352') Completed 200 OK in 145ms (Views: 136.2ms | ActiveRecord: 1.5ms) Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-18 10:26:32 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.2ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "analysis"], ["updated_at", "2016-01-18 16:26:32.258948"], ["id", 1]]  (151.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 169ms (ActiveRecord: 153.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:26:32 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.0ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (46.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (110.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:26:32.584163' and ends_at >= '2016-01-18 16:26:32.584163') Completed 200 OK in 207ms (Views: 199.3ms | ActiveRecord: 1.5ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:26:42 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+pKPrpBLq3IJcDnxemxwLML27anlKUIsFKAZaDKOn9PoQ2HBD/ADqQEBFlED47RYyrqicITG+48nqufMSsNHEw==", "project"=>{"account_attributes"=>{"account_type"=>"Individuals", "owner_name"=>"test", "email"=>"test@mail.com", "phone"=>"123123", "owner_document"=>"test123", "bank_id"=>"2", "account"=>"123", "account_digit"=>"F123", "address_street"=>"Fake st", "address_city"=>"Fake city", "address_state"=>"Fake state", "address_number"=>"123", "address_zip"=>"F124"}}, "anchor"=>"account", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.8ms) INSERT INTO "hatchy_project_accounts" ("account", "account_digit", "account_type", "address_city", "address_number", "address_state", "address_street", "address_zip", "bank_id", "email", "owner_document", "owner_name", "phone", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["account", "123"], ["account_digit", "F123"], ["account_type", "Individuals"], ["address_city", "Fake city"], ["address_number", "123"], ["address_state", "Fake state"], ["address_street", "Fake st"], ["address_zip", "F124"], ["bank_id", 2], ["email", "test@mail.com"], ["owner_document", "test123"], ["owner_name", "test"], ["phone", "123123"], ["project_id", 1], ["created_at", "2016-01-18 16:26:42.121811"], ["updated_at", "2016-01-18 16:26:42.121811"]]  (282.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#account Completed 302 Found in 301ms (ActiveRecord: 284.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:26:42 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (4.4ms) Hatchy::Category Load (0.8ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.3ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.9ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (27.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (93.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:26:42.559706' and ends_at >= '2016-01-18 16:26:42.559706') Completed 200 OK in 188ms (Views: 179.5ms | ActiveRecord: 2.3ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 10:26:46 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (18.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (8.7ms) Hatchy::Announcement Load (0.7ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:26:46.410441' and ends_at >= '2016-01-18 16:26:46.410441') Completed 200 OK in 303ms (Views: 282.1ms | ActiveRecord: 4.5ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 10:26:48 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (19.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:26:48.132733' and ends_at >= '2016-01-18 16:26:48.132733') Completed 200 OK in 133ms (Views: 130.5ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453134408274" for 127.0.0.1 at 2016-01-18 10:26:48 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453134408274", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 35ms (Views: 28.8ms | ActiveRecord: 1.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 10:26:50 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (16.9ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (42.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:26:50.185921' and ends_at >= '2016-01-18 16:26:50.185921') Completed 200 OK in 140ms (Views: 135.0ms | ActiveRecord: 1.6ms) Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-18 10:26:55 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"9gObruk5nKwoFVxfHVgRfPNoH9ErWZuvvsk/JtQslObk0nXBdoI0dyBkc/9k19UI+yRQCEq2IgyNw8GCrGFMJg==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.0ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "approved"], ["updated_at", "2016-01-18 16:26:55.147580"], ["id", 1]]  (216.3ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 231ms (ActiveRecord: 217.3ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 10:26:55 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (19.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (17.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:26:55.443571' and ends_at >= '2016-01-18 16:26:55.443571') Completed 200 OK in 111ms (Views: 107.9ms | ActiveRecord: 1.6ms) Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-18 10:26:57 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"1o7tORD8xLNaHvzJk1ugp9dwxIF9HF1JvjCYmuUuh3HEXwNWj0dsaFJv02nq1GTT3zyLWBzz5OqNOmY+nWNfsQ==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "online"], ["online_date", "2016-01-18 16:26:57.858736"], ["expires_at", "2016-01-19 16:26:57.858736"], ["updated_at", "2016-01-18 16:26:57.859694"], ["id", 1]]  (173.1ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 194ms (ActiveRecord: 174.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 10:26:58 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.7ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:26:58.124619' and ends_at >= '2016-01-18 16:26:58.124619') Completed 200 OK in 121ms (Views: 115.8ms | ActiveRecord: 1.4ms) Started GET "/" for 127.0.0.1 at 2016-01-18 10:27:03 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.0ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:27:03.383721' and ends_at >= '2016-01-18 16:27:03.383721') Completed 200 OK in 88ms (Views: 87.0ms | ActiveRecord: 0.5ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 10:27:06 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.7ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:27:06.431853' and ends_at >= '2016-01-18 16:27:06.431853') Completed 200 OK in 149ms (Views: 136.2ms | ActiveRecord: 3.8ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 10:27:08 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (23.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:27:08.333132' and ends_at >= '2016-01-18 16:27:08.333132') Completed 200 OK in 219ms (Views: 213.0ms | ActiveRecord: 0.5ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453134428537" for 127.0.0.1 at 2016-01-18 10:27:08 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453134428537", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (4.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 25ms (Views: 14.3ms | ActiveRecord: 6.3ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 10:27:10 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:27:10.790587' and ends_at >= '2016-01-18 16:27:10.790587') Completed 200 OK in 118ms (Views: 111.7ms | ActiveRecord: 1.4ms) Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-18 10:27:22 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"zVmptMCjNQaGPYb1sN7RrqUJ1y4VWqGtM5AcD+rlX07fiEfbXxid3Y5MqVXJURXarUWY93S1GA4AmuKrkqiHjg==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.6ms) UPDATE "hatchy_projects" SET "recommended" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["recommended", "t"], ["online_date", "2016-01-18 16:27:22.062546"], ["expires_at", "2016-01-19 16:27:22.062546"], ["updated_at", "2016-01-18 16:27:22.063831"], ["id", 1]]  (169.1ms) commit transaction Completed 200 OK in 186ms (ActiveRecord: 170.7ms) Started GET "/" for 127.0.0.1 at 2016-01-18 10:27:25 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (14.4ms) Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (19.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:27:25.257039' and ends_at >= '2016-01-18 16:27:25.257039') Completed 200 OK in 126ms (Views: 123.9ms | ActiveRecord: 1.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 10:27:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:27:31 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.6ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (21.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (88.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.0ms) Hatchy::Announcement Load (0.9ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:27:31.904885' and ends_at >= '2016-01-18 16:27:31.904885') Completed 200 OK in 200ms (Views: 192.8ms | ActiveRecord: 2.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 10:27:33 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.7ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (28.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (27.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:27:33.848225' and ends_at >= '2016-01-18 16:27:33.848225') Completed 200 OK in 136ms (Views: 128.5ms | ActiveRecord: 2.2ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 10:27:36 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (26.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:27:36.248024' and ends_at >= '2016-01-18 16:27:36.248024') Completed 200 OK in 139ms (Views: 111.8ms | ActiveRecord: 1.2ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 10:29:32 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (16.4ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.7ms) ActionView::Template::Error (wrong number of arguments (3 for 0..2)): 13: .col-xs-9.col-sm-9.reward-input-group 14: = f.number_field :value, min:b.object.min_value, value:b.object.min_value, class: "reward-input" 15: .col-xs-4.col-sm-4 16: = f.submit 'Continue', "#billing", class: "reward_continue btn btn-primary btn-block btn-lg" 17: .row 18: .col-xs-8.col-sm-8 19: %p.lead= b.object.description actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1814:in `submit' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:16:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml__3741940838781096812_75896280' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tags/collection_radio_buttons.rb:21:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:79:in `block in render_collection' actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:73:in `map' actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:73:in `render_collection' actionview (4.2.5) lib/action_view/helpers/tags/collection_radio_buttons.rb:17:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:648:in `collection_radio_buttons' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:837:in `collection_radio_buttons' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:4:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml__3741940838781096812_75896280' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml__3741940838781096812_75896280' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml:3:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__form_html_haml__4520337200021570689_71691540' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_new_html_haml__1529050033292260430_78030800' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.1ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 10:29:40 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (7.5ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.9ms) ActionView::Template::Error (wrong number of arguments (3 for 0..2)): 13: .col-xs-9.col-sm-9.reward-input-group 14: = f.number_field :value, min:b.object.min_value, value:b.object.min_value, class: "reward-input" 15: .col-xs-4.col-sm-4 16: = f.submit 'Continue', "#billing", class: "reward_continue btn btn-primary btn-block btn-lg" 17: .row 18: .col-xs-8.col-sm-8 19: %p.lead= b.object.description actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1814:in `submit' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:16:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml__3741940838781096812_75896280' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tags/collection_radio_buttons.rb:21:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:79:in `block in render_collection' actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:73:in `map' actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:73:in `render_collection' actionview (4.2.5) lib/action_view/helpers/tags/collection_radio_buttons.rb:17:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:648:in `collection_radio_buttons' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:837:in `collection_radio_buttons' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:4:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml__3741940838781096812_75896280' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml__3741940838781096812_75896280' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml:3:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__form_html_haml__4520337200021570689_71691540' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_new_html_haml__1529050033292260430_78030800' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (37.2ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 10:29:52 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (21.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:29:52.595763' and ends_at >= '2016-01-18 16:29:52.595763') Completed 200 OK in 109ms (Views: 100.2ms | ActiveRecord: 0.9ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18)  (149.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (145.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHatchyAnnouncements (20160111174923)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174923_create_hatchy_announcements.rb:7)  (0.4ms) CREATE TABLE "hatchy_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text(80) NOT NULL, "starts_at" datetime NOT NULL, "ends_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174923"]]  (152.1ms) commit transaction Migrating to CreateHatchyBanks (20160111174945)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174945_create_hatchy_banks.rb:6)  (0.8ms) CREATE TABLE "hatchy_banks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(80) NOT NULL, "code" varchar(10) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE UNIQUE INDEX "index_hatchy_banks_on_code" ON "hatchy_banks" ("code") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174945"]]  (149.5ms) commit transaction Migrating to CreateHatchyBankAccounts (20160111175001)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175001_create_hatchy_bank_accounts.rb:8)  (0.9ms) CREATE TABLE "hatchy_bank_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "bank_id" integer, "account" varchar NOT NULL, "account_digit" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.3ms) CREATE INDEX "index_hatchy_bank_accounts_on_user_id_and_bank_id" ON "hatchy_bank_accounts" ("user_id", "bank_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175001"]]  (151.5ms) commit transaction Migrating to CreateHatchyCategories (20160111175017)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175017_create_hatchy_categories.rb:5)  (1.1ms) CREATE TABLE "hatchy_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_hatchy_categories_on_name" ON "hatchy_categories" ("name") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175017"]]  (174.3ms) commit transaction Migrating to CreateHatchyContributions (20160111175037)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175037_create_hatchy_contributions.rb:25)  (0.4ms) CREATE TABLE "hatchy_contributions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "user_id" integer, "reward_id" integer, "country_id" integer, "value" decimal NOT NULL, "status" varchar NOT NULL, "step" varchar NOT NULL, "name" varchar, "email" varchar, "document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_zip" varchar, "address_state" varchar, "address_phone" varchar, "ip_address" varchar, "card_type" varchar, "card_expires_on" date, "anonymous" boolean DEFAULT 'f', "notified_when_finish" boolean, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_hatchy_contributions_on_project_id" ON "hatchy_contributions" ("project_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_contributions_on_user_id" ON "hatchy_contributions" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_contributions_on_reward_id" ON "hatchy_contributions" ("reward_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_contributions_on_country_id" ON "hatchy_contributions" ("country_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175037"]]  (345.7ms) commit transaction Migrating to CreateHatchyCountries (20160111175055)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175055_create_hatchy_countries.rb:11)  (0.8ms) CREATE TABLE "hatchy_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code2" varchar, "code3" varchar, "continent" varchar, "tld" varchar, "currency" varchar, "eu_member" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175055"]]  (128.7ms) commit transaction Migrating to CreateHatchyRewards (20160111175124)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175124_create_hatchy_rewards.rb:10)  (1.0ms) CREATE TABLE "hatchy_rewards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "min_value" decimal NOT NULL, "max_contributions" integer, "description" varchar NOT NULL, "row_order" integer, "deliver_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.5ms) CREATE INDEX "index_hatchy_rewards_on_project_id" ON "hatchy_rewards" ("project_id") SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175124"]]  (167.8ms) commit transaction Migrating to CreateHatchyProjects (20160111175139)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175139_create_hatchy_projects.rb:22)  (0.6ms) CREATE TABLE "hatchy_projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "category_id" integer, "project_img" varchar, "city" varchar, "name" varchar(50) NOT NULL, "headline" varchar, "about" varchar, "budget" varchar, "video_url" varchar, "short_url" varchar, "goal" decimal(8,2), "online_days" integer, "online_date" datetime, "expires_at" datetime, "rejected_at" datetime, "send_to_draft_at" datetime, "status" varchar NOT NULL, "recommended" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_hatchy_projects_on_user_id" ON "hatchy_projects" ("user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_projects_on_category_id" ON "hatchy_projects" ("category_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175139"]]  (140.2ms) commit transaction Migrating to CreateHatchyProjectAccounts (20160111175158)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175158_create_hatchy_project_accounts.rb:18)  (1.2ms) CREATE TABLE "hatchy_project_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "bank_id" integer, "account_type" varchar, "email" varchar, "phone" varchar, "account" varchar, "account_digit" varchar, "owner_name" varchar, "owner_document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "created_at" datetime, "updated_at" datetime)   (0.4ms) CREATE INDEX "index_hatchy_project_accounts_on_project_id" ON "hatchy_project_accounts" ("project_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.3ms) CREATE INDEX "index_hatchy_project_accounts_on_bank_id" ON "hatchy_project_accounts" ("bank_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175158"]]  (111.5ms) commit transaction Migrating to DeviseCreateHatchyUsers (20160111175249)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "hatchy_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country_id" integer, "profile_img" varchar, "cover_img" varchar, "facebook_link" varchar, "twitter_link" varchar, "other_link" varchar, "first_name" varchar, "last_name" varchar, "about" varchar, "newsletter" boolean DEFAULT 't' NOT NULL, "subs_projects" boolean DEFAULT 't' NOT NULL, "locale" varchar DEFAULT 'en' NOT NULL, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "document" varchar, "phone" varchar, "mobile" varchar, "admin" boolean DEFAULT 'f' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "index_hatchy_users_on_email" ON "hatchy_users" ("email")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_hatchy_users_on_reset_password_token" ON "hatchy_users" ("reset_password_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_users_on_country_id" ON "hatchy_users" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175249"]]  (180.1ms) commit transaction Migrating to CreateHatchyCategoryFollowers (20160111181655)  (0.4ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111181655_create_hatchy_category_followers.rb:6)  (0.7ms) CREATE TABLE "hatchy_category_followers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.4ms) CREATE INDEX "index_hatchy_category_followers_on_user_id_and_category_id" ON "hatchy_category_followers" ("user_id", "category_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111181655"]]  (182.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_banks_on_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_banks_on_code' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_categories_on_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_categories_on_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index' DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Art"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Art"], ["created_at", "2016-01-18 16:32:14.900946"], ["updated_at", "2016-01-18 16:32:14.900946"]]  (211.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Visual Arts"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Visual Arts"], ["created_at", "2016-01-18 16:32:15.119807"], ["updated_at", "2016-01-18 16:32:15.119807"]]  (150.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Circus"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Circus"], ["created_at", "2016-01-18 16:32:15.273339"], ["updated_at", "2016-01-18 16:32:15.273339"]]  (154.8ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Community"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Community"], ["created_at", "2016-01-18 16:32:15.433295"], ["updated_at", "2016-01-18 16:32:15.433295"]]  (140.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Humor"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Humor"], ["created_at", "2016-01-18 16:32:15.576223"], ["updated_at", "2016-01-18 16:32:15.576223"]]  (233.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Comicbooks"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Comicbooks"], ["created_at", "2016-01-18 16:32:15.815809"], ["updated_at", "2016-01-18 16:32:15.815809"]]  (106.6ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Dance"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.5ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1 SQL (0.8ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dance"], ["created_at", "2016-01-18 16:32:15.928483"], ["updated_at", "2016-01-18 16:32:15.928483"]]  (159.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Design"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Design"], ["created_at", "2016-01-18 16:32:16.096635"], ["updated_at", "2016-01-18 16:32:16.096635"]]  (149.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Events"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Events"], ["created_at", "2016-01-18 16:32:16.253065"], ["updated_at", "2016-01-18 16:32:16.253065"]]  (159.6ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fashion"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fashion"], ["created_at", "2016-01-18 16:32:16.418691"], ["updated_at", "2016-01-18 16:32:16.418691"]]  (152.7ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Gastronomy"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gastronomy"], ["created_at", "2016-01-18 16:32:16.574774"], ["updated_at", "2016-01-18 16:32:16.574774"]]  (255.6ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Film & Video"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Film & Video"], ["created_at", "2016-01-18 16:32:16.833467"], ["updated_at", "2016-01-18 16:32:16.833467"]]  (154.8ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Games"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Games"], ["created_at", "2016-01-18 16:32:16.993234"], ["updated_at", "2016-01-18 16:32:16.993234"]]  (151.3ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Journalism"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Journalism"], ["created_at", "2016-01-18 16:32:17.148747"], ["updated_at", "2016-01-18 16:32:17.148747"]]  (153.8ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Music"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Music"], ["created_at", "2016-01-18 16:32:17.307495"], ["updated_at", "2016-01-18 16:32:17.307495"]]  (151.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Photography"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Photography"], ["created_at", "2016-01-18 16:32:17.464007"], ["updated_at", "2016-01-18 16:32:17.464007"]]  (152.9ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Science & Technology"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Science & Technology"], ["created_at", "2016-01-18 16:32:17.621485"], ["updated_at", "2016-01-18 16:32:17.621485"]]  (151.3ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Theatre"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Theatre"], ["created_at", "2016-01-18 16:32:17.776459"], ["updated_at", "2016-01-18 16:32:17.776459"]]  (154.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Sport"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1 SQL (0.8ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sport"], ["created_at", "2016-01-18 16:32:17.936219"], ["updated_at", "2016-01-18 16:32:17.936219"]]  (159.2ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Web"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Web"], ["created_at", "2016-01-18 16:32:18.101806"], ["updated_at", "2016-01-18 16:32:18.101806"]]  (154.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Carnival"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carnival"], ["created_at", "2016-01-18 16:32:18.263122"], ["updated_at", "2016-01-18 16:32:18.263122"]]  (150.8ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Architecture & Urbanism"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Architecture & Urbanism"], ["created_at", "2016-01-18 16:32:18.419763"], ["updated_at", "2016-01-18 16:32:18.419763"]]  (149.4ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Literature"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Literature"], ["created_at", "2016-01-18 16:32:18.573891"], ["updated_at", "2016-01-18 16:32:18.573891"]]  (154.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Mobility & Transportation"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mobility & Transportation"], ["created_at", "2016-01-18 16:32:18.733817"], ["updated_at", "2016-01-18 16:32:18.733817"]]  (160.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Environment"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Environment"], ["created_at", "2016-01-18 16:32:18.902071"], ["updated_at", "2016-01-18 16:32:18.902071"]]  (215.6ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Social Business"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Social Business"], ["created_at", "2016-01-18 16:32:19.122200"], ["updated_at", "2016-01-18 16:32:19.122200"]]  (187.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Education"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Education"], ["created_at", "2016-01-18 16:32:19.315758"], ["updated_at", "2016-01-18 16:32:19.315758"]]  (160.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fiction Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fiction Films"], ["created_at", "2016-01-18 16:32:19.483583"], ["updated_at", "2016-01-18 16:32:19.483583"]]  (151.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Documentary Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Documentary Films"], ["created_at", "2016-01-18 16:32:19.641939"], ["updated_at", "2016-01-18 16:32:19.641939"]]  (183.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Experimental Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Experimental Films"], ["created_at", "2016-01-18 16:32:19.832427"], ["updated_at", "2016-01-18 16:32:19.832427"]]  (182.5ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Health"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Health"], ["created_at", "2016-01-18 16:32:20.022398"], ["updated_at", "2016-01-18 16:32:20.022398"]]  (160.3ms) commit transaction Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Bank"], ["code", "69"]]  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '69' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Bank"], ["code", "69"], ["created_at", "2016-01-18 16:32:20.199308"], ["updated_at", "2016-01-18 16:32:20.199308"]]  (141.7ms) commit transaction Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Second Bank"], ["code", "96"]]  (0.2ms) begin transaction Hatchy::Bank Exists (0.3ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '96' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Second Bank"], ["code", "96"], ["created_at", "2016-01-18 16:32:20.347174"], ["updated_at", "2016-01-18 16:32:20.347174"]]  (171.4ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "hatchy_countries"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Andorra"], ["code2", "AD"], ["code3", "AND"], ["continent", "EU"], ["tld", "ad"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:20.548796"], ["updated_at", "2016-01-18 16:32:20.548796"]]  (183.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Arab Emirates"], ["code2", "AE"], ["code3", "ARE"], ["continent", "AS"], ["tld", "ae"], ["currency", "AED"], ["created_at", "2016-01-18 16:32:20.736002"], ["updated_at", "2016-01-18 16:32:20.736002"]]  (128.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Afghanistan"], ["code2", "AF"], ["code3", "AFG"], ["continent", "AS"], ["tld", "af"], ["currency", "AFN"], ["created_at", "2016-01-18 16:32:20.869392"], ["updated_at", "2016-01-18 16:32:20.869392"]]  (175.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Antigua and Barbuda"], ["code2", "AG"], ["code3", "ATG"], ["continent", "NA"], ["tld", "ag"], ["currency", "XCD"], ["created_at", "2016-01-18 16:32:21.048302"], ["updated_at", "2016-01-18 16:32:21.048302"]]  (200.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Anguilla"], ["code2", "AI"], ["code3", "AIA"], ["continent", "NA"], ["tld", "ai"], ["currency", "XCD"], ["created_at", "2016-01-18 16:32:21.252358"], ["updated_at", "2016-01-18 16:32:21.252358"]]  (130.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Albania"], ["code2", "AL"], ["code3", "ALB"], ["continent", "EU"], ["tld", "al"], ["currency", "ALL"], ["created_at", "2016-01-18 16:32:21.386914"], ["updated_at", "2016-01-18 16:32:21.386914"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Armenia"], ["code2", "AM"], ["code3", "ARM"], ["continent", "AS"], ["tld", "am"], ["currency", "AMD"], ["created_at", "2016-01-18 16:32:21.521614"], ["updated_at", "2016-01-18 16:32:21.521614"]]  (128.7ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Angola"], ["code2", "AO"], ["code3", "AGO"], ["continent", "AF"], ["tld", "ao"], ["currency", "AOA"], ["created_at", "2016-01-18 16:32:21.655606"], ["updated_at", "2016-01-18 16:32:21.655606"]]  (130.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Antarctica"], ["code2", "AQ"], ["code3", "ATA"], ["continent", "AN"], ["tld", "aq"], ["created_at", "2016-01-18 16:32:21.790499"], ["updated_at", "2016-01-18 16:32:21.790499"]]  (129.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Argentina"], ["code2", "AR"], ["code3", "ARG"], ["continent", "SA"], ["tld", "ar"], ["currency", "ARS"], ["created_at", "2016-01-18 16:32:21.924823"], ["updated_at", "2016-01-18 16:32:21.924823"]]  (128.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "American Samoa"], ["code2", "AS"], ["code3", "ASM"], ["continent", "OC"], ["tld", "as"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:22.058603"], ["updated_at", "2016-01-18 16:32:22.058603"]]  (130.4ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Austria"], ["code2", "AT"], ["code3", "AUT"], ["continent", "EU"], ["tld", "at"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:22.193454"], ["updated_at", "2016-01-18 16:32:22.193454"]]  (140.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Australia"], ["code2", "AU"], ["code3", "AUS"], ["continent", "OC"], ["tld", "au"], ["currency", "AUD"], ["created_at", "2016-01-18 16:32:22.338395"], ["updated_at", "2016-01-18 16:32:22.338395"]]  (133.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aruba"], ["code2", "AW"], ["code3", "ABW"], ["continent", "NA"], ["tld", "aw"], ["currency", "AWG"], ["created_at", "2016-01-18 16:32:22.475894"], ["updated_at", "2016-01-18 16:32:22.475894"]]  (128.9ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aland Islands"], ["code2", "AX"], ["code3", "ALA"], ["continent", "EU"], ["tld", "ax"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:22.610223"], ["updated_at", "2016-01-18 16:32:22.610223"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Azerbaijan"], ["code2", "AZ"], ["code3", "AZE"], ["continent", "AS"], ["tld", "az"], ["currency", "AZN"], ["created_at", "2016-01-18 16:32:22.744618"], ["updated_at", "2016-01-18 16:32:22.744618"]]  (129.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bosnia and Herzegovina"], ["code2", "BA"], ["code3", "BIH"], ["continent", "EU"], ["tld", "ba"], ["currency", "BAM"], ["created_at", "2016-01-18 16:32:22.879373"], ["updated_at", "2016-01-18 16:32:22.879373"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Barbados"], ["code2", "BB"], ["code3", "BRB"], ["continent", "NA"], ["tld", "bb"], ["currency", "BBD"], ["created_at", "2016-01-18 16:32:23.047701"], ["updated_at", "2016-01-18 16:32:23.047701"]]  (194.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bangladesh"], ["code2", "BD"], ["code3", "BGD"], ["continent", "AS"], ["tld", "bd"], ["currency", "BDT"], ["created_at", "2016-01-18 16:32:23.247000"], ["updated_at", "2016-01-18 16:32:23.247000"]]  (143.3ms) commit transaction  (0.3ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belgium"], ["code2", "BE"], ["code3", "BEL"], ["continent", "EU"], ["tld", "be"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:23.394345"], ["updated_at", "2016-01-18 16:32:23.394345"]]  (127.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burkina Faso"], ["code2", "BF"], ["code3", "BFA"], ["continent", "AF"], ["tld", "bf"], ["currency", "XOF"], ["created_at", "2016-01-18 16:32:23.528917"], ["updated_at", "2016-01-18 16:32:23.528917"]]  (106.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bulgaria"], ["code2", "BG"], ["code3", "BGR"], ["continent", "EU"], ["tld", "bg"], ["currency", "BGN"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:23.640780"], ["updated_at", "2016-01-18 16:32:23.640780"]]  (129.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahrain"], ["code2", "BH"], ["code3", "BHR"], ["continent", "AS"], ["tld", "bh"], ["currency", "BHD"], ["created_at", "2016-01-18 16:32:23.776992"], ["updated_at", "2016-01-18 16:32:23.776992"]]  (140.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burundi"], ["code2", "BI"], ["code3", "BDI"], ["continent", "AF"], ["tld", "bi"], ["currency", "BIF"], ["created_at", "2016-01-18 16:32:23.923502"], ["updated_at", "2016-01-18 16:32:23.923502"]]  (128.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Benin"], ["code2", "BJ"], ["code3", "BEN"], ["continent", "AF"], ["tld", "bj"], ["currency", "XOF"], ["created_at", "2016-01-18 16:32:24.057618"], ["updated_at", "2016-01-18 16:32:24.057618"]]  (151.5ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Barthelemy"], ["code2", "BL"], ["code3", "BLM"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:24.214063"], ["updated_at", "2016-01-18 16:32:24.214063"]]  (152.4ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bermuda"], ["code2", "BM"], ["code3", "BMU"], ["continent", "NA"], ["tld", "bm"], ["currency", "BMD"], ["created_at", "2016-01-18 16:32:24.370109"], ["updated_at", "2016-01-18 16:32:24.370109"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brunei"], ["code2", "BN"], ["code3", "BRN"], ["continent", "AS"], ["tld", "bn"], ["currency", "BND"], ["created_at", "2016-01-18 16:32:24.527487"], ["updated_at", "2016-01-18 16:32:24.527487"]]  (162.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bolivia"], ["code2", "BO"], ["code3", "BOL"], ["continent", "SA"], ["tld", "bo"], ["currency", "BOB"], ["created_at", "2016-01-18 16:32:24.694960"], ["updated_at", "2016-01-18 16:32:24.694960"]]  (297.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Bonaire, Saint Eustatius and Saba NA"], ["code2", "BQ"], ["code3", "BES"], ["continent", ".bq"], ["tld", "USD"], ["created_at", "2016-01-18 16:32:24.996433"], ["updated_at", "2016-01-18 16:32:24.996433"]]  (173.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brazil"], ["code2", "BR"], ["code3", "BRA"], ["continent", "SA"], ["tld", "br"], ["currency", "BRL"], ["created_at", "2016-01-18 16:32:25.174404"], ["updated_at", "2016-01-18 16:32:25.174404"]]  (134.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahamas"], ["code2", "BS"], ["code3", "BHS"], ["continent", "NA"], ["tld", "bs"], ["currency", "BSD"], ["created_at", "2016-01-18 16:32:25.311828"], ["updated_at", "2016-01-18 16:32:25.311828"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bhutan"], ["code2", "BT"], ["code3", "BTN"], ["continent", "AS"], ["tld", "bt"], ["currency", "BTN"], ["created_at", "2016-01-18 16:32:25.446263"], ["updated_at", "2016-01-18 16:32:25.446263"]]  (195.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bouvet Island"], ["code2", "BV"], ["code3", "BVT"], ["continent", "AN"], ["tld", "bv"], ["currency", "NOK"], ["created_at", "2016-01-18 16:32:25.648055"], ["updated_at", "2016-01-18 16:32:25.648055"]]  (194.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Botswana"], ["code2", "BW"], ["code3", "BWA"], ["continent", "AF"], ["tld", "bw"], ["currency", "BWP"], ["created_at", "2016-01-18 16:32:25.848920"], ["updated_at", "2016-01-18 16:32:25.848920"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belarus"], ["code2", "BY"], ["code3", "BLR"], ["continent", "EU"], ["tld", "by"], ["currency", "BYR"], ["created_at", "2016-01-18 16:32:25.983548"], ["updated_at", "2016-01-18 16:32:25.983548"]]  (150.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belize"], ["code2", "BZ"], ["code3", "BLZ"], ["continent", "NA"], ["tld", "bz"], ["currency", "BZD"], ["created_at", "2016-01-18 16:32:26.138990"], ["updated_at", "2016-01-18 16:32:26.138990"]]  (187.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Canada"], ["code2", "CA"], ["code3", "CAN"], ["continent", "NA"], ["tld", "ca"], ["currency", "CAD"], ["created_at", "2016-01-18 16:32:26.330463"], ["updated_at", "2016-01-18 16:32:26.330463"]]  (162.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cocos Islands"], ["code2", "CC"], ["code3", "CCK"], ["continent", "AS"], ["tld", "cc"], ["currency", "AUD"], ["created_at", "2016-01-18 16:32:26.498972"], ["updated_at", "2016-01-18 16:32:26.498972"]]  (152.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Democratic Republic of the Congo"], ["code2", "CD"], ["code3", "COD"], ["continent", "AF"], ["tld", "cd"], ["currency", "CDF"], ["created_at", "2016-01-18 16:32:26.657096"], ["updated_at", "2016-01-18 16:32:26.657096"]]  (173.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Central African Republic"], ["code2", "CF"], ["code3", "CAF"], ["continent", "AF"], ["tld", "cf"], ["currency", "XAF"], ["created_at", "2016-01-18 16:32:26.836795"], ["updated_at", "2016-01-18 16:32:26.836795"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Republic of the Congo"], ["code2", "CG"], ["code3", "COG"], ["continent", "AF"], ["tld", "cg"], ["currency", "XAF"], ["created_at", "2016-01-18 16:32:26.993412"], ["updated_at", "2016-01-18 16:32:26.993412"]]  (128.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Switzerland"], ["code2", "CH"], ["code3", "CHE"], ["continent", "EU"], ["tld", "ch"], ["currency", "CHF"], ["created_at", "2016-01-18 16:32:27.127935"], ["updated_at", "2016-01-18 16:32:27.127935"]]  (128.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ivory Coast"], ["code2", "CI"], ["code3", "CIV"], ["continent", "AF"], ["tld", "ci"], ["currency", "XOF"], ["created_at", "2016-01-18 16:32:27.262149"], ["updated_at", "2016-01-18 16:32:27.262149"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cook Islands"], ["code2", "CK"], ["code3", "COK"], ["continent", "OC"], ["tld", "ck"], ["currency", "NZD"], ["created_at", "2016-01-18 16:32:27.408129"], ["updated_at", "2016-01-18 16:32:27.408129"]]  (151.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chile"], ["code2", "CL"], ["code3", "CHL"], ["continent", "SA"], ["tld", "cl"], ["currency", "CLP"], ["created_at", "2016-01-18 16:32:27.564970"], ["updated_at", "2016-01-18 16:32:27.564970"]]  (151.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cameroon"], ["code2", "CM"], ["code3", "CMR"], ["continent", "AF"], ["tld", "cm"], ["currency", "XAF"], ["created_at", "2016-01-18 16:32:27.722140"], ["updated_at", "2016-01-18 16:32:27.722140"]]  (151.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "China"], ["code2", "CN"], ["code3", "CHN"], ["continent", "AS"], ["tld", "cn"], ["currency", "CNY"], ["created_at", "2016-01-18 16:32:27.879142"], ["updated_at", "2016-01-18 16:32:27.879142"]]  (297.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Colombia"], ["code2", "CO"], ["code3", "COL"], ["continent", "SA"], ["tld", "co"], ["currency", "COP"], ["created_at", "2016-01-18 16:32:28.181879"], ["updated_at", "2016-01-18 16:32:28.181879"]]  (184.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Costa Rica"], ["code2", "CR"], ["code3", "CRI"], ["continent", "NA"], ["tld", "cr"], ["currency", "CRC"], ["created_at", "2016-01-18 16:32:28.370576"], ["updated_at", "2016-01-18 16:32:28.370576"]]  (177.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cuba"], ["code2", "CU"], ["code3", "CUB"], ["continent", "NA"], ["tld", "cu"], ["currency", "CUP"], ["created_at", "2016-01-18 16:32:28.551537"], ["updated_at", "2016-01-18 16:32:28.551537"]]  (128.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cape Verde"], ["code2", "CV"], ["code3", "CPV"], ["continent", "AF"], ["tld", "cv"], ["currency", "CVE"], ["created_at", "2016-01-18 16:32:28.686064"], ["updated_at", "2016-01-18 16:32:28.686064"]]  (129.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Curacao"], ["code2", "CW"], ["code3", "CUW"], ["continent", "NA"], ["tld", "cw"], ["currency", "ANG"], ["created_at", "2016-01-18 16:32:28.820770"], ["updated_at", "2016-01-18 16:32:28.820770"]]  (285.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Christmas Island"], ["code2", "CX"], ["code3", "CXR"], ["continent", "AS"], ["tld", "cx"], ["currency", "AUD"], ["created_at", "2016-01-18 16:32:29.111096"], ["updated_at", "2016-01-18 16:32:29.111096"]]  (150.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cyprus"], ["code2", "CY"], ["code3", "CYP"], ["continent", "EU"], ["tld", "cy"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:29.266300"], ["updated_at", "2016-01-18 16:32:29.266300"]]  (145.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Czech Republic"], ["code2", "CZ"], ["code3", "CZE"], ["continent", "EU"], ["tld", "cz"], ["currency", "CZK"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:29.415395"], ["updated_at", "2016-01-18 16:32:29.415395"]]  (151.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Germany"], ["code2", "DE"], ["code3", "DEU"], ["continent", "EU"], ["tld", "de"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:29.572322"], ["updated_at", "2016-01-18 16:32:29.572322"]]  (151.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Djibouti"], ["code2", "DJ"], ["code3", "DJI"], ["continent", "AF"], ["tld", "dj"], ["currency", "DJF"], ["created_at", "2016-01-18 16:32:29.729671"], ["updated_at", "2016-01-18 16:32:29.729671"]]  (151.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Denmark"], ["code2", "DK"], ["code3", "DNK"], ["continent", "EU"], ["tld", "dk"], ["currency", "DKK"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:29.886594"], ["updated_at", "2016-01-18 16:32:29.886594"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominica"], ["code2", "DM"], ["code3", "DMA"], ["continent", "NA"], ["tld", "dm"], ["currency", "XCD"], ["created_at", "2016-01-18 16:32:30.043464"], ["updated_at", "2016-01-18 16:32:30.043464"]]  (195.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominican Republic"], ["code2", "DO"], ["code3", "DOM"], ["continent", "NA"], ["tld", "do"], ["currency", "DOP"], ["created_at", "2016-01-18 16:32:30.244963"], ["updated_at", "2016-01-18 16:32:30.244963"]]  (151.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Algeria"], ["code2", "DZ"], ["code3", "DZA"], ["continent", "AF"], ["tld", "dz"], ["currency", "DZD"], ["created_at", "2016-01-18 16:32:30.401914"], ["updated_at", "2016-01-18 16:32:30.401914"]]  (207.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ecuador"], ["code2", "EC"], ["code3", "ECU"], ["continent", "SA"], ["tld", "ec"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:30.614563"], ["updated_at", "2016-01-18 16:32:30.614563"]]  (141.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Estonia"], ["code2", "EE"], ["code3", "EST"], ["continent", "EU"], ["tld", "ee"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:30.761710"], ["updated_at", "2016-01-18 16:32:30.761710"]]  (151.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Egypt"], ["code2", "EG"], ["code3", "EGY"], ["continent", "AF"], ["tld", "eg"], ["currency", "EGP"], ["created_at", "2016-01-18 16:32:30.918564"], ["updated_at", "2016-01-18 16:32:30.918564"]]  (184.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Western Sahara"], ["code2", "EH"], ["code3", "ESH"], ["continent", "AF"], ["tld", "eh"], ["currency", "MAD"], ["created_at", "2016-01-18 16:32:31.108808"], ["updated_at", "2016-01-18 16:32:31.108808"]]  (140.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Eritrea"], ["code2", "ER"], ["code3", "ERI"], ["continent", "AF"], ["tld", "er"], ["currency", "ERN"], ["created_at", "2016-01-18 16:32:31.253117"], ["updated_at", "2016-01-18 16:32:31.253117"]]  (132.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Spain"], ["code2", "ES"], ["code3", "ESP"], ["continent", "EU"], ["tld", "es"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:31.389302"], ["updated_at", "2016-01-18 16:32:31.389302"]]  (129.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ethiopia"], ["code2", "ET"], ["code3", "ETH"], ["continent", "AF"], ["tld", "et"], ["currency", "ETB"], ["created_at", "2016-01-18 16:32:31.524258"], ["updated_at", "2016-01-18 16:32:31.524258"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Finland"], ["code2", "FI"], ["code3", "FIN"], ["continent", "EU"], ["tld", "fi"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:31.658615"], ["updated_at", "2016-01-18 16:32:31.658615"]]  (151.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Fiji"], ["code2", "FJ"], ["code3", "FJI"], ["continent", "OC"], ["tld", "fj"], ["currency", "FJD"], ["created_at", "2016-01-18 16:32:31.815552"], ["updated_at", "2016-01-18 16:32:31.815552"]]  (130.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Falkland Islands"], ["code2", "FK"], ["code3", "FLK"], ["continent", "SA"], ["tld", "fk"], ["currency", "FKP"], ["created_at", "2016-01-18 16:32:31.951696"], ["updated_at", "2016-01-18 16:32:31.951696"]]  (173.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Micronesia"], ["code2", "FM"], ["code3", "FSM"], ["continent", "OC"], ["tld", "fm"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:32.129359"], ["updated_at", "2016-01-18 16:32:32.129359"]]  (244.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Faroe Islands"], ["code2", "FO"], ["code3", "FRO"], ["continent", "EU"], ["tld", "fo"], ["currency", "DKK"], ["created_at", "2016-01-18 16:32:32.376437"], ["updated_at", "2016-01-18 16:32:32.376437"]]  (129.9ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "France"], ["code2", "FR"], ["code3", "FRA"], ["continent", "EU"], ["tld", "fr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:32.512601"], ["updated_at", "2016-01-18 16:32:32.512601"]]  (127.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gabon"], ["code2", "GA"], ["code3", "GAB"], ["continent", "AF"], ["tld", "ga"], ["currency", "XAF"], ["created_at", "2016-01-18 16:32:32.645659"], ["updated_at", "2016-01-18 16:32:32.645659"]]  (129.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Kingdom"], ["code2", "GB"], ["code3", "GBR"], ["continent", "EU"], ["tld", "uk"], ["currency", "GBP"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:32.780761"], ["updated_at", "2016-01-18 16:32:32.780761"]]  (139.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Grenada"], ["code2", "GD"], ["code3", "GRD"], ["continent", "NA"], ["tld", "gd"], ["currency", "XCD"], ["created_at", "2016-01-18 16:32:32.924668"], ["updated_at", "2016-01-18 16:32:32.924668"]]  (132.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Georgia"], ["code2", "GE"], ["code3", "GEO"], ["continent", "AS"], ["tld", "ge"], ["currency", "GEL"], ["created_at", "2016-01-18 16:32:33.060731"], ["updated_at", "2016-01-18 16:32:33.060731"]]  (129.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Guiana"], ["code2", "GF"], ["code3", "GUF"], ["continent", "SA"], ["tld", "gf"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:33.195566"], ["updated_at", "2016-01-18 16:32:33.195566"]]  (175.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guernsey"], ["code2", "GG"], ["code3", "GGY"], ["continent", "EU"], ["tld", "gg"], ["currency", "GBP"], ["created_at", "2016-01-18 16:32:33.376577"], ["updated_at", "2016-01-18 16:32:33.376577"]]  (196.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ghana"], ["code2", "GH"], ["code3", "GHA"], ["continent", "AF"], ["tld", "gh"], ["currency", "GHS"], ["created_at", "2016-01-18 16:32:33.578252"], ["updated_at", "2016-01-18 16:32:33.578252"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gibraltar"], ["code2", "GI"], ["code3", "GIB"], ["continent", "EU"], ["tld", "gi"], ["currency", "GIP"], ["created_at", "2016-01-18 16:32:33.746365"], ["updated_at", "2016-01-18 16:32:33.746365"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greenland"], ["code2", "GL"], ["code3", "GRL"], ["continent", "NA"], ["tld", "gl"], ["currency", "DKK"], ["created_at", "2016-01-18 16:32:33.881045"], ["updated_at", "2016-01-18 16:32:33.881045"]]  (173.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gambia"], ["code2", "GM"], ["code3", "GMB"], ["continent", "AF"], ["tld", "gm"], ["currency", "GMD"], ["created_at", "2016-01-18 16:32:34.059570"], ["updated_at", "2016-01-18 16:32:34.059570"]]  (151.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea"], ["code2", "GN"], ["code3", "GIN"], ["continent", "AF"], ["tld", "gn"], ["currency", "GNF"], ["created_at", "2016-01-18 16:32:34.217171"], ["updated_at", "2016-01-18 16:32:34.217171"]]  (151.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guadeloupe"], ["code2", "GP"], ["code3", "GLP"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:34.374107"], ["updated_at", "2016-01-18 16:32:34.374107"]]  (252.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Equatorial Guinea"], ["code2", "GQ"], ["code3", "GNQ"], ["continent", "AF"], ["tld", "gq"], ["currency", "XAF"], ["created_at", "2016-01-18 16:32:34.632778"], ["updated_at", "2016-01-18 16:32:34.632778"]]  (182.0ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greece"], ["code2", "GR"], ["code3", "GRC"], ["continent", "EU"], ["tld", "gr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:34.834097"], ["updated_at", "2016-01-18 16:32:34.834097"]]  (129.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Georgia and the South Sandwich Islands"], ["code2", "GS"], ["code3", "SGS"], ["continent", "AN"], ["tld", "gs"], ["currency", "GBP"], ["created_at", "2016-01-18 16:32:34.967567"], ["updated_at", "2016-01-18 16:32:34.967567"]]  (141.2ms) commit transaction  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guatemala"], ["code2", "GT"], ["code3", "GTM"], ["continent", "NA"], ["tld", "gt"], ["currency", "GTQ"], ["created_at", "2016-01-18 16:32:35.114544"], ["updated_at", "2016-01-18 16:32:35.114544"]]  (217.9ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guam"], ["code2", "GU"], ["code3", "GUM"], ["continent", "OC"], ["tld", "gu"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:35.338442"], ["updated_at", "2016-01-18 16:32:35.338442"]]  (152.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea-Bissau"], ["code2", "GW"], ["code3", "GNB"], ["continent", "AF"], ["tld", "gw"], ["currency", "XOF"], ["created_at", "2016-01-18 16:32:35.495099"], ["updated_at", "2016-01-18 16:32:35.495099"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guyana"], ["code2", "GY"], ["code3", "GUY"], ["continent", "SA"], ["tld", "gy"], ["currency", "GYD"], ["created_at", "2016-01-18 16:32:35.630149"], ["updated_at", "2016-01-18 16:32:35.630149"]]  (128.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hong Kong"], ["code2", "HK"], ["code3", "HKG"], ["continent", "AS"], ["tld", "hk"], ["currency", "HKD"], ["created_at", "2016-01-18 16:32:35.764409"], ["updated_at", "2016-01-18 16:32:35.764409"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Heard Island and McDonald Islands"], ["code2", "HM"], ["code3", "HMD"], ["continent", "AN"], ["tld", "hm"], ["currency", "AUD"], ["created_at", "2016-01-18 16:32:35.921511"], ["updated_at", "2016-01-18 16:32:35.921511"]]  (152.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Honduras"], ["code2", "HN"], ["code3", "HND"], ["continent", "NA"], ["tld", "hn"], ["currency", "HNL"], ["created_at", "2016-01-18 16:32:36.078462"], ["updated_at", "2016-01-18 16:32:36.078462"]]  (153.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Croatia"], ["code2", "HR"], ["code3", "HRV"], ["continent", "EU"], ["tld", "hr"], ["currency", "HRK"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:36.236783"], ["updated_at", "2016-01-18 16:32:36.236783"]]  (173.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Haiti"], ["code2", "HT"], ["code3", "HTI"], ["continent", "NA"], ["tld", "ht"], ["currency", "HTG"], ["created_at", "2016-01-18 16:32:36.416201"], ["updated_at", "2016-01-18 16:32:36.416201"]]  (173.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hungary"], ["code2", "HU"], ["code3", "HUN"], ["continent", "EU"], ["tld", "hu"], ["currency", "HUF"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:36.595108"], ["updated_at", "2016-01-18 16:32:36.595108"]]  (162.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Indonesia"], ["code2", "ID"], ["code3", "IDN"], ["continent", "AS"], ["tld", "id"], ["currency", "IDR"], ["created_at", "2016-01-18 16:32:36.763320"], ["updated_at", "2016-01-18 16:32:36.763320"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ireland"], ["code2", "IE"], ["code3", "IRL"], ["continent", "EU"], ["tld", "ie"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:36.909250"], ["updated_at", "2016-01-18 16:32:36.909250"]]  (140.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Israel"], ["code2", "IL"], ["code3", "ISR"], ["continent", "AS"], ["tld", "il"], ["currency", "ILS"], ["created_at", "2016-01-18 16:32:37.054624"], ["updated_at", "2016-01-18 16:32:37.054624"]]  (141.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Isle of Man"], ["code2", "IM"], ["code3", "IMN"], ["continent", "EU"], ["tld", "im"], ["currency", "GBP"], ["created_at", "2016-01-18 16:32:37.201668"], ["updated_at", "2016-01-18 16:32:37.201668"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "India"], ["code2", "IN"], ["code3", "IND"], ["continent", "AS"], ["tld", "in"], ["currency", "INR"], ["created_at", "2016-01-18 16:32:37.347579"], ["updated_at", "2016-01-18 16:32:37.347579"]]  (151.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Indian Ocean Territory"], ["code2", "IO"], ["code3", "IOT"], ["continent", "AS"], ["tld", "io"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:37.504306"], ["updated_at", "2016-01-18 16:32:37.504306"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iraq"], ["code2", "IQ"], ["code3", "IRQ"], ["continent", "AS"], ["tld", "iq"], ["currency", "IQD"], ["created_at", "2016-01-18 16:32:37.672508"], ["updated_at", "2016-01-18 16:32:37.672508"]]  (173.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iran"], ["code2", "IR"], ["code3", "IRN"], ["continent", "AS"], ["tld", "ir"], ["currency", "IRR"], ["created_at", "2016-01-18 16:32:37.851498"], ["updated_at", "2016-01-18 16:32:37.851498"]]  (139.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iceland"], ["code2", "IS"], ["code3", "ISL"], ["continent", "EU"], ["tld", "is"], ["currency", "ISK"], ["created_at", "2016-01-18 16:32:37.995902"], ["updated_at", "2016-01-18 16:32:37.995902"]]  (199.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Italy"], ["code2", "IT"], ["code3", "ITA"], ["continent", "EU"], ["tld", "it"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:38.198769"], ["updated_at", "2016-01-18 16:32:38.198769"]]  (195.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jersey"], ["code2", "JE"], ["code3", "JEY"], ["continent", "EU"], ["tld", "je"], ["currency", "GBP"], ["created_at", "2016-01-18 16:32:38.400280"], ["updated_at", "2016-01-18 16:32:38.400280"]]  (139.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jamaica"], ["code2", "JM"], ["code3", "JAM"], ["continent", "NA"], ["tld", "jm"], ["currency", "JMD"], ["created_at", "2016-01-18 16:32:38.545730"], ["updated_at", "2016-01-18 16:32:38.545730"]]  (152.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jordan"], ["code2", "JO"], ["code3", "JOR"], ["continent", "AS"], ["tld", "jo"], ["currency", "JOD"], ["created_at", "2016-01-18 16:32:38.704080"], ["updated_at", "2016-01-18 16:32:38.704080"]]  (240.3ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Japan"], ["code2", "JP"], ["code3", "JPN"], ["continent", "AS"], ["tld", "jp"], ["currency", "JPY"], ["created_at", "2016-01-18 16:32:38.950213"], ["updated_at", "2016-01-18 16:32:38.950213"]]  (196.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kenya"], ["code2", "KE"], ["code3", "KEN"], ["continent", "AF"], ["tld", "ke"], ["currency", "KES"], ["created_at", "2016-01-18 16:32:39.151203"], ["updated_at", "2016-01-18 16:32:39.151203"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kyrgyzstan"], ["code2", "KG"], ["code3", "KGZ"], ["continent", "AS"], ["tld", "kg"], ["currency", "KGS"], ["created_at", "2016-01-18 16:32:39.297122"], ["updated_at", "2016-01-18 16:32:39.297122"]]  (184.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cambodia"], ["code2", "KH"], ["code3", "KHM"], ["continent", "AS"], ["tld", "kh"], ["currency", "KHR"], ["created_at", "2016-01-18 16:32:39.487114"], ["updated_at", "2016-01-18 16:32:39.487114"]]  (184.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kiribati"], ["code2", "KI"], ["code3", "KIR"], ["continent", "OC"], ["tld", "ki"], ["currency", "AUD"], ["created_at", "2016-01-18 16:32:39.677634"], ["updated_at", "2016-01-18 16:32:39.677634"]]  (195.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Comoros"], ["code2", "KM"], ["code3", "COM"], ["continent", "AF"], ["tld", "km"], ["currency", "KMF"], ["created_at", "2016-01-18 16:32:39.879003"], ["updated_at", "2016-01-18 16:32:39.879003"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Kitts and Nevis"], ["code2", "KN"], ["code3", "KNA"], ["continent", "NA"], ["tld", "kn"], ["currency", "XCD"], ["created_at", "2016-01-18 16:32:40.024492"], ["updated_at", "2016-01-18 16:32:40.024492"]]  (152.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "North Korea"], ["code2", "KP"], ["code3", "PRK"], ["continent", "AS"], ["tld", "kp"], ["currency", "KPW"], ["created_at", "2016-01-18 16:32:40.182858"], ["updated_at", "2016-01-18 16:32:40.182858"]]  (162.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Korea"], ["code2", "KR"], ["code3", "KOR"], ["continent", "AS"], ["tld", "kr"], ["currency", "KRW"], ["created_at", "2016-01-18 16:32:40.351019"], ["updated_at", "2016-01-18 16:32:40.351019"]]  (340.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kosovo"], ["code2", "XK"], ["code3", "XKX"], ["continent", "EU"], ["tld", ""], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:40.696905"], ["updated_at", "2016-01-18 16:32:40.696905"]]  (195.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kuwait"], ["code2", "KW"], ["code3", "KWT"], ["continent", "AS"], ["tld", "kw"], ["currency", "KWD"], ["created_at", "2016-01-18 16:32:40.898009"], ["updated_at", "2016-01-18 16:32:40.898009"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cayman Islands"], ["code2", "KY"], ["code3", "CYM"], ["continent", "NA"], ["tld", "ky"], ["currency", "KYD"], ["created_at", "2016-01-18 16:32:41.066324"], ["updated_at", "2016-01-18 16:32:41.066324"]]  (140.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kazakhstan"], ["code2", "KZ"], ["code3", "KAZ"], ["continent", "AS"], ["tld", "kz"], ["currency", "KZT"], ["created_at", "2016-01-18 16:32:41.212040"], ["updated_at", "2016-01-18 16:32:41.212040"]]  (184.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Laos"], ["code2", "LA"], ["code3", "LAO"], ["continent", "AS"], ["tld", "la"], ["currency", "LAK"], ["created_at", "2016-01-18 16:32:41.400849"], ["updated_at", "2016-01-18 16:32:41.400849"]]  (199.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lebanon"], ["code2", "LB"], ["code3", "LBN"], ["continent", "AS"], ["tld", "lb"], ["currency", "LBP"], ["created_at", "2016-01-18 16:32:41.603562"], ["updated_at", "2016-01-18 16:32:41.603562"]]  (164.0ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Lucia"], ["code2", "LC"], ["code3", "LCA"], ["continent", "NA"], ["tld", "lc"], ["currency", "XCD"], ["created_at", "2016-01-18 16:32:41.773404"], ["updated_at", "2016-01-18 16:32:41.773404"]]  (207.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liechtenstein"], ["code2", "LI"], ["code3", "LIE"], ["continent", "EU"], ["tld", "li"], ["currency", "CHF"], ["created_at", "2016-01-18 16:32:41.986234"], ["updated_at", "2016-01-18 16:32:41.986234"]]  (174.5ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sri Lanka"], ["code2", "LK"], ["code3", "LKA"], ["continent", "AS"], ["tld", "lk"], ["currency", "LKR"], ["created_at", "2016-01-18 16:32:42.165256"], ["updated_at", "2016-01-18 16:32:42.165256"]]  (173.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liberia"], ["code2", "LR"], ["code3", "LBR"], ["continent", "AF"], ["tld", "lr"], ["currency", "LRD"], ["created_at", "2016-01-18 16:32:42.344227"], ["updated_at", "2016-01-18 16:32:42.344227"]]  (184.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lesotho"], ["code2", "LS"], ["code3", "LSO"], ["continent", "AF"], ["tld", "ls"], ["currency", "LSL"], ["created_at", "2016-01-18 16:32:42.534335"], ["updated_at", "2016-01-18 16:32:42.534335"]]  (251.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lithuania"], ["code2", "LT"], ["code3", "LTU"], ["continent", "EU"], ["tld", "lt"], ["currency", "LTL"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:42.791738"], ["updated_at", "2016-01-18 16:32:42.791738"]]  (173.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Luxembourg"], ["code2", "LU"], ["code3", "LUX"], ["continent", "EU"], ["tld", "lu"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:42.970896"], ["updated_at", "2016-01-18 16:32:42.970896"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Latvia"], ["code2", "LV"], ["code3", "LVA"], ["continent", "EU"], ["tld", "lv"], ["currency", "LVL"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:43.127592"], ["updated_at", "2016-01-18 16:32:43.127592"]]  (141.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Libya"], ["code2", "LY"], ["code3", "LBY"], ["continent", "AF"], ["tld", "ly"], ["currency", "LYD"], ["created_at", "2016-01-18 16:32:43.274822"], ["updated_at", "2016-01-18 16:32:43.274822"]]  (262.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Morocco"], ["code2", "MA"], ["code3", "MAR"], ["continent", "AF"], ["tld", "ma"], ["currency", "MAD"], ["created_at", "2016-01-18 16:32:43.541438"], ["updated_at", "2016-01-18 16:32:43.541438"]]  (143.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Monaco"], ["code2", "MC"], ["code3", "MCO"], ["continent", "EU"], ["tld", "mc"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:43.688204"], ["updated_at", "2016-01-18 16:32:43.688204"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Moldova"], ["code2", "MD"], ["code3", "MDA"], ["continent", "EU"], ["tld", "md"], ["currency", "MDL"], ["created_at", "2016-01-18 16:32:43.833917"], ["updated_at", "2016-01-18 16:32:43.833917"]]  (141.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montenegro"], ["code2", "ME"], ["code3", "MNE"], ["continent", "EU"], ["tld", "me"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:43.979765"], ["updated_at", "2016-01-18 16:32:43.979765"]]  (140.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Martin"], ["code2", "MF"], ["code3", "MAF"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:44.125326"], ["updated_at", "2016-01-18 16:32:44.125326"]]  (151.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Madagascar"], ["code2", "MG"], ["code3", "MDG"], ["continent", "AF"], ["tld", "mg"], ["currency", "MGA"], ["created_at", "2016-01-18 16:32:44.282234"], ["updated_at", "2016-01-18 16:32:44.282234"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Marshall Islands"], ["code2", "MH"], ["code3", "MHL"], ["continent", "OC"], ["tld", "mh"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:44.428191"], ["updated_at", "2016-01-18 16:32:44.428191"]]  (162.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macedonia"], ["code2", "MK"], ["code3", "MKD"], ["continent", "EU"], ["tld", "mk"], ["currency", "MKD"], ["created_at", "2016-01-18 16:32:44.596323"], ["updated_at", "2016-01-18 16:32:44.596323"]]  (163.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mali"], ["code2", "ML"], ["code3", "MLI"], ["continent", "AF"], ["tld", "ml"], ["currency", "XOF"], ["created_at", "2016-01-18 16:32:44.765722"], ["updated_at", "2016-01-18 16:32:44.765722"]]  (161.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Myanmar"], ["code2", "MM"], ["code3", "MMR"], ["continent", "AS"], ["tld", "mm"], ["currency", "MMK"], ["created_at", "2016-01-18 16:32:44.933550"], ["updated_at", "2016-01-18 16:32:44.933550"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mongolia"], ["code2", "MN"], ["code3", "MNG"], ["continent", "AS"], ["tld", "mn"], ["currency", "MNT"], ["created_at", "2016-01-18 16:32:45.079249"], ["updated_at", "2016-01-18 16:32:45.079249"]]  (140.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macao"], ["code2", "MO"], ["code3", "MAC"], ["continent", "AS"], ["tld", "mo"], ["currency", "MOP"], ["created_at", "2016-01-18 16:32:45.225020"], ["updated_at", "2016-01-18 16:32:45.225020"]]  (140.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Northern Mariana Islands"], ["code2", "MP"], ["code3", "MNP"], ["continent", "OC"], ["tld", "mp"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:45.370919"], ["updated_at", "2016-01-18 16:32:45.370919"]]  (140.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Martinique"], ["code2", "MQ"], ["code3", "MTQ"], ["continent", "NA"], ["tld", "mq"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:45.516365"], ["updated_at", "2016-01-18 16:32:45.516365"]]  (152.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritania"], ["code2", "MR"], ["code3", "MRT"], ["continent", "AF"], ["tld", "mr"], ["currency", "MRO"], ["created_at", "2016-01-18 16:32:45.672088"], ["updated_at", "2016-01-18 16:32:45.672088"]]  (143.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montserrat"], ["code2", "MS"], ["code3", "MSR"], ["continent", "NA"], ["tld", "ms"], ["currency", "XCD"], ["created_at", "2016-01-18 16:32:45.819063"], ["updated_at", "2016-01-18 16:32:45.819063"]]  (141.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malta"], ["code2", "MT"], ["code3", "MLT"], ["continent", "EU"], ["tld", "mt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:45.966730"], ["updated_at", "2016-01-18 16:32:45.966730"]]  (139.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritius"], ["code2", "MU"], ["code3", "MUS"], ["continent", "AF"], ["tld", "mu"], ["currency", "MUR"], ["created_at", "2016-01-18 16:32:46.111884"], ["updated_at", "2016-01-18 16:32:46.111884"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Maldives"], ["code2", "MV"], ["code3", "MDV"], ["continent", "AS"], ["tld", "mv"], ["currency", "MVR"], ["created_at", "2016-01-18 16:32:46.258254"], ["updated_at", "2016-01-18 16:32:46.258254"]]  (163.4ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malawi"], ["code2", "MW"], ["code3", "MWI"], ["continent", "AF"], ["tld", "mw"], ["currency", "MWK"], ["created_at", "2016-01-18 16:32:46.426003"], ["updated_at", "2016-01-18 16:32:46.426003"]]  (174.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mexico"], ["code2", "MX"], ["code3", "MEX"], ["continent", "NA"], ["tld", "mx"], ["currency", "MXN"], ["created_at", "2016-01-18 16:32:46.605011"], ["updated_at", "2016-01-18 16:32:46.605011"]]  (241.3ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malaysia"], ["code2", "MY"], ["code3", "MYS"], ["continent", "AS"], ["tld", "my"], ["currency", "MYR"], ["created_at", "2016-01-18 16:32:46.851545"], ["updated_at", "2016-01-18 16:32:46.851545"]]  (117.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mozambique"], ["code2", "MZ"], ["code3", "MOZ"], ["continent", "AF"], ["tld", "mz"], ["currency", "MZN"], ["created_at", "2016-01-18 16:32:46.974156"], ["updated_at", "2016-01-18 16:32:46.974156"]]  (186.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Namibia"], ["code2", "NA"], ["code3", "NAM"], ["continent", "AF"], ["tld", "na"], ["currency", "NAD"], ["created_at", "2016-01-18 16:32:47.165220"], ["updated_at", "2016-01-18 16:32:47.165220"]]  (197.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Caledonia"], ["code2", "NC"], ["code3", "NCL"], ["continent", "OC"], ["tld", "nc"], ["currency", "XPF"], ["created_at", "2016-01-18 16:32:47.368090"], ["updated_at", "2016-01-18 16:32:47.368090"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niger"], ["code2", "NE"], ["code3", "NER"], ["continent", "AF"], ["tld", "ne"], ["currency", "XOF"], ["created_at", "2016-01-18 16:32:47.513632"], ["updated_at", "2016-01-18 16:32:47.513632"]]  (184.4ms) commit transaction  (0.4ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norfolk Island"], ["code2", "NF"], ["code3", "NFK"], ["continent", "OC"], ["tld", "nf"], ["currency", "AUD"], ["created_at", "2016-01-18 16:32:47.703759"], ["updated_at", "2016-01-18 16:32:47.703759"]]  (217.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nigeria"], ["code2", "NG"], ["code3", "NGA"], ["continent", "AF"], ["tld", "ng"], ["currency", "NGN"], ["created_at", "2016-01-18 16:32:47.927548"], ["updated_at", "2016-01-18 16:32:47.927548"]]  (184.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nicaragua"], ["code2", "NI"], ["code3", "NIC"], ["continent", "NA"], ["tld", "ni"], ["currency", "NIO"], ["created_at", "2016-01-18 16:32:48.117508"], ["updated_at", "2016-01-18 16:32:48.117508"]]  (174.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands"], ["code2", "NL"], ["code3", "NLD"], ["continent", "EU"], ["tld", "nl"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:48.297249"], ["updated_at", "2016-01-18 16:32:48.297249"]]  (173.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norway"], ["code2", "NO"], ["code3", "NOR"], ["continent", "EU"], ["tld", "no"], ["currency", "NOK"], ["created_at", "2016-01-18 16:32:48.476333"], ["updated_at", "2016-01-18 16:32:48.476333"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nepal"], ["code2", "NP"], ["code3", "NPL"], ["continent", "AS"], ["tld", "np"], ["currency", "NPR"], ["created_at", "2016-01-18 16:32:48.621782"], ["updated_at", "2016-01-18 16:32:48.621782"]]  (142.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nauru"], ["code2", "NR"], ["code3", "NRU"], ["continent", "OC"], ["tld", "nr"], ["currency", "AUD"], ["created_at", "2016-01-18 16:32:48.769250"], ["updated_at", "2016-01-18 16:32:48.769250"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niue"], ["code2", "NU"], ["code3", "NIU"], ["continent", "OC"], ["tld", "nu"], ["currency", "NZD"], ["created_at", "2016-01-18 16:32:48.914703"], ["updated_at", "2016-01-18 16:32:48.914703"]]  (139.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Zealand"], ["code2", "NZ"], ["code3", "NZL"], ["continent", "OC"], ["tld", "nz"], ["currency", "NZD"], ["created_at", "2016-01-18 16:32:49.060328"], ["updated_at", "2016-01-18 16:32:49.060328"]]  (195.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Oman"], ["code2", "OM"], ["code3", "OMN"], ["continent", "AS"], ["tld", "om"], ["currency", "OMR"], ["created_at", "2016-01-18 16:32:49.261827"], ["updated_at", "2016-01-18 16:32:49.261827"]]  (273.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Panama"], ["code2", "PA"], ["code3", "PAN"], ["continent", "NA"], ["tld", "pa"], ["currency", "PAB"], ["created_at", "2016-01-18 16:32:49.541345"], ["updated_at", "2016-01-18 16:32:49.541345"]]  (246.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Peru"], ["code2", "PE"], ["code3", "PER"], ["continent", "SA"], ["tld", "pe"], ["currency", "PEN"], ["created_at", "2016-01-18 16:32:49.791571"], ["updated_at", "2016-01-18 16:32:49.791571"]]  (417.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Polynesia"], ["code2", "PF"], ["code3", "PYF"], ["continent", "OC"], ["tld", "pf"], ["currency", "XPF"], ["created_at", "2016-01-18 16:32:50.212013"], ["updated_at", "2016-01-18 16:32:50.212013"]]  (149.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Papua New Guinea"], ["code2", "PG"], ["code3", "PNG"], ["continent", "OC"], ["tld", "pg"], ["currency", "PGK"], ["created_at", "2016-01-18 16:32:50.367354"], ["updated_at", "2016-01-18 16:32:50.367354"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Philippines"], ["code2", "PH"], ["code3", "PHL"], ["continent", "AS"], ["tld", "ph"], ["currency", "PHP"], ["created_at", "2016-01-18 16:32:50.513280"], ["updated_at", "2016-01-18 16:32:50.513280"]]  (141.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pakistan"], ["code2", "PK"], ["code3", "PAK"], ["continent", "AS"], ["tld", "pk"], ["currency", "PKR"], ["created_at", "2016-01-18 16:32:50.659963"], ["updated_at", "2016-01-18 16:32:50.659963"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Poland"], ["code2", "PL"], ["code3", "POL"], ["continent", "EU"], ["tld", "pl"], ["currency", "PLN"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:50.805913"], ["updated_at", "2016-01-18 16:32:50.805913"]]  (152.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Pierre and Miquelon"], ["code2", "PM"], ["code3", "SPM"], ["continent", "NA"], ["tld", "pm"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:50.962666"], ["updated_at", "2016-01-18 16:32:50.962666"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pitcairn"], ["code2", "PN"], ["code3", "PCN"], ["continent", "OC"], ["tld", "pn"], ["currency", "NZD"], ["created_at", "2016-01-18 16:32:51.130906"], ["updated_at", "2016-01-18 16:32:51.130906"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Puerto Rico"], ["code2", "PR"], ["code3", "PRI"], ["continent", "NA"], ["tld", "pr"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:51.275968"], ["updated_at", "2016-01-18 16:32:51.275968"]]  (151.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palestinian Territory"], ["code2", "PS"], ["code3", "PSE"], ["continent", "AS"], ["tld", "ps"], ["currency", "ILS"], ["created_at", "2016-01-18 16:32:51.433428"], ["updated_at", "2016-01-18 16:32:51.433428"]]  (184.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Portugal"], ["code2", "PT"], ["code3", "PRT"], ["continent", "EU"], ["tld", "pt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:51.624013"], ["updated_at", "2016-01-18 16:32:51.624013"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palau"], ["code2", "PW"], ["code3", "PLW"], ["continent", "OC"], ["tld", "pw"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:51.758594"], ["updated_at", "2016-01-18 16:32:51.758594"]]  (130.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Paraguay"], ["code2", "PY"], ["code3", "PRY"], ["continent", "SA"], ["tld", "py"], ["currency", "PYG"], ["created_at", "2016-01-18 16:32:51.894836"], ["updated_at", "2016-01-18 16:32:51.894836"]]  (129.0ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Qatar"], ["code2", "QA"], ["code3", "QAT"], ["continent", "AS"], ["tld", "qa"], ["currency", "QAR"], ["created_at", "2016-01-18 16:32:52.030246"], ["updated_at", "2016-01-18 16:32:52.030246"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Reunion"], ["code2", "RE"], ["code3", "REU"], ["continent", "AF"], ["tld", "re"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:52.186140"], ["updated_at", "2016-01-18 16:32:52.186140"]]  (240.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Romania"], ["code2", "RO"], ["code3", "ROU"], ["continent", "EU"], ["tld", "ro"], ["currency", "RON"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:52.432320"], ["updated_at", "2016-01-18 16:32:52.432320"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia"], ["code2", "RS"], ["code3", "SRB"], ["continent", "EU"], ["tld", "rs"], ["currency", "RSD"], ["created_at", "2016-01-18 16:32:52.577701"], ["updated_at", "2016-01-18 16:32:52.577701"]]  (129.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Russia"], ["code2", "RU"], ["code3", "RUS"], ["continent", "EU"], ["tld", "ru"], ["currency", "RUB"], ["created_at", "2016-01-18 16:32:52.712680"], ["updated_at", "2016-01-18 16:32:52.712680"]]  (129.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Rwanda"], ["code2", "RW"], ["code3", "RWA"], ["continent", "AF"], ["tld", "rw"], ["currency", "RWF"], ["created_at", "2016-01-18 16:32:52.847121"], ["updated_at", "2016-01-18 16:32:52.847121"]]  (129.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saudi Arabia"], ["code2", "SA"], ["code3", "SAU"], ["continent", "AS"], ["tld", "sa"], ["currency", "SAR"], ["created_at", "2016-01-18 16:32:52.980748"], ["updated_at", "2016-01-18 16:32:52.980748"]]  (133.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Solomon Islands"], ["code2", "SB"], ["code3", "SLB"], ["continent", "OC"], ["tld", "sb"], ["currency", "SBD"], ["created_at", "2016-01-18 16:32:53.117849"], ["updated_at", "2016-01-18 16:32:53.117849"]]  (106.7ms) commit transaction  (0.4ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Seychelles"], ["code2", "SC"], ["code3", "SYC"], ["continent", "AF"], ["tld", "sc"], ["currency", "SCR"], ["created_at", "2016-01-18 16:32:53.231790"], ["updated_at", "2016-01-18 16:32:53.231790"]]  (138.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sudan"], ["code2", "SD"], ["code3", "SDN"], ["continent", "AF"], ["tld", "sd"], ["currency", "SDG"], ["created_at", "2016-01-18 16:32:53.376334"], ["updated_at", "2016-01-18 16:32:53.376334"]]  (261.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Sudan"], ["code2", "SS"], ["code3", "SSD"], ["continent", "AF"], ["tld", ""], ["currency", "SSP"], ["created_at", "2016-01-18 16:32:53.644168"], ["updated_at", "2016-01-18 16:32:53.644168"]]  (151.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sweden"], ["code2", "SE"], ["code3", "SWE"], ["continent", "EU"], ["tld", "se"], ["currency", "SEK"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:53.801358"], ["updated_at", "2016-01-18 16:32:53.801358"]]  (128.2ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Singapore"], ["code2", "SG"], ["code3", "SGP"], ["continent", "AS"], ["tld", "sg"], ["currency", "SGD"], ["created_at", "2016-01-18 16:32:53.935603"], ["updated_at", "2016-01-18 16:32:53.935603"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Helena"], ["code2", "SH"], ["code3", "SHN"], ["continent", "AF"], ["tld", "sh"], ["currency", "SHP"], ["created_at", "2016-01-18 16:32:54.081750"], ["updated_at", "2016-01-18 16:32:54.081750"]]  (241.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovenia"], ["code2", "SI"], ["code3", "SVN"], ["continent", "EU"], ["tld", "si"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:54.327479"], ["updated_at", "2016-01-18 16:32:54.327479"]]  (141.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Svalbard and Jan Mayen"], ["code2", "SJ"], ["code3", "SJM"], ["continent", "EU"], ["tld", "sj"], ["currency", "NOK"], ["created_at", "2016-01-18 16:32:54.474743"], ["updated_at", "2016-01-18 16:32:54.474743"]]  (173.4ms) commit transaction  (7.8ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovakia"], ["code2", "SK"], ["code3", "SVK"], ["continent", "EU"], ["tld", "sk"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 16:32:54.661339"], ["updated_at", "2016-01-18 16:32:54.661339"]]  (335.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sierra Leone"], ["code2", "SL"], ["code3", "SLE"], ["continent", "AF"], ["tld", "sl"], ["currency", "SLL"], ["created_at", "2016-01-18 16:32:55.000075"], ["updated_at", "2016-01-18 16:32:55.000075"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "San Marino"], ["code2", "SM"], ["code3", "SMR"], ["continent", "EU"], ["tld", "sm"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:55.145663"], ["updated_at", "2016-01-18 16:32:55.145663"]]  (128.9ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Senegal"], ["code2", "SN"], ["code3", "SEN"], ["continent", "AF"], ["tld", "sn"], ["currency", "XOF"], ["created_at", "2016-01-18 16:32:55.280489"], ["updated_at", "2016-01-18 16:32:55.280489"]]  (195.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Somalia"], ["code2", "SO"], ["code3", "SOM"], ["continent", "AF"], ["tld", "so"], ["currency", "SOS"], ["created_at", "2016-01-18 16:32:55.481950"], ["updated_at", "2016-01-18 16:32:55.481950"]]  (206.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Suriname"], ["code2", "SR"], ["code3", "SUR"], ["continent", "SA"], ["tld", "sr"], ["currency", "SRD"], ["created_at", "2016-01-18 16:32:55.694216"], ["updated_at", "2016-01-18 16:32:55.694216"]]  (161.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sao Tome and Principe"], ["code2", "ST"], ["code3", "STP"], ["continent", "AF"], ["tld", "st"], ["currency", "STD"], ["created_at", "2016-01-18 16:32:55.860801"], ["updated_at", "2016-01-18 16:32:55.860801"]]  (156.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "El Salvador"], ["code2", "SV"], ["code3", "SLV"], ["continent", "NA"], ["tld", "sv"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:56.020942"], ["updated_at", "2016-01-18 16:32:56.020942"]]  (150.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sint Maarten"], ["code2", "SX"], ["code3", "SXM"], ["continent", "NA"], ["tld", "sx"], ["currency", "ANG"], ["created_at", "2016-01-18 16:32:56.177815"], ["updated_at", "2016-01-18 16:32:56.177815"]]  (162.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Syria"], ["code2", "SY"], ["code3", "SYR"], ["continent", "AS"], ["tld", "sy"], ["currency", "SYP"], ["created_at", "2016-01-18 16:32:56.345785"], ["updated_at", "2016-01-18 16:32:56.345785"]]  (184.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Swaziland"], ["code2", "SZ"], ["code3", "SWZ"], ["continent", "AF"], ["tld", "sz"], ["currency", "SZL"], ["created_at", "2016-01-18 16:32:56.536101"], ["updated_at", "2016-01-18 16:32:56.536101"]]  (184.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turks and Caicos Islands"], ["code2", "TC"], ["code3", "TCA"], ["continent", "NA"], ["tld", "tc"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:56.726379"], ["updated_at", "2016-01-18 16:32:56.726379"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chad"], ["code2", "TD"], ["code3", "TCD"], ["continent", "AF"], ["tld", "td"], ["currency", "XAF"], ["created_at", "2016-01-18 16:32:56.860915"], ["updated_at", "2016-01-18 16:32:56.860915"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Southern Territories"], ["code2", "TF"], ["code3", "ATF"], ["continent", "AN"], ["tld", "tf"], ["currency", "EUR"], ["created_at", "2016-01-18 16:32:56.995147"], ["updated_at", "2016-01-18 16:32:56.995147"]]  (128.4ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Togo"], ["code2", "TG"], ["code3", "TGO"], ["continent", "AF"], ["tld", "tg"], ["currency", "XOF"], ["created_at", "2016-01-18 16:32:57.129763"], ["updated_at", "2016-01-18 16:32:57.129763"]]  (107.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Thailand"], ["code2", "TH"], ["code3", "THA"], ["continent", "AS"], ["tld", "th"], ["currency", "THB"], ["created_at", "2016-01-18 16:32:57.242119"], ["updated_at", "2016-01-18 16:32:57.242119"]]  (130.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tajikistan"], ["code2", "TJ"], ["code3", "TJK"], ["continent", "AS"], ["tld", "tj"], ["currency", "TJS"], ["created_at", "2016-01-18 16:32:57.378205"], ["updated_at", "2016-01-18 16:32:57.378205"]]  (128.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tokelau"], ["code2", "TK"], ["code3", "TKL"], ["continent", "OC"], ["tld", "tk"], ["currency", "NZD"], ["created_at", "2016-01-18 16:32:57.512796"], ["updated_at", "2016-01-18 16:32:57.512796"]]  (207.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "East Timor"], ["code2", "TL"], ["code3", "TLS"], ["continent", "OC"], ["tld", "tl"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:57.725295"], ["updated_at", "2016-01-18 16:32:57.725295"]]  (217.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkmenistan"], ["code2", "TM"], ["code3", "TKM"], ["continent", "AS"], ["tld", "tm"], ["currency", "TMT"], ["created_at", "2016-01-18 16:32:57.947462"], ["updated_at", "2016-01-18 16:32:57.947462"]]  (132.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tunisia"], ["code2", "TN"], ["code3", "TUN"], ["continent", "AF"], ["tld", "tn"], ["currency", "TND"], ["created_at", "2016-01-18 16:32:58.083254"], ["updated_at", "2016-01-18 16:32:58.083254"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tonga"], ["code2", "TO"], ["code3", "TON"], ["continent", "OC"], ["tld", "to"], ["currency", "TOP"], ["created_at", "2016-01-18 16:32:58.229104"], ["updated_at", "2016-01-18 16:32:58.229104"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkey"], ["code2", "TR"], ["code3", "TUR"], ["continent", "AS"], ["tld", "tr"], ["currency", "TRY"], ["created_at", "2016-01-18 16:32:58.385936"], ["updated_at", "2016-01-18 16:32:58.385936"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Trinidad and Tobago"], ["code2", "TT"], ["code3", "TTO"], ["continent", "NA"], ["tld", "tt"], ["currency", "TTD"], ["created_at", "2016-01-18 16:32:58.554138"], ["updated_at", "2016-01-18 16:32:58.554138"]]  (107.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tuvalu"], ["code2", "TV"], ["code3", "TUV"], ["continent", "OC"], ["tld", "tv"], ["currency", "AUD"], ["created_at", "2016-01-18 16:32:58.667558"], ["updated_at", "2016-01-18 16:32:58.667558"]]  (173.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Taiwan"], ["code2", "TW"], ["code3", "TWN"], ["continent", "AS"], ["tld", "tw"], ["currency", "TWD"], ["created_at", "2016-01-18 16:32:58.846435"], ["updated_at", "2016-01-18 16:32:58.846435"]]  (196.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tanzania"], ["code2", "TZ"], ["code3", "TZA"], ["continent", "AF"], ["tld", "tz"], ["currency", "TZS"], ["created_at", "2016-01-18 16:32:59.048128"], ["updated_at", "2016-01-18 16:32:59.048128"]]  (219.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ukraine"], ["code2", "UA"], ["code3", "UKR"], ["continent", "EU"], ["tld", "ua"], ["currency", "UAH"], ["created_at", "2016-01-18 16:32:59.271838"], ["updated_at", "2016-01-18 16:32:59.271838"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uganda"], ["code2", "UG"], ["code3", "UGA"], ["continent", "AF"], ["tld", "ug"], ["currency", "UGX"], ["created_at", "2016-01-18 16:32:59.417393"], ["updated_at", "2016-01-18 16:32:59.417393"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States Minor Outlying Islands"], ["code2", "UM"], ["code3", "UMI"], ["continent", "OC"], ["tld", "um"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:59.562734"], ["updated_at", "2016-01-18 16:32:59.562734"]]  (184.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States"], ["code2", "US"], ["code3", "USA"], ["continent", "NA"], ["tld", "us"], ["currency", "USD"], ["created_at", "2016-01-18 16:32:59.753252"], ["updated_at", "2016-01-18 16:32:59.753252"]]  (218.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uruguay"], ["code2", "UY"], ["code3", "URY"], ["continent", "SA"], ["tld", "uy"], ["currency", "UYU"], ["created_at", "2016-01-18 16:32:59.977127"], ["updated_at", "2016-01-18 16:32:59.977127"]]  (128.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uzbekistan"], ["code2", "UZ"], ["code3", "UZB"], ["continent", "AS"], ["tld", "uz"], ["currency", "UZS"], ["created_at", "2016-01-18 16:33:00.111722"], ["updated_at", "2016-01-18 16:33:00.111722"]]  (141.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vatican"], ["code2", "VA"], ["code3", "VAT"], ["continent", "EU"], ["tld", "va"], ["currency", "EUR"], ["created_at", "2016-01-18 16:33:00.258673"], ["updated_at", "2016-01-18 16:33:00.258673"]]  (184.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Vincent and the Grenadines"], ["code2", "VC"], ["code3", "VCT"], ["continent", "NA"], ["tld", "vc"], ["currency", "XCD"], ["created_at", "2016-01-18 16:33:00.449156"], ["updated_at", "2016-01-18 16:33:00.449156"]]  (206.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Venezuela"], ["code2", "VE"], ["code3", "VEN"], ["continent", "SA"], ["tld", "ve"], ["currency", "VEF"], ["created_at", "2016-01-18 16:33:00.661536"], ["updated_at", "2016-01-18 16:33:00.661536"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Virgin Islands"], ["code2", "VG"], ["code3", "VGB"], ["continent", "NA"], ["tld", "vg"], ["currency", "USD"], ["created_at", "2016-01-18 16:33:00.807084"], ["updated_at", "2016-01-18 16:33:00.807084"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "U.S. Virgin Islands"], ["code2", "VI"], ["code3", "VIR"], ["continent", "NA"], ["tld", "vi"], ["currency", "USD"], ["created_at", "2016-01-18 16:33:00.963772"], ["updated_at", "2016-01-18 16:33:00.963772"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vietnam"], ["code2", "VN"], ["code3", "VNM"], ["continent", "AS"], ["tld", "vn"], ["currency", "VND"], ["created_at", "2016-01-18 16:33:01.109357"], ["updated_at", "2016-01-18 16:33:01.109357"]]  (195.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vanuatu"], ["code2", "VU"], ["code3", "VUT"], ["continent", "OC"], ["tld", "vu"], ["currency", "VUV"], ["created_at", "2016-01-18 16:33:01.311790"], ["updated_at", "2016-01-18 16:33:01.311790"]]  (160.5ms) commit transaction  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Wallis and Futuna"], ["code2", "WF"], ["code3", "WLF"], ["continent", "OC"], ["tld", "wf"], ["currency", "XPF"], ["created_at", "2016-01-18 16:33:01.478784"], ["updated_at", "2016-01-18 16:33:01.478784"]]  (172.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Samoa"], ["code2", "WS"], ["code3", "WSM"], ["continent", "OC"], ["tld", "ws"], ["currency", "WST"], ["created_at", "2016-01-18 16:33:01.656452"], ["updated_at", "2016-01-18 16:33:01.656452"]]  (144.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Yemen"], ["code2", "YE"], ["code3", "YEM"], ["continent", "AS"], ["tld", "ye"], ["currency", "YER"], ["created_at", "2016-01-18 16:33:01.804779"], ["updated_at", "2016-01-18 16:33:01.804779"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mayotte"], ["code2", "YT"], ["code3", "MYT"], ["continent", "AF"], ["tld", "yt"], ["currency", "EUR"], ["created_at", "2016-01-18 16:33:01.950988"], ["updated_at", "2016-01-18 16:33:01.950988"]]  (139.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Africa"], ["code2", "ZA"], ["code3", "ZAF"], ["continent", "AF"], ["tld", "za"], ["currency", "ZAR"], ["created_at", "2016-01-18 16:33:02.097036"], ["updated_at", "2016-01-18 16:33:02.097036"]]  (150.5ms) commit transaction  (0.7ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zambia"], ["code2", "ZM"], ["code3", "ZMB"], ["continent", "AF"], ["tld", "zm"], ["currency", "ZMK"], ["created_at", "2016-01-18 16:33:02.253418"], ["updated_at", "2016-01-18 16:33:02.253418"]]  (140.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zimbabwe"], ["code2", "ZW"], ["code3", "ZWE"], ["continent", "AF"], ["tld", "zw"], ["currency", "ZWL"], ["created_at", "2016-01-18 16:33:02.397124"], ["updated_at", "2016-01-18 16:33:02.397124"]]  (121.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia and Montenegro"], ["code2", "CS"], ["code3", "SCG"], ["continent", "EU"], ["tld", "cs"], ["currency", "RSD"], ["created_at", "2016-01-18 16:33:02.521784"], ["updated_at", "2016-01-18 16:33:02.521784"]]  (117.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands Antilles"], ["code2", "AN"], ["code3", "ANT"], ["continent", "NA"], ["tld", "an"], ["currency", "ANG"], ["created_at", "2016-01-18 16:33:02.645893"], ["updated_at", "2016-01-18 16:33:02.645893"]]  (139.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "first_name", "last_name", "admin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["email", "admin@example.com"], ["encrypted_password", "$2a$10$xErMksr7reIoFRL7EY3VeObZ28nmJQDhIK8x3YKveQyhnXpb5QUJC"], ["first_name", "Default"], ["last_name", "Admin"], ["admin", "t"], ["created_at", "2016-01-18 16:33:03.113482"], ["updated_at", "2016-01-18 16:33:03.113482"]]  (152.7ms) commit transaction DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/" for 127.0.0.1 at 2016-01-18 10:34:17 -0600 Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (302.1ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (62.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:34:18.272822' and ends_at >= '2016-01-18 16:34:18.272822') Completed 200 OK in 538ms (Views: 514.2ms | ActiveRecord: 4.1ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 10:34:20 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (76.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:34:20.672846' and ends_at >= '2016-01-18 16:34:20.672846') Completed 200 OK in 220ms (Views: 216.1ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 10:34:27 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"qla8BhT7OFWH26Tw1RJSdcj+zJncz7QvI7U6S7kXZy24h1Jpi0CQjo+qi1CsnZYBwLKDQL0gDYwQv8TvwVq/7Q==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 16:34:27.532845"], ["current_sign_in_at", "2016-01-18 16:34:27.532845"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-18 16:34:27.534498"], ["id", 1]]  (161.6ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 265ms (ActiveRecord: 163.2ms) Started GET "/" for 127.0.0.1 at 2016-01-18 10:34:27 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.9ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:34:27.780891' and ends_at >= '2016-01-18 16:34:27.780891') Completed 200 OK in 95ms (Views: 93.7ms | ActiveRecord: 0.5ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-18 10:34:30 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:34:30.823801' and ends_at >= '2016-01-18 16:34:30.823801') Completed 200 OK in 116ms (Views: 90.5ms | ActiveRecord: 1.3ms) Started POST "/projects" for 127.0.0.1 at 2016-01-18 10:34:37 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"A5MQ7os/CU+Q4dDhQXTasWGY+AFU4jbnK2lZhx88sKDj6AvK67/Qup1aSDQDi+9peoPpemgTLXrxUMU3eL7BCQ==", "project"=>{"name"=>"NOTGME", "category_id"=>"13"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_projects" ("name", "category_id", "user_id", "created_at", "updated_at", "status", "send_to_draft_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "NOTGME"], ["category_id", 13], ["user_id", 1], ["created_at", "2016-01-18 16:34:37.437048"], ["updated_at", "2016-01-18 16:34:37.437048"], ["status", "draft"], ["send_to_draft_at", "2016-01-18 16:34:37.437335"]]  (268.3ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 289ms (ActiveRecord: 269.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:34:37 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.8ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (17.5ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (101.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:34:37.900689' and ends_at >= '2016-01-18 16:34:37.900689') Completed 200 OK in 219ms (Views: 172.5ms | ActiveRecord: 2.7ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:34:42 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AaaZD25SQOKq/aOJwXtv0PYthiZaXBy2aE+N+1nglW/h3YIrDtKZF6dGO1yDhFoI7TaXXWatByuydhFLPmLkxg==", "project"=>{"name"=>"NOTGME", "category_id"=>"13", "city"=>"Mont"}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "city" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["city", "Mont"], ["updated_at", "2016-01-18 16:34:42.066300"], ["id", 1]]  (235.5ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 254ms (ActiveRecord: 237.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:34:42 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.7ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (49.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:34:42.406170' and ends_at >= '2016-01-18 16:34:42.406170') Completed 200 OK in 127ms (Views: 119.3ms | ActiveRecord: 1.5ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:34:48 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"fGwI9td35diBFKHB/qaxg/esYG4IDdjsEVaciJe989ucFxPSt/c8LYyvORS8WYRb7LdxFTT8w3HLbwA48D+Ccg==", "project"=>{"goal"=>"200", "online_days"=>"1"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "goal" = ?, "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["goal", 200.0], ["online_days", 1], ["updated_at", "2016-01-18 16:34:48.308238"], ["id", 1]]  (556.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#goal Completed 302 Found in 570ms (ActiveRecord: 557.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:34:48 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (45.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:34:48.954489' and ends_at >= '2016-01-18 16:34:48.954489') Completed 200 OK in 116ms (Views: 108.3ms | ActiveRecord: 1.5ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:34:59 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aI09knPSn+9xF5ujMDcUKswekMvFNO/iQNml5U8oUiiI9ia2E1JGGnysA3ZyyCHy1wWBsPnF9H+a4DlVKKojgQ==", "project"=>{"about"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"description", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.6ms) UPDATE "hatchy_projects" SET "about" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["about", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 16:34:59.367586"], ["id", 1]]  (148.3ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#description Completed 302 Found in 163ms (ActiveRecord: 149.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:34:59 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (16.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (49.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:34:59.628136' and ends_at >= '2016-01-18 16:34:59.628136') Completed 200 OK in 145ms (Views: 137.0ms | ActiveRecord: 1.4ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:35:04 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"R/wu5b9mCP5gKPprJlT3oO47dKwUn3Ar5kucb/d8IoynhzXB3+bRC22TYr5kq8J49SBl1yhua7Y8cgDfkP5TJQ==", "project"=>{"video_url"=>"https://www.youtube.com/watch?v=63iLLXJ7oic"}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "video_url" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["video_url", "https://www.youtube.com/watch?v=63iLLXJ7oic"], ["updated_at", "2016-01-18 16:35:04.418373"], ["id", 1]]  (247.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#video Completed 302 Found in 263ms (ActiveRecord: 249.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:35:04 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (46.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:35:04.764936' and ends_at >= '2016-01-18 16:35:04.764936') Completed 200 OK in 127ms (Views: 120.2ms | ActiveRecord: 1.3ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:35:09 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"sJEECAJhWQNebL+A2/+Pi8EA29NfTDXmLODsg0X4KohQ6h8sYuGA9lPXJ1WZALpT2hvKqGO9Lnv22XAzInpbIQ==", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "budget" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["budget", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 16:35:09.625096"], ["id", 1]]  (349.3ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#budget Completed 302 Found in 363ms (ActiveRecord: 350.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:35:09 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (52.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:35:10.087840' and ends_at >= '2016-01-18 16:35:10.087840') Completed 200 OK in 140ms (Views: 133.1ms | ActiveRecord: 1.1ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:35:20 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"y3FrcDDP4VCpQWF2RBpGCS+/s72QnAjwBZPID6mu/vkrCnBUUE84paT6+aMG5XPRNKSixqxtE23fqlS/ziyPUA==", "project"=>{"project_img"=>#, @original_filename="game.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"game.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"this is headline"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "hatchy_projects" SET "headline" = ?, "project_img" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["headline", "this is headline"], ["project_img", "game.jpg"], ["updated_at", "2016-01-18 16:35:20.563702"], ["id", 1]]  (152.2ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#project_card Completed 302 Found in 171ms (ActiveRecord: 153.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:35:20 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (52.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:35:20.829652' and ends_at >= '2016-01-18 16:35:20.829652') Completed 200 OK in 130ms (Views: 123.7ms | ActiveRecord: 1.2ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:35:52 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"efF7bmwPFld42vLlJoF7QNXimvoTxSkMtKBzmIilowqZimBKDI/PonVhajBkfk6YzvmLgS80MpFume8o7yfSow==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"50", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"I will never give u your reward lel", "max_contributions"=>"", "_destroy"=>"false"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_rewards" ("description", "min_value", "deliver_at", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "I will never give u your reward lel"], ["min_value", 50.0], ["deliver_at", "2016-01-01 00:00:00.000000"], ["project_id", 1], ["created_at", "2016-01-18 16:35:52.285111"], ["updated_at", "2016-01-18 16:35:52.285111"]]  (254.2ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#rewards Completed 302 Found in 273ms (ActiveRecord: 255.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:35:52 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.8ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (65.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:35:52.672932' and ends_at >= '2016-01-18 16:35:52.672932') Completed 200 OK in 161ms (Views: 152.2ms | ActiveRecord: 1.4ms) Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-18 10:35:55 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.7ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "analysis"], ["updated_at", "2016-01-18 16:35:55.540340"], ["id", 1]]  (171.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 189ms (ActiveRecord: 172.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:35:55 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.0ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (37.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (101.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:35:55.870036' and ends_at >= '2016-01-18 16:35:55.870036') Completed 200 OK in 188ms (Views: 181.2ms | ActiveRecord: 1.8ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 10:36:03 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wWkXkubm5DKZD/3l36/WCayU6pfvcZikHteOXapPSR0hEgy2hmY9x5S0ZTCdUOPRt4/77NOAgznE7hLtzc04tA==", "project"=>{"account_attributes"=>{"account_type"=>"Individuals", "owner_name"=>"test", "email"=>"test@mail.com", "phone"=>"123123", "owner_document"=>"test123", "bank_id"=>"2", "account"=>"123", "account_digit"=>"F123", "address_street"=>"Fake st", "address_city"=>"Fake city", "address_state"=>"Fake state", "address_number"=>"123", "address_zip"=>"F124"}}, "anchor"=>"account", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_project_accounts" ("account", "account_digit", "account_type", "address_city", "address_number", "address_state", "address_street", "address_zip", "bank_id", "email", "owner_document", "owner_name", "phone", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["account", "123"], ["account_digit", "F123"], ["account_type", "Individuals"], ["address_city", "Fake city"], ["address_number", "123"], ["address_state", "Fake state"], ["address_street", "Fake st"], ["address_zip", "F124"], ["bank_id", 2], ["email", "test@mail.com"], ["owner_document", "test123"], ["owner_name", "test"], ["phone", "123123"], ["project_id", 1], ["created_at", "2016-01-18 16:36:03.562426"], ["updated_at", "2016-01-18 16:36:03.562426"]]  (266.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#account Completed 302 Found in 285ms (ActiveRecord: 268.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:36:03 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.1ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (23.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (42.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (98.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:36:03.976529' and ends_at >= '2016-01-18 16:36:03.976529') Completed 200 OK in 180ms (Views: 171.2ms | ActiveRecord: 2.2ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 10:36:08 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.9ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.4ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (22.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (29.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (8.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:36:08.456814' and ends_at >= '2016-01-18 16:36:08.456814') Completed 200 OK in 189ms (Views: 165.8ms | ActiveRecord: 4.8ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 10:36:10 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (17.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.7ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:36:10.695676' and ends_at >= '2016-01-18 16:36:10.695676') Completed 200 OK in 130ms (Views: 127.0ms | ActiveRecord: 0.6ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453134970822" for 127.0.0.1 at 2016-01-18 10:36:10 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453134970822", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 34ms (Views: 27.0ms | ActiveRecord: 1.9ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 10:36:12 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (23.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (48.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:36:12.478488' and ends_at >= '2016-01-18 16:36:12.478488') Completed 200 OK in 153ms (Views: 148.1ms | ActiveRecord: 1.6ms) Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-18 10:36:17 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"/4HrqcfRl5eUygDOf3aFHQFZt0r849OJOpAHIxGu6dof+vCNp1FOYplxmBs9ibDFGkKmMcASyBTgqZuTdiyYcw==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "approved"], ["updated_at", "2016-01-18 16:36:17.631787"], ["id", 1]]  (175.1ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 195ms (ActiveRecord: 176.3ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 10:36:17 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.6ms) Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:36:17.889956' and ends_at >= '2016-01-18 16:36:17.889956') Completed 200 OK in 120ms (Views: 113.1ms | ActiveRecord: 1.7ms) Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-18 10:36:20 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"PvYQ4yYV2rPrYW5xfAbe4+oJvD3PRFgDnIkDxXjyU6LejQvHRpUDRuba9qQ++es78RKtRvO1Q55GsJ91H3AiCw==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "status" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "online"], ["online_date", "2016-01-18 16:36:20.812311"], ["expires_at", "2016-01-19 16:36:20.812311"], ["updated_at", "2016-01-18 16:36:20.813740"], ["id", 1]]  (149.6ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 169ms (ActiveRecord: 151.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 10:36:20 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.2ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:36:21.035780' and ends_at >= '2016-01-18 16:36:21.035780') Completed 200 OK in 101ms (Views: 96.0ms | ActiveRecord: 1.4ms) Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-18 10:36:23 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"T1l1Fxcl8GL5oAZZB0ghxmuNNULyHYYUvTX6ejkSXE+vIm4zd6Upl/QbnoxFtxQecJYkOc7snYlnDGbKXpAt5g==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "recommended" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["recommended", "t"], ["online_date", "2016-01-18 16:36:23.467202"], ["expires_at", "2016-01-19 16:36:23.467202"], ["updated_at", "2016-01-18 16:36:23.467869"], ["id", 1]]  (189.0ms) commit transaction Completed 200 OK in 204ms (ActiveRecord: 190.1ms) Started GET "/" for 127.0.0.1 at 2016-01-18 10:36:24 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (13.3ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:36:24.686741' and ends_at >= '2016-01-18 16:36:24.686741') Completed 200 OK in 115ms (Views: 114.1ms | ActiveRecord: 0.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 10:36:25 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 9ms (ActiveRecord: 0.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:36:25 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (23.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (88.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:36:25.740658' and ends_at >= '2016-01-18 16:36:25.740658') Completed 200 OK in 181ms (Views: 169.9ms | ActiveRecord: 2.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 10:36:27 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.4ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:36:28.079696' and ends_at >= '2016-01-18 16:36:28.079696') Completed 200 OK in 125ms (Views: 117.7ms | ActiveRecord: 1.5ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 10:36:30 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (13.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (22.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:36:30.897285' and ends_at >= '2016-01-18 16:36:30.897285') Completed 200 OK in 142ms (Views: 111.1ms | ActiveRecord: 1.4ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 10:38:28 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (20.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:38:28.525561' and ends_at >= '2016-01-18 16:38:28.525561') Completed 200 OK in 114ms (Views: 101.3ms | ActiveRecord: 1.4ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 10:56:32 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (1.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:56:32.505961' and ends_at >= '2016-01-18 16:56:32.505961') Completed 200 OK in 188ms (Views: 88.2ms | ActiveRecord: 4.2ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 10:56:36 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rlLsnxK8hVat2C8wZnC2j3gTkeVHGq0N1ROo1VaHVutOKfe7cjxco6Bjt+Ukj4NXYwiAnnvrtpAPKjRlMQUnQg==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.8ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 17ms (ActiveRecord: 1.4ms) NoMethodError (undefined method `>' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/contribution.rb:34:in `cant_contribute_if_max_contribution' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `block in simple' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validate_callbacks' activemodel (4.2.5) lib/active_model/validations.rb:398:in `run_validations!' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `block in run_validations!' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validation_callbacks' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `run_validations!' activemodel (4.2.5) lib/active_model/validations.rb:337:in `valid?' activerecord (4.2.5) lib/active_record/validations.rb:58:in `valid?' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:18:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.1ms) Started GET "/" for 127.0.0.1 at 2016-01-18 10:56:48 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (21.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:56:48.682138' and ends_at >= '2016-01-18 16:56:48.682138') Completed 200 OK in 108ms (Views: 105.8ms | ActiveRecord: 1.1ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/admin" for 127.0.0.1 at 2016-01-18 10:59:42 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.5ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (36.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (261.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (22.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:59:42.839519' and ends_at >= '2016-01-18 16:59:42.839519') Completed 200 OK in 765ms (Views: 626.7ms | ActiveRecord: 7.5ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 10:59:45 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (17.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (11.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:59:45.274430' and ends_at >= '2016-01-18 16:59:45.274430') Completed 200 OK in 229ms (Views: 225.3ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453136385488" for 127.0.0.1 at 2016-01-18 10:59:45 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453136385488", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (1.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (1.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 23ms (Views: 11.0ms | ActiveRecord: 3.8ms) Started GET "/" for 127.0.0.1 at 2016-01-18 10:59:49 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (20.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (24.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (33.0ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:59:49.812734' and ends_at >= '2016-01-18 16:59:49.812734') Completed 200 OK in 138ms (Views: 135.8ms | ActiveRecord: 1.0ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 10:59:50 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 10:59:50 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (10.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (17.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (5.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (13.4ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (35.6ms) Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (30.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (151.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:59:50.948467' and ends_at >= '2016-01-18 16:59:50.948467') Completed 200 OK in 283ms (Views: 244.6ms | ActiveRecord: 2.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 10:59:52 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (36.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:59:52.882635' and ends_at >= '2016-01-18 16:59:52.882635') Completed 200 OK in 126ms (Views: 118.5ms | ActiveRecord: 1.6ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 10:59:55 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (24.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 16:59:55.130400' and ends_at >= '2016-01-18 16:59:55.130400') Completed 200 OK in 146ms (Views: 117.0ms | ActiveRecord: 1.4ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:00:10 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mbjqb0OpbW78enjpWXtbEbmUKPVtKA9RBDfNkl7e1tTRw/FLIym0m/HB4DwbhG7Joo85jlHZFMzeDlEiOVynfQ==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 26ms (ActiveRecord: 1.2ms) NoMethodError (undefined method `>' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/contribution.rb:34:in `cant_contribute_if_max_contribution' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `block in simple' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validate_callbacks' activemodel (4.2.5) lib/active_model/validations.rb:398:in `run_validations!' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `block in run_validations!' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validation_callbacks' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `run_validations!' activemodel (4.2.5) lib/active_model/validations.rb:337:in `valid?' activerecord (4.2.5) lib/active_record/validations.rb:58:in `valid?' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:18:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (29.8ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:00:32 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:00:32.869079' and ends_at >= '2016-01-18 17:00:32.869079') Completed 200 OK in 204ms (Views: 109.0ms | ActiveRecord: 3.6ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:00:34 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0Cd5HT776OXNWtCryCMPoRnhzbsoP53AOmgHp+IczXgwXGI5XnsxEMDhSH6K3Dp5AvrcwBTOhl3gUZsXhZ680Q==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (9.0ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 1: = form_for [@project, @contribution], html:{class: "form-horizontal", novalidate:true} do |f| 2: %h3 Choose the reward and then the value of support 3: .col-xs-12.col-sm-12.col-md-8 4: = f.collection_radio_buttons(:reward_id, @rewards, :id, :description) do |b| 5: .col-xs-12.col-sm-12.col-md-12.reward-select.well 6: .reward-headline 7: %h3= b.label(:class => 'radio-inline') { b.radio_button + "$#{b.object.min_value} or more" } actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:73:in `render_collection' actionview (4.2.5) lib/action_view/helpers/tags/collection_radio_buttons.rb:17:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:648:in `collection_radio_buttons' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:837:in `collection_radio_buttons' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:4:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml___4114863646671848486_76881460' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml___4114863646671848486_76881460' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml:3:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__form_html_haml__3087816189326341304_80086820' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_new_html_haml___1336776456447751015_79968760' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:22:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.9ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 11:00:43 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:00:43.349711' and ends_at >= '2016-01-18 17:00:43.349711') Completed 200 OK in 161ms (Views: 133.0ms | ActiveRecord: 3.7ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 11:00:44 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (23.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:00:44.755395' and ends_at >= '2016-01-18 17:00:44.755395') Completed 200 OK in 152ms (Views: 149.7ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453136444929" for 127.0.0.1 at 2016-01-18 11:00:45 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453136444929", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.8ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 15ms (Views: 7.6ms | ActiveRecord: 1.7ms) Started GET "/" for 127.0.0.1 at 2016-01-18 11:00:47 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (14.7ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (24.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:00:47.300301' and ends_at >= '2016-01-18 17:00:47.300301') Completed 200 OK in 130ms (Views: 127.5ms | ActiveRecord: 0.9ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 11:00:48 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 11:00:49 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (76.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:00:49.140281' and ends_at >= '2016-01-18 17:00:49.140281') Completed 200 OK in 177ms (Views: 152.8ms | ActiveRecord: 2.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 11:00:50 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (18.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:00:50.791578' and ends_at >= '2016-01-18 17:00:50.791578') Completed 200 OK in 112ms (Views: 103.4ms | ActiveRecord: 1.6ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:00:52 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.7ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:00:52.692160' and ends_at >= '2016-01-18 17:00:52.692160') Completed 200 OK in 107ms (Views: 95.4ms | ActiveRecord: 1.6ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:01:49 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:01:50.313027' and ends_at >= '2016-01-18 17:01:50.313027') Completed 200 OK in 196ms (Views: 91.6ms | ActiveRecord: 4.4ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:01:51 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"x9lz5Cj986dxzsFZh3omNcZQ9lzH8YO+DVmvHCniEK8nomjASH0qUnx1WYzFhRPt3UvnJ/sAmCPXYDOsTmBhBg==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (7.0ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 1: = form_for [@project, @contribution], html:{class: "form-horizontal", novalidate:true} do |f| 2: %h3 Choose the reward and then the value of support 3: .col-xs-12.col-sm-12.col-md-8 4: = f.collection_radio_buttons(:reward_id, @rewards, :id, :description) do |b| 5: .col-xs-12.col-sm-12.col-md-12.reward-select.well 6: .reward-headline 7: %h3= b.label(:class => 'radio-inline') { b.radio_button + "$#{b.object.min_value} or more" } actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:73:in `render_collection' actionview (4.2.5) lib/action_view/helpers/tags/collection_radio_buttons.rb:17:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:648:in `collection_radio_buttons' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:837:in `collection_radio_buttons' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:4:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml___4114863646671848486_76881460' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml___4114863646671848486_76881460' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml:3:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__form_html_haml__3087816189326341304_80086820' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_new_html_haml___1336776456447751015_79968760' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:23:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.9ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:01:56 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (14.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:01:56.793492' and ends_at >= '2016-01-18 17:01:56.793492') Completed 200 OK in 104ms (Views: 97.3ms | ActiveRecord: 0.8ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:02:57 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (5.3ms) Completed 500 Internal Server Error in 46ms (ActiveRecord: 1.4ms) ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: = form_for [@project, @contribution], html:{class: "form-horizontal", novalidate:true} do |f| 2: %h3 Choose the reward and then the value of support 3: .col-xs-12.col-sm-12.col-md-8 4: = f.collection_radio_buttons(:reward_id, @rewards, :id, :description) do |b| actionview (4.2.5) lib/action_view/helpers/form_helper.rb:432:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml___4114863646671848486_76881460' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_form.html.haml:3:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__form_html_haml__3087816189326341304_80086820' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_new_html_haml___1336776456447751015_79968760' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.4ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 11:24:26 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (475.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (29.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:24:27.267332' and ends_at >= '2016-01-18 17:24:27.267332') Completed 200 OK in 765ms (Views: 659.4ms | ActiveRecord: 8.1ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:24:30 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (28.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (48.0ms) Completed 500 Internal Server Error in 128ms (ActiveRecord: 2.0ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 2: = form_for [@project, @contribution], html:{class: "form-horizontal"} do |f| 3: %h3 Choose the reward and then the value of support 4: .col-xs-12.col-sm-12.col-md-8 5: = f.collection_radio_buttons(:reward_id, @rewards, :id, :description) do |b| 6: .col-xs-12.col-sm-12.col-md-12.reward-select.well 7: .reward-headline 8: %h3= b.label(:class => 'radio-inline') { b.radio_button + "$#{b.object.min_value} or more" } actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:73:in `render_collection' actionview (4.2.5) lib/action_view/helpers/tags/collection_radio_buttons.rb:17:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:648:in `collection_radio_buttons' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:837:in `collection_radio_buttons' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:5:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml__3970505261400395967_53177180' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml__3970505261400395967_53177180' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_new_html_haml___3963270333817230710_52697340' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.3ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:25:53 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Completed 500 Internal Server Error in 96ms (ActiveRecord: 3.4ms) NameError (undefined local variable or method `empty_reward' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:8:in `new' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (30.0ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:26:14 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:26:15.128974' and ends_at >= '2016-01-18 17:26:15.128974') Completed 200 OK in 193ms (Views: 90.9ms | ActiveRecord: 4.3ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:26:23 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:26:23.548270' and ends_at >= '2016-01-18 17:26:23.548270') Completed 200 OK in 94ms (Views: 79.5ms | ActiveRecord: 0.8ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:26:51 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:26:51.909668' and ends_at >= '2016-01-18 17:26:51.909668') Completed 200 OK in 211ms (Views: 91.7ms | ActiveRecord: 4.7ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:26:59 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Di1dYkz47ameAFzNR5VrPQMl7zbpey052GcNP73UxUPuVkZGLHg0XJO7xBgFal7lGD7+TdWKNqQCXpGP2la06g==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms) ActionView::MissingTemplate (Missing template hatchy/projects/contributions/create, hatchy/application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in: * "/home/bauser/Documents/dev/ruby/opensource/hatchy/spec/dummy/app/views" * "/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/kaminari-0.16.3/app/views" * "/home/bauser/.rvm/gems/ruby-2.2.3/gems/devise-3.5.1/app/views" ): actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (27.2ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:28:20 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:28:20.748466' and ends_at >= '2016-01-18 17:28:20.748466') Completed 200 OK in 171ms (Views: 84.6ms | ActiveRecord: 3.3ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:28:22 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yHWmSCd6vnpCGNtpJMTGezBjSkAcYlDRIkmT6/kG2OAoDr1sR/pnj0+jQ7xmO/OjK3hbOyCTS0z4cA9bnoSpSQ==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/ Completed 302 Found in 3ms (ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2016-01-18 11:28:22 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (18.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (29.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:28:22.970259' and ends_at >= '2016-01-18 17:28:22.970259') Completed 200 OK in 115ms (Views: 113.0ms | ActiveRecord: 1.3ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 11:28:54 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (24.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (30.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (15.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:28:54.711285' and ends_at >= '2016-01-18 17:28:54.711285') Completed 200 OK in 190ms (Views: 164.6ms | ActiveRecord: 5.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 11:28:56 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:28:56.814054' and ends_at >= '2016-01-18 17:28:56.814054') Completed 200 OK in 172ms (Views: 167.8ms | ActiveRecord: 0.6ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453138136972" for 127.0.0.1 at 2016-01-18 11:28:57 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453138136972", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.7ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 23ms (Views: 16.1ms | ActiveRecord: 1.6ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 11:29:01 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (18.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:29:01.332262' and ends_at >= '2016-01-18 17:29:01.332262') Completed 200 OK in 126ms (Views: 123.4ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453138141449" for 127.0.0.1 at 2016-01-18 11:29:01 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453138141449", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 27ms (Views: 19.1ms | ActiveRecord: 2.2ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 11:29:02 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (27.6ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.8ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (17.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (92.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:29:02.746386' and ends_at >= '2016-01-18 17:29:02.746386') Completed 200 OK in 216ms (Views: 209.8ms | ActiveRecord: 2.6ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 11:33:52 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:33:52.649218' and ends_at >= '2016-01-18 17:33:52.649218') Completed 200 OK in 102ms (Views: 95.1ms | ActiveRecord: 0.5ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453138432788" for 127.0.0.1 at 2016-01-18 11:33:52 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453138432788", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 7ms (Views: 2.7ms | ActiveRecord: 0.9ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/" for 127.0.0.1 at 2016-01-18 11:38:41 -0600 Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (67.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (101.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (497.6ms) Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (60.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:38:42.564887' and ends_at >= '2016-01-18 17:38:42.564887') Completed 200 OK in 743ms (Views: 718.0ms | ActiveRecord: 4.4ms) Started GET "/assets/hatchy/hatchy.self-3f7aeef10f36dd1633e0e184afdc132e5f9bc0b08967619168480696b78ea13e.css?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/jquery.self-c64a74367bda6ef8b860f19e74df08927ca99d2be2ac934e9e92d5fd361e0da4.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/jquery_ujs.self-d602bdfe68ffc63b9f9cc512872aa3cfff046228a0a36e90dd476e8ef54c1b09.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/transition.self-9616c4e856b57659b67da3c6f2adcd584b5601ef4bebcdadab8ebb387d80bb25.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/affix.self-f7aef9d98ee5ece34a6a92a6a15bba777d93e8d908b75c95a85088277f394200.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/alert.self-896ab026e6823f5cef2441e07dac53d0692a5b772ac58b1ce20aa624c342d3f4.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/button.self-d19f3e2bcd3a7a4d75c11b9141b3fabd2c11987da1e99c85548ec3ecf8db30c3.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/carousel.self-b2e5e14483e6c31343a83861b7d487620f143d6fc2d07d5ae7544b6b225ba6be.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/collapse.self-93820e9b486e375a7fb4477602def3a6f8381fa6d50938d5378297ffbe4a1248.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.self-30536ae4d54b2685c26b5787ed0eb549a9075717fe690cce6270873bedf2df00.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/modal.self-bcfe54f3132bf16a8c5ce4289e47eba488f6522a08f49f378a037061c6c7aa4c.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.self-c5c6ed008955656d345067e9821d79f1216b8383134d08465d4aa1a33a2b93b4.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/tab.self-9b77df34cbbb08ec93a806d6cdb741f04e3dbf3389978a0679146f2d2987bc89.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.self-3aa41fbe871573b34e0ebddf31598cd5a11a9841ca85f90934ea46326e46626d.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/popover.self-b73e9c9111d01148e24bbc46e096782e024dc5db630e7078cf11ed2587ef8551.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.self-384a79ed2448e994af8b4d1559ebefd56d9c7b90cbcff70651aa29c4d2918c4b.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.self-356da1275c02184d8e20410d0de1057d9c2daccadc1be86177e9ac7c6197046a.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/libraries/summernote.self-0a2d46342966343b65435c8fbea55b3c09e6f9a42f5423983da22bb201249758.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.self-8ca4268e93d12ce18f015a679a49a14d56f045a5e7eaa2aad402e7fe0eea0893.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/application.self-adb77c0810259e90473997b528d8060f6f07c77125ddca0e7b99347fb1dfc88e.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/hatchy.self-79488488398f5f5aed236dd6e9f914599370d04dfe70fda61b8c83bf739b1088.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:42 -0600 Started GET "/assets/hatchy/home.self-8baea3b9feb128314b767b475494d9358e38f016f4fd20b05475fb201a2c3562.js?body=1" for 127.0.0.1 at 2016-01-18 11:38:43 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 11:38:43 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 9ms (ActiveRecord: 0.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 11:38:43 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (10.8ms) Hatchy::Category Load (0.6ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (30.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (6.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (9.3ms) Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (35.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (36.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (163.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:38:44.043842' and ends_at >= '2016-01-18 17:38:44.043842') Completed 200 OK in 306ms (Views: 237.4ms | ActiveRecord: 3.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 11:38:46 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.6ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (43.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:38:46.414733' and ends_at >= '2016-01-18 17:38:46.414733') Completed 200 OK in 129ms (Views: 121.1ms | ActiveRecord: 2.0ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:38:48 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (14.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (20.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:38:48.436677' and ends_at >= '2016-01-18 17:38:48.436677') Completed 200 OK in 135ms (Views: 108.5ms | ActiveRecord: 1.1ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:38:53 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"A73T5sLKNMmTYBpa9pJx2GEJGSdchYsnfwz3QQ+hxgnjxsjCokrtPJ7bgo+0bUQAehIIXGB0kLqlNWvxaCO3oA==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (8.7ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 2: = form_for [@project, @contribution], html:{class: "form-horizontal"} do |f| 3: %h3 Choose the reward and then the value of support 4: .col-xs-12.col-sm-12.col-md-8 5: = f.collection_radio_buttons(:reward_id, @rewards, :id, :description) do |b| 6: .col-xs-12.col-sm-12.col-md-12.reward-select.well 7: .reward-headline 8: %h3= b.label(:class => 'radio-inline') { b.radio_button + "$#{b.object.min_value} or more" } actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:73:in `render_collection' actionview (4.2.5) lib/action_view/helpers/tags/collection_radio_buttons.rb:17:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:648:in `collection_radio_buttons' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:837:in `collection_radio_buttons' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:5:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml___4573105016733583306_56641040' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml___4573105016733583306_56641040' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_new_html_haml__3366056164238281063_85681280' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:26:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.7ms) Started GET "/r" for 127.0.0.1 at 2016-01-18 11:39:05 -0600 ActionController::RoutingError (No route matches [GET] "/r"): actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (116.1ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:39:35 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:39:36.185098' and ends_at >= '2016-01-18 17:39:36.185098') Completed 200 OK in 186ms (Views: 84.8ms | ActiveRecord: 3.6ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:39:37 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MwC4Ue1zAiCGUWBrYtY2QdQyKilP5D6UIJP2ECp4C1TTe6N1jfPb1Yvq+L4gKQOZzyk7UnMVJQn6qmqgTfp6/Q==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (5.8ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 2: = form_for [@project, @contribution], html:{class: "form-horizontal"} do |f| 3: %h3 Choose the reward and then the value of support 4: .col-xs-12.col-sm-12.col-md-8 5: = f.collection_radio_buttons(:reward_id, @rewards, :id, :description) do |b| 6: .col-xs-12.col-sm-12.col-md-12.reward-select.well 7: .reward-headline 8: %h3= b.label(:class => 'radio-inline') { b.radio_button + "$#{b.object.min_value} or more" } actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:73:in `render_collection' actionview (4.2.5) lib/action_view/helpers/tags/collection_radio_buttons.rb:17:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:648:in `collection_radio_buttons' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:837:in `collection_radio_buttons' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:5:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml___4573105016733583306_56641040' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml___4573105016733583306_56641040' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_new_html_haml__3366056164238281063_85681280' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:26:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (33.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 11:39:45 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (1.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:39:45.990007' and ends_at >= '2016-01-18 17:39:45.990007') Completed 200 OK in 113ms (Views: 101.6ms | ActiveRecord: 3.3ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:39:47 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.7ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:39:47.894288' and ends_at >= '2016-01-18 17:39:47.894288') Completed 200 OK in 98ms (Views: 87.0ms | ActiveRecord: 1.5ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:39:56 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dbcaVNNV+Ac9SKMR4uHtgZM4w+dLsEnxnNADOMYCGVGVzAFws9Uh8jDzO8SgHthZiCPSnHdBUmxG6Z+IoYBo+A==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (13.5ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 2: = form_for [@project, @contribution], html:{class: "form-horizontal"} do |f| 3: %h3 Choose the reward and then the value of support 4: .col-xs-12.col-sm-12.col-md-8 5: = f.collection_radio_buttons(:reward_id, @rewards, :id, :description) do |b| 6: .col-xs-12.col-sm-12.col-md-12.reward-select.well 7: .reward-headline 8: %h3= b.label(:class => 'radio-inline') { b.radio_button + "$#{b.object.min_value} or more" } actionview (4.2.5) lib/action_view/helpers/tags/collection_helpers.rb:73:in `render_collection' actionview (4.2.5) lib/action_view/helpers/tags/collection_radio_buttons.rb:17:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:648:in `collection_radio_buttons' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:837:in `collection_radio_buttons' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:5:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml___4573105016733583306_56641040' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__rewards_html_haml___4573105016733583306_56641040' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_new_html_haml__3366056164238281063_85681280' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:26:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (19.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (45.2ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 11:40:57 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.6ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (28.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (34.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (10.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:40:57.943938' and ends_at >= '2016-01-18 17:40:57.943938') Completed 200 OK in 184ms (Views: 162.5ms | ActiveRecord: 3.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 11:40:59 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:40:59.830351' and ends_at >= '2016-01-18 17:40:59.830351') Completed 200 OK in 124ms (Views: 121.2ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453138859960" for 127.0.0.1 at 2016-01-18 11:41:00 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453138859960", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 16ms (Views: 5.9ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-01-18 11:41:02 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (11.3ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:41:02.638050' and ends_at >= '2016-01-18 17:41:02.638050') Completed 200 OK in 94ms (Views: 92.0ms | ActiveRecord: 0.9ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 11:41:03 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 11:41:03 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.3ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (19.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (78.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:41:03.745351' and ends_at >= '2016-01-18 17:41:03.745351') Completed 200 OK in 180ms (Views: 154.4ms | ActiveRecord: 2.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 11:41:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:41:05.232310' and ends_at >= '2016-01-18 17:41:05.232310') Completed 200 OK in 106ms (Views: 99.4ms | ActiveRecord: 1.4ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:41:07 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:41:07.305589' and ends_at >= '2016-01-18 17:41:07.305589') Completed 200 OK in 89ms (Views: 79.1ms | ActiveRecord: 1.0ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:41:44 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:41:44.893441' and ends_at >= '2016-01-18 17:41:44.893441') Completed 200 OK in 193ms (Views: 91.5ms | ActiveRecord: 4.7ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:41:46 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6rPyuC7OFC8yDhRXxNT4U9JoxkrVUQjrLzrGdC9TxFwKyOmcTk7N2j+1jIKGK82LyXPXMemgE3b1A1rESNG19Q==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/ Completed 302 Found in 13ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-01-18 11:41:46 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (16.6ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:41:46.121412' and ends_at >= '2016-01-18 17:41:46.121412') Completed 200 OK in 101ms (Views: 99.3ms | ActiveRecord: 1.1ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 11:43:42 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (1.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 59ms (ActiveRecord: 3.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 11:43:43 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.4ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.6ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (18.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (11.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (25.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (102.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:43:43.377132' and ends_at >= '2016-01-18 17:43:43.377132') Completed 200 OK in 248ms (Views: 199.0ms | ActiveRecord: 4.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 11:43:44 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.7ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:43:45.002616' and ends_at >= '2016-01-18 17:43:45.002616') Completed 200 OK in 112ms (Views: 102.8ms | ActiveRecord: 2.6ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:43:47 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:43:47.657507' and ends_at >= '2016-01-18 17:43:47.657507') Completed 200 OK in 119ms (Views: 91.0ms | ActiveRecord: 1.4ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:43:48 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EMiCllx8F7e81bvsV5VZ9PAKYF8/EnR9HLhWNemF6qjws5myPPzOQrFuIzkVamws6xFxJAPjb+DGgcqFjgebAQ==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/ Completed 302 Found in 13ms (ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2016-01-18 11:43:48 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.8ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:43:49.000417' and ends_at >= '2016-01-18 17:43:49.000417') Completed 200 OK in 91ms (Views: 89.3ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-01-18 11:44:22 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (28.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (32.7ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (37.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:44:22.429786' and ends_at >= '2016-01-18 17:44:22.429786') Completed 200 OK in 163ms (Views: 145.1ms | ActiveRecord: 4.1ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 11:44:23 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 11:44:23 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.6ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.9ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.6ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (45.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (23.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (101.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:44:23.466528' and ends_at >= '2016-01-18 17:44:23.466528') Completed 200 OK in 227ms (Views: 178.7ms | ActiveRecord: 3.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 11:44:25 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.4ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:44:25.599878' and ends_at >= '2016-01-18 17:44:25.599878') Completed 200 OK in 114ms (Views: 104.1ms | ActiveRecord: 2.4ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:44:27 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:44:27.260352' and ends_at >= '2016-01-18 17:44:27.260352') Completed 200 OK in 116ms (Views: 90.9ms | ActiveRecord: 1.3ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:44:28 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"73xDdlTingIkKpYk89ZChrcamyetPKb1fEDSJLYgzmkPB1hSNGJH9ymRDvGxKXderAGKXJHNvWimeU6U0aK/wA==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 16ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-01-18 11:44:28 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.1ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:44:29.037742' and ends_at >= '2016-01-18 17:44:29.037742') Completed 200 OK in 91ms (Views: 89.4ms | ActiveRecord: 0.6ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 11:46:46 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 60ms (ActiveRecord: 3.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 11:46:46 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.2ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (36.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.7ms) Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.0ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (23.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (117.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:46:46.909680' and ends_at >= '2016-01-18 17:46:46.909680') Completed 200 OK in 261ms (Views: 202.0ms | ActiveRecord: 3.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 11:46:48 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:46:48.428550' and ends_at >= '2016-01-18 17:46:48.428550') Completed 200 OK in 110ms (Views: 103.4ms | ActiveRecord: 2.2ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:46:50 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:46:50.246502' and ends_at >= '2016-01-18 17:46:50.246502') Completed 200 OK in 118ms (Views: 89.8ms | ActiveRecord: 1.5ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:46:51 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"pM3vLFGt8y4bvmC4yYZH9y+BoZ79B/54OqT/QI0+dbpEtvQIMS0q2xYF+G2LeXIvNJqw5cH25eXgnWPw6rwEEw==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/ Completed 302 Found in 11ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2016-01-18 11:46:51 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:46:51.523985' and ends_at >= '2016-01-18 17:46:51.523985') Completed 200 OK in 91ms (Views: 89.3ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-01-18 11:47:37 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (31.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (36.8ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (35.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:47:37.656168' and ends_at >= '2016-01-18 17:47:37.656168') Completed 200 OK in 181ms (Views: 163.3ms | ActiveRecord: 3.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 11:47:38 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 11:47:38 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.2ms) Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (24.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (91.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:47:38.711529' and ends_at >= '2016-01-18 17:47:38.711529') Completed 200 OK in 211ms (Views: 171.1ms | ActiveRecord: 3.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 11:47:41 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.4ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:47:41.598620' and ends_at >= '2016-01-18 17:47:41.598620') Completed 200 OK in 120ms (Views: 110.6ms | ActiveRecord: 1.9ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:47:42 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:47:42.995257' and ends_at >= '2016-01-18 17:47:42.995257') Completed 200 OK in 121ms (Views: 95.8ms | ActiveRecord: 1.1ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 11:47:44 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"n1R7nfqPIuerYLmiP3ABPJsy7Pg8zMGRhNyukCs81Rx/L2C5mg/7EqbbIXd9jzTkgCn9gwA92gxe5TIgTL6ktQ==", "contribution"=>{"value"=>"50.0", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "status", "step", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 1], ["value", 50.0], ["project_id", 1], ["user_id", 1], ["status", "pending"], ["step", "reward-select"], ["created_at", "2016-01-18 17:47:44.365285"], ["updated_at", "2016-01-18 17:47:44.365285"]]  (220.0ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit Completed 302 Found in 236ms (ActiveRecord: 221.3ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 11:47:44 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:47:44.645655' and ends_at >= '2016-01-18 17:47:44.645655') Completed 200 OK in 110ms (Views: 107.2ms | ActiveRecord: 0.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 11:47:49 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:47:49.732147' and ends_at >= '2016-01-18 17:47:49.732147') Completed 200 OK in 114ms (Views: 104.2ms | ActiveRecord: 2.8ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 11:47:51 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:47:51.348775' and ends_at >= '2016-01-18 17:47:51.348775') Completed 200 OK in 115ms (Views: 112.6ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453139271473" for 127.0.0.1 at 2016-01-18 11:47:51 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453139271473", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (4.0ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 30ms (Views: 16.1ms | ActiveRecord: 5.7ms) Started GET "/" for 127.0.0.1 at 2016-01-18 11:48:07 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (12.4ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:48:07.995680' and ends_at >= '2016-01-18 17:48:07.995680') Completed 200 OK in 95ms (Views: 93.4ms | ActiveRecord: 0.6ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 11:48:09 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 7ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 11:48:09 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.9ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (75.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:48:09.910299' and ends_at >= '2016-01-18 17:48:09.910299') Completed 200 OK in 159ms (Views: 151.6ms | ActiveRecord: 1.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 11:48:11 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:48:11.835076' and ends_at >= '2016-01-18 17:48:11.835076') Completed 200 OK in 126ms (Views: 119.2ms | ActiveRecord: 1.3ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 11:48:13 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:48:13.852709' and ends_at >= '2016-01-18 17:48:13.852709') Completed 200 OK in 98ms (Views: 89.1ms | ActiveRecord: 1.0ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 11:48:19 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (26.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 17:48:19.125758' and ends_at >= '2016-01-18 17:48:19.125758') Completed 200 OK in 110ms (Views: 104.7ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/dashboard.self-8f97484d9a4d0ee2ec72952881e29e08f5099597755956549d1f19117061b1ae.js?body=1" for 127.0.0.1 at 2016-01-18 11:48:19 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 12:02:07 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (1.7ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (17.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:02:07.269683' and ends_at >= '2016-01-18 18:02:07.269683') Completed 200 OK in 104ms (Views: 95.3ms | ActiveRecord: 2.6ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Contribution Load (0.7ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 12:05:40 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Exists (0.6ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (16.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (89.3ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.6ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (29.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (455.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (25.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:05:41.503384' and ends_at >= '2016-01-18 18:05:41.503384') Completed 200 OK in 698ms (Views: 607.5ms | ActiveRecord: 6.6ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:07:14 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (20.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (34.3ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:07:14.657697' and ends_at >= '2016-01-18 18:07:14.657697') Completed 200 OK in 198ms (Views: 195.3ms | ActiveRecord: 1.4ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-18 12:07:20 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (29.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:07:20.571705' and ends_at >= '2016-01-18 18:07:20.571705') Completed 200 OK in 114ms (Views: 108.5ms | ActiveRecord: 1.1ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 12:07:21 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.5ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (6.4ms) Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:07:21.815116' and ends_at >= '2016-01-18 18:07:21.815116') Completed 200 OK in 104ms (Views: 96.9ms | ActiveRecord: 1.8ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 12:08:06 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (4.9ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (20.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:08:06.910788' and ends_at >= '2016-01-18 18:08:06.910788') Completed 200 OK in 109ms (Views: 100.8ms | ActiveRecord: 1.2ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 12:10:00 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.6ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (19.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (26.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:00.852697' and ends_at >= '2016-01-18 18:10:00.852697') Completed 200 OK in 173ms (Views: 138.5ms | ActiveRecord: 5.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 12:10:02 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.8ms) Hatchy::Announcement Load (0.7ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:02.435502' and ends_at >= '2016-01-18 18:10:02.435502') Completed 200 OK in 121ms (Views: 118.6ms | ActiveRecord: 0.8ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453140602580" for 127.0.0.1 at 2016-01-18 12:10:02 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453140602580", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 34ms (Views: 28.4ms | ActiveRecord: 2.0ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:10:22 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.1ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:22.891018' and ends_at >= '2016-01-18 18:10:22.891018') Completed 200 OK in 91ms (Views: 89.9ms | ActiveRecord: 0.6ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 12:10:23 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 8ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:10:23 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (11.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (5.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (10.3ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (33.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (29.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (154.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:23.858121' and ends_at >= '2016-01-18 18:10:23.858121') Completed 200 OK in 262ms (Views: 233.2ms | ActiveRecord: 2.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 12:10:25 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.6ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:25.335398' and ends_at >= '2016-01-18 18:10:25.335398') Completed 200 OK in 119ms (Views: 111.6ms | ActiveRecord: 1.8ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 12:10:27 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (19.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:27.260964' and ends_at >= '2016-01-18 18:10:27.260964') Completed 200 OK in 116ms (Views: 108.9ms | ActiveRecord: 1.0ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 12:10:35 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"V+MR6xqd/YLR1oARlo/+QFzQ79YwYRJp+WdpNbiN7BK3mArPeh0kd9xtGMTUcMuYR8v+rQyQCfQjXvWF3w+duw==", "contribution"=>{"value"=>"500", "reward_id"=>"1"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "status", "step", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 1], ["value", 500.0], ["project_id", 1], ["user_id", 1], ["status", "pending"], ["step", "reward-select"], ["created_at", "2016-01-18 18:10:35.388437"], ["updated_at", "2016-01-18 18:10:35.388437"]]  (173.3ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/2/edit Completed 302 Found in 188ms (ActiveRecord: 174.2ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-01-18 12:10:35 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:35.615985' and ends_at >= '2016-01-18 18:10:35.615985') Completed 200 OK in 86ms (Views: 83.0ms | ActiveRecord: 0.6ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 12:10:39 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (3.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.4ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (26.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:39.384371' and ends_at >= '2016-01-18 18:10:39.384371') Completed 200 OK in 161ms (Views: 139.0ms | ActiveRecord: 7.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 12:10:41 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (17.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:41.060975' and ends_at >= '2016-01-18 18:10:41.060975') Completed 200 OK in 109ms (Views: 105.3ms | ActiveRecord: 0.5ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453140641180" for 127.0.0.1 at 2016-01-18 12:10:41 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453140641180", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.7ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 23ms (Views: 17.7ms | ActiveRecord: 2.0ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:10:46 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (19.0ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (17.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (1.7ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:46.886507' and ends_at >= '2016-01-18 18:10:46.886507') Completed 200 OK in 135ms (Views: 128.9ms | ActiveRecord: 2.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 12:10:47 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:10:48 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (86.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:48.140869' and ends_at >= '2016-01-18 18:10:48.140869') Completed 200 OK in 184ms (Views: 172.5ms | ActiveRecord: 2.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 12:10:49 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (1.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:49.525445' and ends_at >= '2016-01-18 18:10:49.525445') Completed 200 OK in 136ms (Views: 124.1ms | ActiveRecord: 3.7ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 12:10:51 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:51.127743' and ends_at >= '2016-01-18 18:10:51.127743') Completed 200 OK in 107ms (Views: 95.0ms | ActiveRecord: 0.9ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 12:10:55 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"grmGUNtskJKfxkHHaIFmLYQLmKz2uQ0PJyZ/Qe5plO1iwp10u+xJZ5J92RIqflP1nxCJ18pIFpL9H+PxievlRA==", "contribution"=>{"reward_id"=>"on", "value"=>"50.0"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "status", "step", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 0], ["value", 50.0], ["project_id", 1], ["user_id", 1], ["status", "pending"], ["step", "reward-select"], ["created_at", "2016-01-18 18:10:55.637378"], ["updated_at", "2016-01-18 18:10:55.637378"]]  (609.5ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/3/edit Completed 302 Found in 625ms (ActiveRecord: 610.8ms) Started GET "/projects/1/contributions/3/edit" for 127.0.0.1 at 2016-01-18 12:10:56 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"3"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:56.302982' and ends_at >= '2016-01-18 18:10:56.302982') Completed 200 OK in 87ms (Views: 82.0ms | ActiveRecord: 0.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 12:10:59 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.5ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.7ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.8ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:10:59.366818' and ends_at >= '2016-01-18 18:10:59.366818') Completed 200 OK in 110ms (Views: 97.0ms | ActiveRecord: 4.4ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 12:11:01 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:11:01.247067' and ends_at >= '2016-01-18 18:11:01.247067') Completed 200 OK in 106ms (Views: 102.2ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453140661375" for 127.0.0.1 at 2016-01-18 12:11:01 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453140661375", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 0]] Completed 500 Internal Server Error in 48ms (ActiveRecord: 1.6ms) NoMethodError (undefined method `id' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:26:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:21:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:14:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/contributions_controller.rb:7:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/contributions_controller.rb:5:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (20.4ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 12:11:05 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:11:05.243132' and ends_at >= '2016-01-18 18:11:05.243132') Completed 200 OK in 104ms (Views: 97.1ms | ActiveRecord: 0.8ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453140665391" for 127.0.0.1 at 2016-01-18 12:11:05 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453140665391", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 0]] Completed 500 Internal Server Error in 26ms (ActiveRecord: 1.7ms) NoMethodError (undefined method `id' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:26:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:21:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:14:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/contributions_controller.rb:7:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/contributions_controller.rb:5:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (20.1ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 12:12:45 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.8ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:12:45.911492' and ends_at >= '2016-01-18 18:12:45.911492') Completed 200 OK in 106ms (Views: 101.2ms | ActiveRecord: 1.2ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453140766024" for 127.0.0.1 at 2016-01-18 12:12:46 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453140766024", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.9ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 31ms (Views: 25.3ms | ActiveRecord: 2.8ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]]  (0.2ms) begin transaction  (0.2ms) commit transaction DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18)  (179.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.4ms) select sqlite_version(*)  (153.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHatchyAnnouncements (20160111174923)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174923_create_hatchy_announcements.rb:7)  (0.4ms) CREATE TABLE "hatchy_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text(80) NOT NULL, "starts_at" datetime NOT NULL, "ends_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174923"]]  (133.6ms) commit transaction Migrating to CreateHatchyBanks (20160111174945)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174945_create_hatchy_banks.rb:6)  (0.9ms) CREATE TABLE "hatchy_banks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(80) NOT NULL, "code" varchar(10) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE UNIQUE INDEX "index_hatchy_banks_on_code" ON "hatchy_banks" ("code") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174945"]]  (126.6ms) commit transaction Migrating to CreateHatchyBankAccounts (20160111175001)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175001_create_hatchy_bank_accounts.rb:8)  (0.4ms) CREATE TABLE "hatchy_bank_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "bank_id" integer, "account" varchar NOT NULL, "account_digit" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_hatchy_bank_accounts_on_user_id_and_bank_id" ON "hatchy_bank_accounts" ("user_id", "bank_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175001"]]  (132.6ms) commit transaction Migrating to CreateHatchyCategories (20160111175017)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175017_create_hatchy_categories.rb:5)  (0.8ms) CREATE TABLE "hatchy_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE UNIQUE INDEX "index_hatchy_categories_on_name" ON "hatchy_categories" ("name") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175017"]]  (139.9ms) commit transaction Migrating to CreateHatchyContributions (20160111175037)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175037_create_hatchy_contributions.rb:25)  (0.7ms) CREATE TABLE "hatchy_contributions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "user_id" integer, "reward_id" integer, "country_id" integer, "value" decimal NOT NULL, "status" varchar NOT NULL, "step" varchar NOT NULL, "name" varchar, "email" varchar, "document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_zip" varchar, "address_state" varchar, "address_phone" varchar, "ip_address" varchar, "card_type" varchar, "card_expires_on" date, "anonymous" boolean DEFAULT 'f', "notified_when_finish" boolean, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_hatchy_contributions_on_project_id" ON "hatchy_contributions" ("project_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.3ms) CREATE INDEX "index_hatchy_contributions_on_user_id" ON "hatchy_contributions" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_contributions_on_reward_id" ON "hatchy_contributions" ("reward_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_contributions_on_country_id" ON "hatchy_contributions" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175037"]]  (179.9ms) commit transaction Migrating to CreateHatchyCountries (20160111175055)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175055_create_hatchy_countries.rb:11)  (0.7ms) CREATE TABLE "hatchy_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code2" varchar, "code3" varchar, "continent" varchar, "tld" varchar, "currency" varchar, "eu_member" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175055"]]  (150.2ms) commit transaction Migrating to CreateHatchyRewards (20160111175124)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175124_create_hatchy_rewards.rb:10)  (0.5ms) CREATE TABLE "hatchy_rewards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "min_value" decimal NOT NULL, "max_contributions" integer, "description" varchar NOT NULL, "row_order" integer, "deliver_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.4ms) CREATE INDEX "index_hatchy_rewards_on_project_id" ON "hatchy_rewards" ("project_id") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175124"]]  (184.0ms) commit transaction Migrating to CreateHatchyProjects (20160111175139)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175139_create_hatchy_projects.rb:22)  (0.8ms) CREATE TABLE "hatchy_projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "category_id" integer, "project_img" varchar, "city" varchar, "name" varchar(50) NOT NULL, "headline" varchar, "about" varchar, "budget" varchar, "video_url" varchar, "short_url" varchar, "goal" decimal(8,2), "online_days" integer, "online_date" datetime, "expires_at" datetime, "rejected_at" datetime, "send_to_draft_at" datetime, "status" varchar NOT NULL, "recommended" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_hatchy_projects_on_user_id" ON "hatchy_projects" ("user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_projects_on_category_id" ON "hatchy_projects" ("category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175139"]]  (171.5ms) commit transaction Migrating to CreateHatchyProjectAccounts (20160111175158)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175158_create_hatchy_project_accounts.rb:18)  (1.4ms) CREATE TABLE "hatchy_project_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "bank_id" integer, "account_type" varchar, "email" varchar, "phone" varchar, "account" varchar, "account_digit" varchar, "owner_name" varchar, "owner_document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_hatchy_project_accounts_on_project_id" ON "hatchy_project_accounts" ("project_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.2ms) CREATE INDEX "index_hatchy_project_accounts_on_bank_id" ON "hatchy_project_accounts" ("bank_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175158"]]  (168.5ms) commit transaction Migrating to DeviseCreateHatchyUsers (20160111175249)  (0.2ms) begin transaction  (1.0ms) CREATE TABLE "hatchy_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country_id" integer, "profile_img" varchar, "cover_img" varchar, "facebook_link" varchar, "twitter_link" varchar, "other_link" varchar, "first_name" varchar, "last_name" varchar, "about" varchar, "newsletter" boolean DEFAULT 't' NOT NULL, "subs_projects" boolean DEFAULT 't' NOT NULL, "locale" varchar DEFAULT 'en' NOT NULL, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "document" varchar, "phone" varchar, "mobile" varchar, "admin" boolean DEFAULT 'f' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_hatchy_users_on_email" ON "hatchy_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_hatchy_users_on_reset_password_token" ON "hatchy_users" ("reset_password_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_users_on_country_id" ON "hatchy_users" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175249"]]  (191.8ms) commit transaction Migrating to CreateHatchyCategoryFollowers (20160111181655)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111181655_create_hatchy_category_followers.rb:6)  (0.3ms) CREATE TABLE "hatchy_category_followers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_hatchy_category_followers_on_user_id_and_category_id" ON "hatchy_category_followers" ("user_id", "category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111181655"]]  (177.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_banks_on_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_banks_on_code' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_categories_on_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_categories_on_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index' DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Art"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Art"], ["created_at", "2016-01-18 18:19:11.406175"], ["updated_at", "2016-01-18 18:19:11.406175"]]  (200.9ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Visual Arts"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Visual Arts"], ["created_at", "2016-01-18 18:19:11.614016"], ["updated_at", "2016-01-18 18:19:11.614016"]]  (148.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Circus"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Circus"], ["created_at", "2016-01-18 18:19:11.770287"], ["updated_at", "2016-01-18 18:19:11.770287"]]  (170.8ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Community"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Community"], ["created_at", "2016-01-18 18:19:11.945736"], ["updated_at", "2016-01-18 18:19:11.945736"]]  (142.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Humor"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Humor"], ["created_at", "2016-01-18 18:19:12.093903"], ["updated_at", "2016-01-18 18:19:12.093903"]]  (149.6ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Comicbooks"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.5ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Comicbooks"], ["created_at", "2016-01-18 18:19:12.251550"], ["updated_at", "2016-01-18 18:19:12.251550"]]  (148.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Dance"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dance"], ["created_at", "2016-01-18 18:19:12.407490"], ["updated_at", "2016-01-18 18:19:12.407490"]]  (172.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Design"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Design"], ["created_at", "2016-01-18 18:19:12.584516"], ["updated_at", "2016-01-18 18:19:12.584516"]]  (141.5ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Events"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Events"], ["created_at", "2016-01-18 18:19:12.731102"], ["updated_at", "2016-01-18 18:19:12.731102"]]  (139.9ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fashion"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fashion"], ["created_at", "2016-01-18 18:19:12.874346"], ["updated_at", "2016-01-18 18:19:12.874346"]]  (155.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Gastronomy"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gastronomy"], ["created_at", "2016-01-18 18:19:13.035372"], ["updated_at", "2016-01-18 18:19:13.035372"]]  (138.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Film & Video"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1 SQL (0.7ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Film & Video"], ["created_at", "2016-01-18 18:19:13.181088"], ["updated_at", "2016-01-18 18:19:13.181088"]]  (147.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Games"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Games"], ["created_at", "2016-01-18 18:19:13.337768"], ["updated_at", "2016-01-18 18:19:13.337768"]]  (161.1ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Journalism"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Journalism"], ["created_at", "2016-01-18 18:19:13.505599"], ["updated_at", "2016-01-18 18:19:13.505599"]]  (139.2ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Music"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Music"], ["created_at", "2016-01-18 18:19:13.652066"], ["updated_at", "2016-01-18 18:19:13.652066"]]  (160.0ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Photography"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Photography"], ["created_at", "2016-01-18 18:19:13.818053"], ["updated_at", "2016-01-18 18:19:13.818053"]]  (174.9ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Science & Technology"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Science & Technology"], ["created_at", "2016-01-18 18:19:13.999509"], ["updated_at", "2016-01-18 18:19:13.999509"]]  (159.6ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Theatre"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Theatre"], ["created_at", "2016-01-18 18:19:14.167525"], ["updated_at", "2016-01-18 18:19:14.167525"]]  (181.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Sport"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sport"], ["created_at", "2016-01-18 18:19:14.354745"], ["updated_at", "2016-01-18 18:19:14.354745"]]  (165.8ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Web"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Web"], ["created_at", "2016-01-18 18:19:14.526535"], ["updated_at", "2016-01-18 18:19:14.526535"]]  (159.2ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Carnival"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carnival"], ["created_at", "2016-01-18 18:19:14.691469"], ["updated_at", "2016-01-18 18:19:14.691469"]]  (174.1ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Architecture & Urbanism"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Architecture & Urbanism"], ["created_at", "2016-01-18 18:19:14.873167"], ["updated_at", "2016-01-18 18:19:14.873167"]]  (149.2ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Literature"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Literature"], ["created_at", "2016-01-18 18:19:15.030101"], ["updated_at", "2016-01-18 18:19:15.030101"]]  (160.3ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Mobility & Transportation"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mobility & Transportation"], ["created_at", "2016-01-18 18:19:15.197601"], ["updated_at", "2016-01-18 18:19:15.197601"]]  (171.7ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Environment"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Environment"], ["created_at", "2016-01-18 18:19:15.374843"], ["updated_at", "2016-01-18 18:19:15.374843"]]  (151.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Social Business"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Social Business"], ["created_at", "2016-01-18 18:19:15.533505"], ["updated_at", "2016-01-18 18:19:15.533505"]]  (149.3ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Education"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Education"], ["created_at", "2016-01-18 18:19:15.690846"], ["updated_at", "2016-01-18 18:19:15.690846"]]  (170.6ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fiction Films"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fiction Films"], ["created_at", "2016-01-18 18:19:15.866088"], ["updated_at", "2016-01-18 18:19:15.866088"]]  (177.8ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Documentary Films"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Documentary Films"], ["created_at", "2016-01-18 18:19:16.046569"], ["updated_at", "2016-01-18 18:19:16.046569"]]  (154.2ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Experimental Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Experimental Films"], ["created_at", "2016-01-18 18:19:16.206460"], ["updated_at", "2016-01-18 18:19:16.206460"]]  (149.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Health"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Health"], ["created_at", "2016-01-18 18:19:16.362339"], ["updated_at", "2016-01-18 18:19:16.362339"]]  (149.7ms) commit transaction Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Bank"], ["code", "69"]]  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '69' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Bank"], ["code", "69"], ["created_at", "2016-01-18 18:19:16.529555"], ["updated_at", "2016-01-18 18:19:16.529555"]]  (130.1ms) commit transaction Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Second Bank"], ["code", "96"]]  (0.2ms) begin transaction Hatchy::Bank Exists (0.3ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '96' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Second Bank"], ["code", "96"], ["created_at", "2016-01-18 18:19:16.665989"], ["updated_at", "2016-01-18 18:19:16.665989"]]  (127.2ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_countries"  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Andorra"], ["code2", "AD"], ["code3", "AND"], ["continent", "EU"], ["tld", "ad"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:16.818954"], ["updated_at", "2016-01-18 18:19:16.818954"]]  (164.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Arab Emirates"], ["code2", "AE"], ["code3", "ARE"], ["continent", "AS"], ["tld", "ae"], ["currency", "AED"], ["created_at", "2016-01-18 18:19:16.987841"], ["updated_at", "2016-01-18 18:19:16.987841"]]  (151.2ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Afghanistan"], ["code2", "AF"], ["code3", "AFG"], ["continent", "AS"], ["tld", "af"], ["currency", "AFN"], ["created_at", "2016-01-18 18:19:17.145090"], ["updated_at", "2016-01-18 18:19:17.145090"]]  (139.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Antigua and Barbuda"], ["code2", "AG"], ["code3", "ATG"], ["continent", "NA"], ["tld", "ag"], ["currency", "XCD"], ["created_at", "2016-01-18 18:19:17.288801"], ["updated_at", "2016-01-18 18:19:17.288801"]]  (145.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Anguilla"], ["code2", "AI"], ["code3", "AIA"], ["continent", "NA"], ["tld", "ai"], ["currency", "XCD"], ["created_at", "2016-01-18 18:19:17.437284"], ["updated_at", "2016-01-18 18:19:17.437284"]]  (208.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Albania"], ["code2", "AL"], ["code3", "ALB"], ["continent", "EU"], ["tld", "al"], ["currency", "ALL"], ["created_at", "2016-01-18 18:19:17.649570"], ["updated_at", "2016-01-18 18:19:17.649570"]]  (241.0ms) commit transaction  (0.2ms) begin transaction SQL (1.1ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Armenia"], ["code2", "AM"], ["code3", "ARM"], ["continent", "AS"], ["tld", "am"], ["currency", "AMD"], ["created_at", "2016-01-18 18:19:17.895283"], ["updated_at", "2016-01-18 18:19:17.895283"]]  (138.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Angola"], ["code2", "AO"], ["code3", "AGO"], ["continent", "AF"], ["tld", "ao"], ["currency", "AOA"], ["created_at", "2016-01-18 18:19:18.040666"], ["updated_at", "2016-01-18 18:19:18.040666"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Antarctica"], ["code2", "AQ"], ["code3", "ATA"], ["continent", "AN"], ["tld", "aq"], ["created_at", "2016-01-18 18:19:18.186449"], ["updated_at", "2016-01-18 18:19:18.186449"]]  (173.4ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Argentina"], ["code2", "AR"], ["code3", "ARG"], ["continent", "SA"], ["tld", "ar"], ["currency", "ARS"], ["created_at", "2016-01-18 18:19:18.365679"], ["updated_at", "2016-01-18 18:19:18.365679"]]  (194.4ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "American Samoa"], ["code2", "AS"], ["code3", "ASM"], ["continent", "OC"], ["tld", "as"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:18.567551"], ["updated_at", "2016-01-18 18:19:18.567551"]]  (138.2ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Austria"], ["code2", "AT"], ["code3", "AUT"], ["continent", "EU"], ["tld", "at"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:18.713204"], ["updated_at", "2016-01-18 18:19:18.713204"]]  (204.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Australia"], ["code2", "AU"], ["code3", "AUS"], ["continent", "OC"], ["tld", "au"], ["currency", "AUD"], ["created_at", "2016-01-18 18:19:18.924790"], ["updated_at", "2016-01-18 18:19:18.924790"]]  (208.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aruba"], ["code2", "AW"], ["code3", "ABW"], ["continent", "NA"], ["tld", "aw"], ["currency", "AWG"], ["created_at", "2016-01-18 18:19:19.137277"], ["updated_at", "2016-01-18 18:19:19.137277"]]  (165.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aland Islands"], ["code2", "AX"], ["code3", "ALA"], ["continent", "EU"], ["tld", "ax"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:19.306222"], ["updated_at", "2016-01-18 18:19:19.306222"]]  (140.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Azerbaijan"], ["code2", "AZ"], ["code3", "AZE"], ["continent", "AS"], ["tld", "az"], ["currency", "AZN"], ["created_at", "2016-01-18 18:19:19.451956"], ["updated_at", "2016-01-18 18:19:19.451956"]]  (173.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bosnia and Herzegovina"], ["code2", "BA"], ["code3", "BIH"], ["continent", "EU"], ["tld", "ba"], ["currency", "BAM"], ["created_at", "2016-01-18 18:19:19.630889"], ["updated_at", "2016-01-18 18:19:19.630889"]]  (197.0ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Barbados"], ["code2", "BB"], ["code3", "BRB"], ["continent", "NA"], ["tld", "bb"], ["currency", "BBD"], ["created_at", "2016-01-18 18:19:19.832624"], ["updated_at", "2016-01-18 18:19:19.832624"]]  (139.4ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bangladesh"], ["code2", "BD"], ["code3", "BGD"], ["continent", "AS"], ["tld", "bd"], ["currency", "BDT"], ["created_at", "2016-01-18 18:19:19.978253"], ["updated_at", "2016-01-18 18:19:19.978253"]]  (140.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belgium"], ["code2", "BE"], ["code3", "BEL"], ["continent", "EU"], ["tld", "be"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:20.123789"], ["updated_at", "2016-01-18 18:19:20.123789"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burkina Faso"], ["code2", "BF"], ["code3", "BFA"], ["continent", "AF"], ["tld", "bf"], ["currency", "XOF"], ["created_at", "2016-01-18 18:19:20.268653"], ["updated_at", "2016-01-18 18:19:20.268653"]]  (142.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bulgaria"], ["code2", "BG"], ["code3", "BGR"], ["continent", "EU"], ["tld", "bg"], ["currency", "BGN"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:20.414907"], ["updated_at", "2016-01-18 18:19:20.414907"]]  (141.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahrain"], ["code2", "BH"], ["code3", "BHR"], ["continent", "AS"], ["tld", "bh"], ["currency", "BHD"], ["created_at", "2016-01-18 18:19:20.562099"], ["updated_at", "2016-01-18 18:19:20.562099"]]  (139.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burundi"], ["code2", "BI"], ["code3", "BDI"], ["continent", "AF"], ["tld", "bi"], ["currency", "BIF"], ["created_at", "2016-01-18 18:19:20.707420"], ["updated_at", "2016-01-18 18:19:20.707420"]]  (140.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Benin"], ["code2", "BJ"], ["code3", "BEN"], ["continent", "AF"], ["tld", "bj"], ["currency", "XOF"], ["created_at", "2016-01-18 18:19:20.853077"], ["updated_at", "2016-01-18 18:19:20.853077"]]  (140.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Barthelemy"], ["code2", "BL"], ["code3", "BLM"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:20.997277"], ["updated_at", "2016-01-18 18:19:20.997277"]]  (143.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bermuda"], ["code2", "BM"], ["code3", "BMU"], ["continent", "NA"], ["tld", "bm"], ["currency", "BMD"], ["created_at", "2016-01-18 18:19:21.143903"], ["updated_at", "2016-01-18 18:19:21.143903"]]  (140.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brunei"], ["code2", "BN"], ["code3", "BRN"], ["continent", "AS"], ["tld", "bn"], ["currency", "BND"], ["created_at", "2016-01-18 18:19:21.289792"], ["updated_at", "2016-01-18 18:19:21.289792"]]  (139.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bolivia"], ["code2", "BO"], ["code3", "BOL"], ["continent", "SA"], ["tld", "bo"], ["currency", "BOB"], ["created_at", "2016-01-18 18:19:21.434562"], ["updated_at", "2016-01-18 18:19:21.434562"]]  (141.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Bonaire, Saint Eustatius and Saba NA"], ["code2", "BQ"], ["code3", "BES"], ["continent", ".bq"], ["tld", "USD"], ["created_at", "2016-01-18 18:19:21.580674"], ["updated_at", "2016-01-18 18:19:21.580674"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brazil"], ["code2", "BR"], ["code3", "BRA"], ["continent", "SA"], ["tld", "br"], ["currency", "BRL"], ["created_at", "2016-01-18 18:19:21.726429"], ["updated_at", "2016-01-18 18:19:21.726429"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahamas"], ["code2", "BS"], ["code3", "BHS"], ["continent", "NA"], ["tld", "bs"], ["currency", "BSD"], ["created_at", "2016-01-18 18:19:21.871913"], ["updated_at", "2016-01-18 18:19:21.871913"]]  (141.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bhutan"], ["code2", "BT"], ["code3", "BTN"], ["continent", "AS"], ["tld", "bt"], ["currency", "BTN"], ["created_at", "2016-01-18 18:19:22.018018"], ["updated_at", "2016-01-18 18:19:22.018018"]]  (143.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bouvet Island"], ["code2", "BV"], ["code3", "BVT"], ["continent", "AN"], ["tld", "bv"], ["currency", "NOK"], ["created_at", "2016-01-18 18:19:22.163739"], ["updated_at", "2016-01-18 18:19:22.163739"]]  (153.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Botswana"], ["code2", "BW"], ["code3", "BWA"], ["continent", "AF"], ["tld", "bw"], ["currency", "BWP"], ["created_at", "2016-01-18 18:19:22.320238"], ["updated_at", "2016-01-18 18:19:22.320238"]]  (143.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belarus"], ["code2", "BY"], ["code3", "BLR"], ["continent", "EU"], ["tld", "by"], ["currency", "BYR"], ["created_at", "2016-01-18 18:19:22.467228"], ["updated_at", "2016-01-18 18:19:22.467228"]]  (326.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belize"], ["code2", "BZ"], ["code3", "BLZ"], ["continent", "NA"], ["tld", "bz"], ["currency", "BZD"], ["created_at", "2016-01-18 18:19:22.797927"], ["updated_at", "2016-01-18 18:19:22.797927"]]  (156.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Canada"], ["code2", "CA"], ["code3", "CAN"], ["continent", "NA"], ["tld", "ca"], ["currency", "CAD"], ["created_at", "2016-01-18 18:19:22.958419"], ["updated_at", "2016-01-18 18:19:22.958419"]]  (184.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cocos Islands"], ["code2", "CC"], ["code3", "CCK"], ["continent", "AS"], ["tld", "cc"], ["currency", "AUD"], ["created_at", "2016-01-18 18:19:23.147381"], ["updated_at", "2016-01-18 18:19:23.147381"]]  (143.8ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Democratic Republic of the Congo"], ["code2", "CD"], ["code3", "COD"], ["continent", "AF"], ["tld", "cd"], ["currency", "CDF"], ["created_at", "2016-01-18 18:19:23.294274"], ["updated_at", "2016-01-18 18:19:23.294274"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Central African Republic"], ["code2", "CF"], ["code3", "CAF"], ["continent", "AF"], ["tld", "cf"], ["currency", "XAF"], ["created_at", "2016-01-18 18:19:23.439497"], ["updated_at", "2016-01-18 18:19:23.439497"]]  (142.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Republic of the Congo"], ["code2", "CG"], ["code3", "COG"], ["continent", "AF"], ["tld", "cg"], ["currency", "XAF"], ["created_at", "2016-01-18 18:19:23.587202"], ["updated_at", "2016-01-18 18:19:23.587202"]]  (139.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Switzerland"], ["code2", "CH"], ["code3", "CHE"], ["continent", "EU"], ["tld", "ch"], ["currency", "CHF"], ["created_at", "2016-01-18 18:19:23.732370"], ["updated_at", "2016-01-18 18:19:23.732370"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ivory Coast"], ["code2", "CI"], ["code3", "CIV"], ["continent", "AF"], ["tld", "ci"], ["currency", "XOF"], ["created_at", "2016-01-18 18:19:23.878656"], ["updated_at", "2016-01-18 18:19:23.878656"]]  (151.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cook Islands"], ["code2", "CK"], ["code3", "COK"], ["continent", "OC"], ["tld", "ck"], ["currency", "NZD"], ["created_at", "2016-01-18 18:19:24.034127"], ["updated_at", "2016-01-18 18:19:24.034127"]]  (198.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chile"], ["code2", "CL"], ["code3", "CHL"], ["continent", "SA"], ["tld", "cl"], ["currency", "CLP"], ["created_at", "2016-01-18 18:19:24.237150"], ["updated_at", "2016-01-18 18:19:24.237150"]]  (195.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cameroon"], ["code2", "CM"], ["code3", "CMR"], ["continent", "AF"], ["tld", "cm"], ["currency", "XAF"], ["created_at", "2016-01-18 18:19:24.437786"], ["updated_at", "2016-01-18 18:19:24.437786"]]  (140.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "China"], ["code2", "CN"], ["code3", "CHN"], ["continent", "AS"], ["tld", "cn"], ["currency", "CNY"], ["created_at", "2016-01-18 18:19:24.581871"], ["updated_at", "2016-01-18 18:19:24.581871"]]  (154.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Colombia"], ["code2", "CO"], ["code3", "COL"], ["continent", "SA"], ["tld", "co"], ["currency", "COP"], ["created_at", "2016-01-18 18:19:24.739751"], ["updated_at", "2016-01-18 18:19:24.739751"]]  (195.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Costa Rica"], ["code2", "CR"], ["code3", "CRI"], ["continent", "NA"], ["tld", "cr"], ["currency", "CRC"], ["created_at", "2016-01-18 18:19:24.941201"], ["updated_at", "2016-01-18 18:19:24.941201"]]  (185.5ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cuba"], ["code2", "CU"], ["code3", "CUB"], ["continent", "NA"], ["tld", "cu"], ["currency", "CUP"], ["created_at", "2016-01-18 18:19:25.131724"], ["updated_at", "2016-01-18 18:19:25.131724"]]  (139.8ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cape Verde"], ["code2", "CV"], ["code3", "CPV"], ["continent", "AF"], ["tld", "cv"], ["currency", "CVE"], ["created_at", "2016-01-18 18:19:25.279422"], ["updated_at", "2016-01-18 18:19:25.279422"]]  (229.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Curacao"], ["code2", "CW"], ["code3", "CUW"], ["continent", "NA"], ["tld", "cw"], ["currency", "ANG"], ["created_at", "2016-01-18 18:19:25.514069"], ["updated_at", "2016-01-18 18:19:25.514069"]]  (172.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Christmas Island"], ["code2", "CX"], ["code3", "CXR"], ["continent", "AS"], ["tld", "cx"], ["currency", "AUD"], ["created_at", "2016-01-18 18:19:25.691828"], ["updated_at", "2016-01-18 18:19:25.691828"]]  (173.3ms) commit transaction  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cyprus"], ["code2", "CY"], ["code3", "CYP"], ["continent", "EU"], ["tld", "cy"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:25.870641"], ["updated_at", "2016-01-18 18:19:25.870641"]]  (173.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Czech Republic"], ["code2", "CZ"], ["code3", "CZE"], ["continent", "EU"], ["tld", "cz"], ["currency", "CZK"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:26.050227"], ["updated_at", "2016-01-18 18:19:26.050227"]]  (173.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Germany"], ["code2", "DE"], ["code3", "DEU"], ["continent", "EU"], ["tld", "de"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:26.227788"], ["updated_at", "2016-01-18 18:19:26.227788"]]  (187.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Djibouti"], ["code2", "DJ"], ["code3", "DJI"], ["continent", "AF"], ["tld", "dj"], ["currency", "DJF"], ["created_at", "2016-01-18 18:19:26.419176"], ["updated_at", "2016-01-18 18:19:26.419176"]]  (174.2ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Denmark"], ["code2", "DK"], ["code3", "DNK"], ["continent", "EU"], ["tld", "dk"], ["currency", "DKK"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:26.598590"], ["updated_at", "2016-01-18 18:19:26.598590"]]  (219.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominica"], ["code2", "DM"], ["code3", "DMA"], ["continent", "NA"], ["tld", "dm"], ["currency", "XCD"], ["created_at", "2016-01-18 18:19:26.823069"], ["updated_at", "2016-01-18 18:19:26.823069"]]  (142.5ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominican Republic"], ["code2", "DO"], ["code3", "DOM"], ["continent", "NA"], ["tld", "do"], ["currency", "DOP"], ["created_at", "2016-01-18 18:19:26.970209"], ["updated_at", "2016-01-18 18:19:26.970209"]]  (151.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Algeria"], ["code2", "DZ"], ["code3", "DZA"], ["continent", "AF"], ["tld", "dz"], ["currency", "DZD"], ["created_at", "2016-01-18 18:19:27.125573"], ["updated_at", "2016-01-18 18:19:27.125573"]]  (142.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ecuador"], ["code2", "EC"], ["code3", "ECU"], ["continent", "SA"], ["tld", "ec"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:27.272312"], ["updated_at", "2016-01-18 18:19:27.272312"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Estonia"], ["code2", "EE"], ["code3", "EST"], ["continent", "EU"], ["tld", "ee"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:27.418283"], ["updated_at", "2016-01-18 18:19:27.418283"]]  (140.8ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Egypt"], ["code2", "EG"], ["code3", "EGY"], ["continent", "AF"], ["tld", "eg"], ["currency", "EGP"], ["created_at", "2016-01-18 18:19:27.563834"], ["updated_at", "2016-01-18 18:19:27.563834"]]  (263.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Western Sahara"], ["code2", "EH"], ["code3", "ESH"], ["continent", "AF"], ["tld", "eh"], ["currency", "MAD"], ["created_at", "2016-01-18 18:19:27.830882"], ["updated_at", "2016-01-18 18:19:27.830882"]]  (154.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Eritrea"], ["code2", "ER"], ["code3", "ERI"], ["continent", "AF"], ["tld", "er"], ["currency", "ERN"], ["created_at", "2016-01-18 18:19:27.988995"], ["updated_at", "2016-01-18 18:19:27.988995"]]  (141.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Spain"], ["code2", "ES"], ["code3", "ESP"], ["continent", "EU"], ["tld", "es"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:28.136451"], ["updated_at", "2016-01-18 18:19:28.136451"]]  (139.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ethiopia"], ["code2", "ET"], ["code3", "ETH"], ["continent", "AF"], ["tld", "et"], ["currency", "ETB"], ["created_at", "2016-01-18 18:19:28.280505"], ["updated_at", "2016-01-18 18:19:28.280505"]]  (154.8ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Finland"], ["code2", "FI"], ["code3", "FIN"], ["continent", "EU"], ["tld", "fi"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:28.438805"], ["updated_at", "2016-01-18 18:19:28.438805"]]  (140.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Fiji"], ["code2", "FJ"], ["code3", "FJI"], ["continent", "OC"], ["tld", "fj"], ["currency", "FJD"], ["created_at", "2016-01-18 18:19:28.582127"], ["updated_at", "2016-01-18 18:19:28.582127"]]  (143.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Falkland Islands"], ["code2", "FK"], ["code3", "FLK"], ["continent", "SA"], ["tld", "fk"], ["currency", "FKP"], ["created_at", "2016-01-18 18:19:28.729045"], ["updated_at", "2016-01-18 18:19:28.729045"]]  (139.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Micronesia"], ["code2", "FM"], ["code3", "FSM"], ["continent", "OC"], ["tld", "fm"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:28.873307"], ["updated_at", "2016-01-18 18:19:28.873307"]]  (231.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Faroe Islands"], ["code2", "FO"], ["code3", "FRO"], ["continent", "EU"], ["tld", "fo"], ["currency", "DKK"], ["created_at", "2016-01-18 18:19:29.106608"], ["updated_at", "2016-01-18 18:19:29.106608"]]  (179.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "France"], ["code2", "FR"], ["code3", "FRA"], ["continent", "EU"], ["tld", "fr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:29.289423"], ["updated_at", "2016-01-18 18:19:29.289423"]]  (140.8ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gabon"], ["code2", "GA"], ["code3", "GAB"], ["continent", "AF"], ["tld", "ga"], ["currency", "XAF"], ["created_at", "2016-01-18 18:19:29.435495"], ["updated_at", "2016-01-18 18:19:29.435495"]]  (219.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Kingdom"], ["code2", "GB"], ["code3", "GBR"], ["continent", "EU"], ["tld", "uk"], ["currency", "GBP"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:29.660512"], ["updated_at", "2016-01-18 18:19:29.660512"]]  (196.2ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Grenada"], ["code2", "GD"], ["code3", "GRD"], ["continent", "NA"], ["tld", "gd"], ["currency", "XCD"], ["created_at", "2016-01-18 18:19:29.861372"], ["updated_at", "2016-01-18 18:19:29.861372"]]  (195.4ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Georgia"], ["code2", "GE"], ["code3", "GEO"], ["continent", "AS"], ["tld", "ge"], ["currency", "GEL"], ["created_at", "2016-01-18 18:19:30.062400"], ["updated_at", "2016-01-18 18:19:30.062400"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Guiana"], ["code2", "GF"], ["code3", "GUF"], ["continent", "SA"], ["tld", "gf"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:30.208669"], ["updated_at", "2016-01-18 18:19:30.208669"]]  (195.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guernsey"], ["code2", "GG"], ["code3", "GGY"], ["continent", "EU"], ["tld", "gg"], ["currency", "GBP"], ["created_at", "2016-01-18 18:19:30.420924"], ["updated_at", "2016-01-18 18:19:30.420924"]]  (195.6ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ghana"], ["code2", "GH"], ["code3", "GHA"], ["continent", "AF"], ["tld", "gh"], ["currency", "GHS"], ["created_at", "2016-01-18 18:19:30.621883"], ["updated_at", "2016-01-18 18:19:30.621883"]]  (141.0ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gibraltar"], ["code2", "GI"], ["code3", "GIB"], ["continent", "EU"], ["tld", "gi"], ["currency", "GIP"], ["created_at", "2016-01-18 18:19:30.768031"], ["updated_at", "2016-01-18 18:19:30.768031"]]  (138.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greenland"], ["code2", "GL"], ["code3", "GRL"], ["continent", "NA"], ["tld", "gl"], ["currency", "DKK"], ["created_at", "2016-01-18 18:19:30.911811"], ["updated_at", "2016-01-18 18:19:30.911811"]]  (188.4ms) commit transaction  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gambia"], ["code2", "GM"], ["code3", "GMB"], ["continent", "AF"], ["tld", "gm"], ["currency", "GMD"], ["created_at", "2016-01-18 18:19:31.103957"], ["updated_at", "2016-01-18 18:19:31.103957"]]  (185.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea"], ["code2", "GN"], ["code3", "GIN"], ["continent", "AF"], ["tld", "gn"], ["currency", "GNF"], ["created_at", "2016-01-18 18:19:31.295050"], ["updated_at", "2016-01-18 18:19:31.295050"]]  (140.1ms) commit transaction  (0.5ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guadeloupe"], ["code2", "GP"], ["code3", "GLP"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:31.440938"], ["updated_at", "2016-01-18 18:19:31.440938"]]  (184.2ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Equatorial Guinea"], ["code2", "GQ"], ["code3", "GNQ"], ["continent", "AF"], ["tld", "gq"], ["currency", "XAF"], ["created_at", "2016-01-18 18:19:31.630414"], ["updated_at", "2016-01-18 18:19:31.630414"]]  (206.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greece"], ["code2", "GR"], ["code3", "GRC"], ["continent", "EU"], ["tld", "gr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:31.841862"], ["updated_at", "2016-01-18 18:19:31.841862"]]  (176.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Georgia and the South Sandwich Islands"], ["code2", "GS"], ["code3", "SGS"], ["continent", "AN"], ["tld", "gs"], ["currency", "GBP"], ["created_at", "2016-01-18 18:19:32.022075"], ["updated_at", "2016-01-18 18:19:32.022075"]]  (162.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guatemala"], ["code2", "GT"], ["code3", "GTM"], ["continent", "NA"], ["tld", "gt"], ["currency", "GTQ"], ["created_at", "2016-01-18 18:19:32.190166"], ["updated_at", "2016-01-18 18:19:32.190166"]]  (150.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guam"], ["code2", "GU"], ["code3", "GUM"], ["continent", "OC"], ["tld", "gu"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:32.346825"], ["updated_at", "2016-01-18 18:19:32.346825"]]  (218.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea-Bissau"], ["code2", "GW"], ["code3", "GNB"], ["continent", "AF"], ["tld", "gw"], ["currency", "XOF"], ["created_at", "2016-01-18 18:19:32.570902"], ["updated_at", "2016-01-18 18:19:32.570902"]]  (230.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guyana"], ["code2", "GY"], ["code3", "GUY"], ["continent", "SA"], ["tld", "gy"], ["currency", "GYD"], ["created_at", "2016-01-18 18:19:32.806426"], ["updated_at", "2016-01-18 18:19:32.806426"]]  (162.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hong Kong"], ["code2", "HK"], ["code3", "HKG"], ["continent", "AS"], ["tld", "hk"], ["currency", "HKD"], ["created_at", "2016-01-18 18:19:32.973983"], ["updated_at", "2016-01-18 18:19:32.973983"]]  (163.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Heard Island and McDonald Islands"], ["code2", "HM"], ["code3", "HMD"], ["continent", "AN"], ["tld", "hm"], ["currency", "AUD"], ["created_at", "2016-01-18 18:19:33.142133"], ["updated_at", "2016-01-18 18:19:33.142133"]]  (184.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Honduras"], ["code2", "HN"], ["code3", "HND"], ["continent", "NA"], ["tld", "hn"], ["currency", "HNL"], ["created_at", "2016-01-18 18:19:33.332559"], ["updated_at", "2016-01-18 18:19:33.332559"]]  (139.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Croatia"], ["code2", "HR"], ["code3", "HRV"], ["continent", "EU"], ["tld", "hr"], ["currency", "HRK"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:33.477988"], ["updated_at", "2016-01-18 18:19:33.477988"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Haiti"], ["code2", "HT"], ["code3", "HTI"], ["continent", "NA"], ["tld", "ht"], ["currency", "HTG"], ["created_at", "2016-01-18 18:19:33.623963"], ["updated_at", "2016-01-18 18:19:33.623963"]]  (140.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hungary"], ["code2", "HU"], ["code3", "HUN"], ["continent", "EU"], ["tld", "hu"], ["currency", "HUF"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:33.769283"], ["updated_at", "2016-01-18 18:19:33.769283"]]  (139.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Indonesia"], ["code2", "ID"], ["code3", "IDN"], ["continent", "AS"], ["tld", "id"], ["currency", "IDR"], ["created_at", "2016-01-18 18:19:33.914821"], ["updated_at", "2016-01-18 18:19:33.914821"]]  (150.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ireland"], ["code2", "IE"], ["code3", "IRL"], ["continent", "EU"], ["tld", "ie"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:34.071466"], ["updated_at", "2016-01-18 18:19:34.071466"]]  (174.6ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Israel"], ["code2", "IL"], ["code3", "ISR"], ["continent", "AS"], ["tld", "il"], ["currency", "ILS"], ["created_at", "2016-01-18 18:19:34.250905"], ["updated_at", "2016-01-18 18:19:34.250905"]]  (164.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Isle of Man"], ["code2", "IM"], ["code3", "IMN"], ["continent", "EU"], ["tld", "im"], ["currency", "GBP"], ["created_at", "2016-01-18 18:19:34.420793"], ["updated_at", "2016-01-18 18:19:34.420793"]]  (139.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "India"], ["code2", "IN"], ["code3", "IND"], ["continent", "AS"], ["tld", "in"], ["currency", "INR"], ["created_at", "2016-01-18 18:19:34.565382"], ["updated_at", "2016-01-18 18:19:34.565382"]]  (140.0ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Indian Ocean Territory"], ["code2", "IO"], ["code3", "IOT"], ["continent", "AS"], ["tld", "io"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:34.710972"], ["updated_at", "2016-01-18 18:19:34.710972"]]  (140.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iraq"], ["code2", "IQ"], ["code3", "IRQ"], ["continent", "AS"], ["tld", "iq"], ["currency", "IQD"], ["created_at", "2016-01-18 18:19:34.856645"], ["updated_at", "2016-01-18 18:19:34.856645"]]  (140.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iran"], ["code2", "IR"], ["code3", "IRN"], ["continent", "AS"], ["tld", "ir"], ["currency", "IRR"], ["created_at", "2016-01-18 18:19:35.002454"], ["updated_at", "2016-01-18 18:19:35.002454"]]  (140.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iceland"], ["code2", "IS"], ["code3", "ISL"], ["continent", "EU"], ["tld", "is"], ["currency", "ISK"], ["created_at", "2016-01-18 18:19:35.147788"], ["updated_at", "2016-01-18 18:19:35.147788"]]  (140.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Italy"], ["code2", "IT"], ["code3", "ITA"], ["continent", "EU"], ["tld", "it"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:35.292153"], ["updated_at", "2016-01-18 18:19:35.292153"]]  (153.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jersey"], ["code2", "JE"], ["code3", "JEY"], ["continent", "EU"], ["tld", "je"], ["currency", "GBP"], ["created_at", "2016-01-18 18:19:35.448639"], ["updated_at", "2016-01-18 18:19:35.448639"]]  (142.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jamaica"], ["code2", "JM"], ["code3", "JAM"], ["continent", "NA"], ["tld", "jm"], ["currency", "JMD"], ["created_at", "2016-01-18 18:19:35.594686"], ["updated_at", "2016-01-18 18:19:35.594686"]]  (142.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jordan"], ["code2", "JO"], ["code3", "JOR"], ["continent", "AS"], ["tld", "jo"], ["currency", "JOD"], ["created_at", "2016-01-18 18:19:35.742764"], ["updated_at", "2016-01-18 18:19:35.742764"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Japan"], ["code2", "JP"], ["code3", "JPN"], ["continent", "AS"], ["tld", "jp"], ["currency", "JPY"], ["created_at", "2016-01-18 18:19:35.888745"], ["updated_at", "2016-01-18 18:19:35.888745"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kenya"], ["code2", "KE"], ["code3", "KEN"], ["continent", "AF"], ["tld", "ke"], ["currency", "KES"], ["created_at", "2016-01-18 18:19:36.033947"], ["updated_at", "2016-01-18 18:19:36.033947"]]  (141.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kyrgyzstan"], ["code2", "KG"], ["code3", "KGZ"], ["continent", "AS"], ["tld", "kg"], ["currency", "KGS"], ["created_at", "2016-01-18 18:19:36.179959"], ["updated_at", "2016-01-18 18:19:36.179959"]]  (140.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cambodia"], ["code2", "KH"], ["code3", "KHM"], ["continent", "AS"], ["tld", "kh"], ["currency", "KHR"], ["created_at", "2016-01-18 18:19:36.323868"], ["updated_at", "2016-01-18 18:19:36.323868"]]  (165.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kiribati"], ["code2", "KI"], ["code3", "KIR"], ["continent", "OC"], ["tld", "ki"], ["currency", "AUD"], ["created_at", "2016-01-18 18:19:36.493532"], ["updated_at", "2016-01-18 18:19:36.493532"]]  (239.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Comoros"], ["code2", "KM"], ["code3", "COM"], ["continent", "AF"], ["tld", "km"], ["currency", "KMF"], ["created_at", "2016-01-18 18:19:36.737450"], ["updated_at", "2016-01-18 18:19:36.737450"]]  (332.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Kitts and Nevis"], ["code2", "KN"], ["code3", "KNA"], ["continent", "NA"], ["tld", "kn"], ["currency", "XCD"], ["created_at", "2016-01-18 18:19:37.072938"], ["updated_at", "2016-01-18 18:19:37.072938"]]  (175.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "North Korea"], ["code2", "KP"], ["code3", "PRK"], ["continent", "AS"], ["tld", "kp"], ["currency", "KPW"], ["created_at", "2016-01-18 18:19:37.253061"], ["updated_at", "2016-01-18 18:19:37.253061"]]  (185.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Korea"], ["code2", "KR"], ["code3", "KOR"], ["continent", "AS"], ["tld", "kr"], ["currency", "KRW"], ["created_at", "2016-01-18 18:19:37.443994"], ["updated_at", "2016-01-18 18:19:37.443994"]]  (239.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kosovo"], ["code2", "XK"], ["code3", "XKX"], ["continent", "EU"], ["tld", ""], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:37.689994"], ["updated_at", "2016-01-18 18:19:37.689994"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kuwait"], ["code2", "KW"], ["code3", "KWT"], ["continent", "AS"], ["tld", "kw"], ["currency", "KWD"], ["created_at", "2016-01-18 18:19:37.835342"], ["updated_at", "2016-01-18 18:19:37.835342"]]  (141.2ms) commit transaction  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cayman Islands"], ["code2", "KY"], ["code3", "CYM"], ["continent", "NA"], ["tld", "ky"], ["currency", "KYD"], ["created_at", "2016-01-18 18:19:37.980226"], ["updated_at", "2016-01-18 18:19:37.980226"]]  (162.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kazakhstan"], ["code2", "KZ"], ["code3", "KAZ"], ["continent", "AS"], ["tld", "kz"], ["currency", "KZT"], ["created_at", "2016-01-18 18:19:38.147706"], ["updated_at", "2016-01-18 18:19:38.147706"]]  (198.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Laos"], ["code2", "LA"], ["code3", "LAO"], ["continent", "AS"], ["tld", "la"], ["currency", "LAK"], ["created_at", "2016-01-18 18:19:38.351201"], ["updated_at", "2016-01-18 18:19:38.351201"]]  (161.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lebanon"], ["code2", "LB"], ["code3", "LBN"], ["continent", "AS"], ["tld", "lb"], ["currency", "LBP"], ["created_at", "2016-01-18 18:19:38.517002"], ["updated_at", "2016-01-18 18:19:38.517002"]]  (198.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Lucia"], ["code2", "LC"], ["code3", "LCA"], ["continent", "NA"], ["tld", "lc"], ["currency", "XCD"], ["created_at", "2016-01-18 18:19:38.719906"], ["updated_at", "2016-01-18 18:19:38.719906"]]  (228.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liechtenstein"], ["code2", "LI"], ["code3", "LIE"], ["continent", "EU"], ["tld", "li"], ["currency", "CHF"], ["created_at", "2016-01-18 18:19:38.952938"], ["updated_at", "2016-01-18 18:19:38.952938"]]  (166.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sri Lanka"], ["code2", "LK"], ["code3", "LKA"], ["continent", "AS"], ["tld", "lk"], ["currency", "LKR"], ["created_at", "2016-01-18 18:19:39.123343"], ["updated_at", "2016-01-18 18:19:39.123343"]]  (140.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liberia"], ["code2", "LR"], ["code3", "LBR"], ["continent", "AF"], ["tld", "lr"], ["currency", "LRD"], ["created_at", "2016-01-18 18:19:39.267780"], ["updated_at", "2016-01-18 18:19:39.267780"]]  (221.3ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lesotho"], ["code2", "LS"], ["code3", "LSO"], ["continent", "AF"], ["tld", "ls"], ["currency", "LSL"], ["created_at", "2016-01-18 18:19:39.492651"], ["updated_at", "2016-01-18 18:19:39.492651"]]  (185.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lithuania"], ["code2", "LT"], ["code3", "LTU"], ["continent", "EU"], ["tld", "lt"], ["currency", "LTL"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:39.681488"], ["updated_at", "2016-01-18 18:19:39.681488"]]  (142.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Luxembourg"], ["code2", "LU"], ["code3", "LUX"], ["continent", "EU"], ["tld", "lu"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:39.827518"], ["updated_at", "2016-01-18 18:19:39.827518"]]  (207.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Latvia"], ["code2", "LV"], ["code3", "LVA"], ["continent", "EU"], ["tld", "lv"], ["currency", "LVL"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:40.040924"], ["updated_at", "2016-01-18 18:19:40.040924"]]  (206.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Libya"], ["code2", "LY"], ["code3", "LBY"], ["continent", "AF"], ["tld", "ly"], ["currency", "LYD"], ["created_at", "2016-01-18 18:19:40.253574"], ["updated_at", "2016-01-18 18:19:40.253574"]]  (138.8ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Morocco"], ["code2", "MA"], ["code3", "MAR"], ["continent", "AF"], ["tld", "ma"], ["currency", "MAD"], ["created_at", "2016-01-18 18:19:40.397991"], ["updated_at", "2016-01-18 18:19:40.397991"]]  (141.4ms) commit transaction  (0.3ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Monaco"], ["code2", "MC"], ["code3", "MCO"], ["continent", "EU"], ["tld", "mc"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:40.544466"], ["updated_at", "2016-01-18 18:19:40.544466"]]  (141.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Moldova"], ["code2", "MD"], ["code3", "MDA"], ["continent", "EU"], ["tld", "md"], ["currency", "MDL"], ["created_at", "2016-01-18 18:19:40.691481"], ["updated_at", "2016-01-18 18:19:40.691481"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montenegro"], ["code2", "ME"], ["code3", "MNE"], ["continent", "EU"], ["tld", "me"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:40.836786"], ["updated_at", "2016-01-18 18:19:40.836786"]]  (151.7ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Martin"], ["code2", "MF"], ["code3", "MAF"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:40.993712"], ["updated_at", "2016-01-18 18:19:40.993712"]]  (217.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Madagascar"], ["code2", "MG"], ["code3", "MDG"], ["continent", "AF"], ["tld", "mg"], ["currency", "MGA"], ["created_at", "2016-01-18 18:19:41.216702"], ["updated_at", "2016-01-18 18:19:41.216702"]]  (198.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Marshall Islands"], ["code2", "MH"], ["code3", "MHL"], ["continent", "OC"], ["tld", "mh"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:41.418395"], ["updated_at", "2016-01-18 18:19:41.418395"]]  (165.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macedonia"], ["code2", "MK"], ["code3", "MKD"], ["continent", "EU"], ["tld", "mk"], ["currency", "MKD"], ["created_at", "2016-01-18 18:19:41.587354"], ["updated_at", "2016-01-18 18:19:41.587354"]]  (139.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mali"], ["code2", "ML"], ["code3", "MLI"], ["continent", "AF"], ["tld", "ml"], ["currency", "XOF"], ["created_at", "2016-01-18 18:19:41.731243"], ["updated_at", "2016-01-18 18:19:41.731243"]]  (255.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Myanmar"], ["code2", "MM"], ["code3", "MMR"], ["continent", "AS"], ["tld", "mm"], ["currency", "MMK"], ["created_at", "2016-01-18 18:19:41.989704"], ["updated_at", "2016-01-18 18:19:41.989704"]]  (195.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mongolia"], ["code2", "MN"], ["code3", "MNG"], ["continent", "AS"], ["tld", "mn"], ["currency", "MNT"], ["created_at", "2016-01-18 18:19:42.190782"], ["updated_at", "2016-01-18 18:19:42.190782"]]  (141.8ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macao"], ["code2", "MO"], ["code3", "MAC"], ["continent", "AS"], ["tld", "mo"], ["currency", "MOP"], ["created_at", "2016-01-18 18:19:42.337934"], ["updated_at", "2016-01-18 18:19:42.337934"]]  (142.2ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Northern Mariana Islands"], ["code2", "MP"], ["code3", "MNP"], ["continent", "OC"], ["tld", "mp"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:42.484394"], ["updated_at", "2016-01-18 18:19:42.484394"]]  (149.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Martinique"], ["code2", "MQ"], ["code3", "MTQ"], ["continent", "NA"], ["tld", "mq"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:42.640670"], ["updated_at", "2016-01-18 18:19:42.640670"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritania"], ["code2", "MR"], ["code3", "MRT"], ["continent", "AF"], ["tld", "mr"], ["currency", "MRO"], ["created_at", "2016-01-18 18:19:42.787070"], ["updated_at", "2016-01-18 18:19:42.787070"]]  (139.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montserrat"], ["code2", "MS"], ["code3", "MSR"], ["continent", "NA"], ["tld", "ms"], ["currency", "XCD"], ["created_at", "2016-01-18 18:19:42.932229"], ["updated_at", "2016-01-18 18:19:42.932229"]]  (139.6ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malta"], ["code2", "MT"], ["code3", "MLT"], ["continent", "EU"], ["tld", "mt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:43.077981"], ["updated_at", "2016-01-18 18:19:43.077981"]]  (207.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritius"], ["code2", "MU"], ["code3", "MUS"], ["continent", "AF"], ["tld", "mu"], ["currency", "MUR"], ["created_at", "2016-01-18 18:19:43.288912"], ["updated_at", "2016-01-18 18:19:43.288912"]]  (176.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Maldives"], ["code2", "MV"], ["code3", "MDV"], ["continent", "AS"], ["tld", "mv"], ["currency", "MVR"], ["created_at", "2016-01-18 18:19:43.467727"], ["updated_at", "2016-01-18 18:19:43.467727"]]  (167.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malawi"], ["code2", "MW"], ["code3", "MWI"], ["continent", "AF"], ["tld", "mw"], ["currency", "MWK"], ["created_at", "2016-01-18 18:19:43.638675"], ["updated_at", "2016-01-18 18:19:43.638675"]]  (150.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mexico"], ["code2", "MX"], ["code3", "MEX"], ["continent", "NA"], ["tld", "mx"], ["currency", "MXN"], ["created_at", "2016-01-18 18:19:43.794208"], ["updated_at", "2016-01-18 18:19:43.794208"]]  (230.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malaysia"], ["code2", "MY"], ["code3", "MYS"], ["continent", "AS"], ["tld", "my"], ["currency", "MYR"], ["created_at", "2016-01-18 18:19:44.030423"], ["updated_at", "2016-01-18 18:19:44.030423"]]  (174.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mozambique"], ["code2", "MZ"], ["code3", "MOZ"], ["continent", "AF"], ["tld", "mz"], ["currency", "MZN"], ["created_at", "2016-01-18 18:19:44.209345"], ["updated_at", "2016-01-18 18:19:44.209345"]]  (139.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Namibia"], ["code2", "NA"], ["code3", "NAM"], ["continent", "AF"], ["tld", "na"], ["currency", "NAD"], ["created_at", "2016-01-18 18:19:44.353472"], ["updated_at", "2016-01-18 18:19:44.353472"]]  (210.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Caledonia"], ["code2", "NC"], ["code3", "NCL"], ["continent", "OC"], ["tld", "nc"], ["currency", "XPF"], ["created_at", "2016-01-18 18:19:44.566165"], ["updated_at", "2016-01-18 18:19:44.566165"]]  (199.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niger"], ["code2", "NE"], ["code3", "NER"], ["continent", "AF"], ["tld", "ne"], ["currency", "XOF"], ["created_at", "2016-01-18 18:19:44.768822"], ["updated_at", "2016-01-18 18:19:44.768822"]]  (162.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norfolk Island"], ["code2", "NF"], ["code3", "NFK"], ["continent", "OC"], ["tld", "nf"], ["currency", "AUD"], ["created_at", "2016-01-18 18:19:44.936798"], ["updated_at", "2016-01-18 18:19:44.936798"]]  (173.7ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nigeria"], ["code2", "NG"], ["code3", "NGA"], ["continent", "AF"], ["tld", "ng"], ["currency", "NGN"], ["created_at", "2016-01-18 18:19:45.115967"], ["updated_at", "2016-01-18 18:19:45.115967"]]  (307.5ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nicaragua"], ["code2", "NI"], ["code3", "NIC"], ["continent", "NA"], ["tld", "ni"], ["currency", "NIO"], ["created_at", "2016-01-18 18:19:45.429817"], ["updated_at", "2016-01-18 18:19:45.429817"]]  (152.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands"], ["code2", "NL"], ["code3", "NLD"], ["continent", "EU"], ["tld", "nl"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:45.585833"], ["updated_at", "2016-01-18 18:19:45.585833"]]  (143.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norway"], ["code2", "NO"], ["code3", "NOR"], ["continent", "EU"], ["tld", "no"], ["currency", "NOK"], ["created_at", "2016-01-18 18:19:45.732667"], ["updated_at", "2016-01-18 18:19:45.732667"]]  (162.0ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nepal"], ["code2", "NP"], ["code3", "NPL"], ["continent", "AS"], ["tld", "np"], ["currency", "NPR"], ["created_at", "2016-01-18 18:19:45.900227"], ["updated_at", "2016-01-18 18:19:45.900227"]]  (163.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nauru"], ["code2", "NR"], ["code3", "NRU"], ["continent", "OC"], ["tld", "nr"], ["currency", "AUD"], ["created_at", "2016-01-18 18:19:46.068374"], ["updated_at", "2016-01-18 18:19:46.068374"]]  (173.4ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niue"], ["code2", "NU"], ["code3", "NIU"], ["continent", "OC"], ["tld", "nu"], ["currency", "NZD"], ["created_at", "2016-01-18 18:19:46.248099"], ["updated_at", "2016-01-18 18:19:46.248099"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Zealand"], ["code2", "NZ"], ["code3", "NZL"], ["continent", "OC"], ["tld", "nz"], ["currency", "NZD"], ["created_at", "2016-01-18 18:19:46.393094"], ["updated_at", "2016-01-18 18:19:46.393094"]]  (251.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Oman"], ["code2", "OM"], ["code3", "OMN"], ["continent", "AS"], ["tld", "om"], ["currency", "OMR"], ["created_at", "2016-01-18 18:19:46.648584"], ["updated_at", "2016-01-18 18:19:46.648584"]]  (189.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Panama"], ["code2", "PA"], ["code3", "PAN"], ["continent", "NA"], ["tld", "pa"], ["currency", "PAB"], ["created_at", "2016-01-18 18:19:46.841389"], ["updated_at", "2016-01-18 18:19:46.841389"]]  (141.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Peru"], ["code2", "PE"], ["code3", "PER"], ["continent", "SA"], ["tld", "pe"], ["currency", "PEN"], ["created_at", "2016-01-18 18:19:46.988133"], ["updated_at", "2016-01-18 18:19:46.988133"]]  (194.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Polynesia"], ["code2", "PF"], ["code3", "PYF"], ["continent", "OC"], ["tld", "pf"], ["currency", "XPF"], ["created_at", "2016-01-18 18:19:47.187414"], ["updated_at", "2016-01-18 18:19:47.187414"]]  (187.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Papua New Guinea"], ["code2", "PG"], ["code3", "PNG"], ["continent", "OC"], ["tld", "pg"], ["currency", "PGK"], ["created_at", "2016-01-18 18:19:47.378451"], ["updated_at", "2016-01-18 18:19:47.378451"]]  (208.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Philippines"], ["code2", "PH"], ["code3", "PHL"], ["continent", "AS"], ["tld", "ph"], ["currency", "PHP"], ["created_at", "2016-01-18 18:19:47.591305"], ["updated_at", "2016-01-18 18:19:47.591305"]]  (140.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pakistan"], ["code2", "PK"], ["code3", "PAK"], ["continent", "AS"], ["tld", "pk"], ["currency", "PKR"], ["created_at", "2016-01-18 18:19:47.737434"], ["updated_at", "2016-01-18 18:19:47.737434"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Poland"], ["code2", "PL"], ["code3", "POL"], ["continent", "EU"], ["tld", "pl"], ["currency", "PLN"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:47.882767"], ["updated_at", "2016-01-18 18:19:47.882767"]]  (152.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Pierre and Miquelon"], ["code2", "PM"], ["code3", "SPM"], ["continent", "NA"], ["tld", "pm"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:48.039852"], ["updated_at", "2016-01-18 18:19:48.039852"]]  (139.7ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pitcairn"], ["code2", "PN"], ["code3", "PCN"], ["continent", "OC"], ["tld", "pn"], ["currency", "NZD"], ["created_at", "2016-01-18 18:19:48.186047"], ["updated_at", "2016-01-18 18:19:48.186047"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Puerto Rico"], ["code2", "PR"], ["code3", "PRI"], ["continent", "NA"], ["tld", "pr"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:48.332273"], ["updated_at", "2016-01-18 18:19:48.332273"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palestinian Territory"], ["code2", "PS"], ["code3", "PSE"], ["continent", "AS"], ["tld", "ps"], ["currency", "ILS"], ["created_at", "2016-01-18 18:19:48.478220"], ["updated_at", "2016-01-18 18:19:48.478220"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Portugal"], ["code2", "PT"], ["code3", "PRT"], ["continent", "EU"], ["tld", "pt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:48.623872"], ["updated_at", "2016-01-18 18:19:48.623872"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palau"], ["code2", "PW"], ["code3", "PLW"], ["continent", "OC"], ["tld", "pw"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:48.780564"], ["updated_at", "2016-01-18 18:19:48.780564"]]  (139.2ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Paraguay"], ["code2", "PY"], ["code3", "PRY"], ["continent", "SA"], ["tld", "py"], ["currency", "PYG"], ["created_at", "2016-01-18 18:19:48.926714"], ["updated_at", "2016-01-18 18:19:48.926714"]]  (162.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Qatar"], ["code2", "QA"], ["code3", "QAT"], ["continent", "AS"], ["tld", "qa"], ["currency", "QAR"], ["created_at", "2016-01-18 18:19:49.094770"], ["updated_at", "2016-01-18 18:19:49.094770"]]  (140.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Reunion"], ["code2", "RE"], ["code3", "REU"], ["continent", "AF"], ["tld", "re"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:49.239025"], ["updated_at", "2016-01-18 18:19:49.239025"]]  (143.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Romania"], ["code2", "RO"], ["code3", "ROU"], ["continent", "EU"], ["tld", "ro"], ["currency", "RON"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:49.384768"], ["updated_at", "2016-01-18 18:19:49.384768"]]  (165.9ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia"], ["code2", "RS"], ["code3", "SRB"], ["continent", "EU"], ["tld", "rs"], ["currency", "RSD"], ["created_at", "2016-01-18 18:19:49.554012"], ["updated_at", "2016-01-18 18:19:49.554012"]]  (185.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Russia"], ["code2", "RU"], ["code3", "RUS"], ["continent", "EU"], ["tld", "ru"], ["currency", "RUB"], ["created_at", "2016-01-18 18:19:49.744825"], ["updated_at", "2016-01-18 18:19:49.744825"]]  (174.1ms) commit transaction  (0.2ms) begin transaction SQL (1.1ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Rwanda"], ["code2", "RW"], ["code3", "RWA"], ["continent", "AF"], ["tld", "rw"], ["currency", "RWF"], ["created_at", "2016-01-18 18:19:49.925017"], ["updated_at", "2016-01-18 18:19:49.925017"]]  (148.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saudi Arabia"], ["code2", "SA"], ["code3", "SAU"], ["continent", "AS"], ["tld", "sa"], ["currency", "SAR"], ["created_at", "2016-01-18 18:19:50.081785"], ["updated_at", "2016-01-18 18:19:50.081785"]]  (217.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Solomon Islands"], ["code2", "SB"], ["code3", "SLB"], ["continent", "OC"], ["tld", "sb"], ["currency", "SBD"], ["created_at", "2016-01-18 18:19:50.305378"], ["updated_at", "2016-01-18 18:19:50.305378"]]  (173.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Seychelles"], ["code2", "SC"], ["code3", "SYC"], ["continent", "AF"], ["tld", "sc"], ["currency", "SCR"], ["created_at", "2016-01-18 18:19:50.483177"], ["updated_at", "2016-01-18 18:19:50.483177"]]  (141.8ms) commit transaction  (8.4ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sudan"], ["code2", "SD"], ["code3", "SDN"], ["continent", "AF"], ["tld", "sd"], ["currency", "SDG"], ["created_at", "2016-01-18 18:19:50.637780"], ["updated_at", "2016-01-18 18:19:50.637780"]]  (178.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Sudan"], ["code2", "SS"], ["code3", "SSD"], ["continent", "AF"], ["tld", ""], ["currency", "SSP"], ["created_at", "2016-01-18 18:19:50.820586"], ["updated_at", "2016-01-18 18:19:50.820586"]]  (229.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sweden"], ["code2", "SE"], ["code3", "SWE"], ["continent", "EU"], ["tld", "se"], ["currency", "SEK"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:51.054002"], ["updated_at", "2016-01-18 18:19:51.054002"]]  (156.6ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Singapore"], ["code2", "SG"], ["code3", "SGP"], ["continent", "AS"], ["tld", "sg"], ["currency", "SGD"], ["created_at", "2016-01-18 18:19:51.214152"], ["updated_at", "2016-01-18 18:19:51.214152"]]  (118.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Helena"], ["code2", "SH"], ["code3", "SHN"], ["continent", "AF"], ["tld", "sh"], ["currency", "SHP"], ["created_at", "2016-01-18 18:19:51.336988"], ["updated_at", "2016-01-18 18:19:51.336988"]]  (185.4ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovenia"], ["code2", "SI"], ["code3", "SVN"], ["continent", "EU"], ["tld", "si"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:51.527333"], ["updated_at", "2016-01-18 18:19:51.527333"]]  (206.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Svalbard and Jan Mayen"], ["code2", "SJ"], ["code3", "SJM"], ["continent", "EU"], ["tld", "sj"], ["currency", "NOK"], ["created_at", "2016-01-18 18:19:51.740051"], ["updated_at", "2016-01-18 18:19:51.740051"]]  (172.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovakia"], ["code2", "SK"], ["code3", "SVK"], ["continent", "EU"], ["tld", "sk"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:19:51.917710"], ["updated_at", "2016-01-18 18:19:51.917710"]]  (143.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sierra Leone"], ["code2", "SL"], ["code3", "SLE"], ["continent", "AF"], ["tld", "sl"], ["currency", "SLL"], ["created_at", "2016-01-18 18:19:52.063315"], ["updated_at", "2016-01-18 18:19:52.063315"]]  (165.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "San Marino"], ["code2", "SM"], ["code3", "SMR"], ["continent", "EU"], ["tld", "sm"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:52.231105"], ["updated_at", "2016-01-18 18:19:52.231105"]]  (187.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Senegal"], ["code2", "SN"], ["code3", "SEN"], ["continent", "AF"], ["tld", "sn"], ["currency", "XOF"], ["created_at", "2016-01-18 18:19:52.422328"], ["updated_at", "2016-01-18 18:19:52.422328"]]  (254.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Somalia"], ["code2", "SO"], ["code3", "SOM"], ["continent", "AF"], ["tld", "so"], ["currency", "SOS"], ["created_at", "2016-01-18 18:19:52.681212"], ["updated_at", "2016-01-18 18:19:52.681212"]]  (139.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Suriname"], ["code2", "SR"], ["code3", "SUR"], ["continent", "SA"], ["tld", "sr"], ["currency", "SRD"], ["created_at", "2016-01-18 18:19:52.825812"], ["updated_at", "2016-01-18 18:19:52.825812"]]  (154.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sao Tome and Principe"], ["code2", "ST"], ["code3", "STP"], ["continent", "AF"], ["tld", "st"], ["currency", "STD"], ["created_at", "2016-01-18 18:19:52.983876"], ["updated_at", "2016-01-18 18:19:52.983876"]]  (162.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "El Salvador"], ["code2", "SV"], ["code3", "SLV"], ["continent", "NA"], ["tld", "sv"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:53.151925"], ["updated_at", "2016-01-18 18:19:53.151925"]]  (184.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sint Maarten"], ["code2", "SX"], ["code3", "SXM"], ["continent", "NA"], ["tld", "sx"], ["currency", "ANG"], ["created_at", "2016-01-18 18:19:53.342057"], ["updated_at", "2016-01-18 18:19:53.342057"]]  (139.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Syria"], ["code2", "SY"], ["code3", "SYR"], ["continent", "AS"], ["tld", "sy"], ["currency", "SYP"], ["created_at", "2016-01-18 18:19:53.487593"], ["updated_at", "2016-01-18 18:19:53.487593"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Swaziland"], ["code2", "SZ"], ["code3", "SWZ"], ["continent", "AF"], ["tld", "sz"], ["currency", "SZL"], ["created_at", "2016-01-18 18:19:53.633067"], ["updated_at", "2016-01-18 18:19:53.633067"]]  (139.4ms) commit transaction  (0.4ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turks and Caicos Islands"], ["code2", "TC"], ["code3", "TCA"], ["continent", "NA"], ["tld", "tc"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:53.780151"], ["updated_at", "2016-01-18 18:19:53.780151"]]  (138.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chad"], ["code2", "TD"], ["code3", "TCD"], ["continent", "AF"], ["tld", "td"], ["currency", "XAF"], ["created_at", "2016-01-18 18:19:53.924211"], ["updated_at", "2016-01-18 18:19:53.924211"]]  (142.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Southern Territories"], ["code2", "TF"], ["code3", "ATF"], ["continent", "AN"], ["tld", "tf"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:54.070480"], ["updated_at", "2016-01-18 18:19:54.070480"]]  (143.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Togo"], ["code2", "TG"], ["code3", "TGO"], ["continent", "AF"], ["tld", "tg"], ["currency", "XOF"], ["created_at", "2016-01-18 18:19:54.217768"], ["updated_at", "2016-01-18 18:19:54.217768"]]  (139.4ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Thailand"], ["code2", "TH"], ["code3", "THA"], ["continent", "AS"], ["tld", "th"], ["currency", "THB"], ["created_at", "2016-01-18 18:19:54.363573"], ["updated_at", "2016-01-18 18:19:54.363573"]]  (148.9ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tajikistan"], ["code2", "TJ"], ["code3", "TJK"], ["continent", "AS"], ["tld", "tj"], ["currency", "TJS"], ["created_at", "2016-01-18 18:19:54.520275"], ["updated_at", "2016-01-18 18:19:54.520275"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tokelau"], ["code2", "TK"], ["code3", "TKL"], ["continent", "OC"], ["tld", "tk"], ["currency", "NZD"], ["created_at", "2016-01-18 18:19:54.688443"], ["updated_at", "2016-01-18 18:19:54.688443"]]  (139.8ms) commit transaction  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "East Timor"], ["code2", "TL"], ["code3", "TLS"], ["continent", "OC"], ["tld", "tl"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:54.834986"], ["updated_at", "2016-01-18 18:19:54.834986"]]  (138.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkmenistan"], ["code2", "TM"], ["code3", "TKM"], ["continent", "AS"], ["tld", "tm"], ["currency", "TMT"], ["created_at", "2016-01-18 18:19:54.979094"], ["updated_at", "2016-01-18 18:19:54.979094"]]  (162.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tunisia"], ["code2", "TN"], ["code3", "TUN"], ["continent", "AF"], ["tld", "tn"], ["currency", "TND"], ["created_at", "2016-01-18 18:19:55.145826"], ["updated_at", "2016-01-18 18:19:55.145826"]]  (199.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tonga"], ["code2", "TO"], ["code3", "TON"], ["continent", "OC"], ["tld", "to"], ["currency", "TOP"], ["created_at", "2016-01-18 18:19:55.348551"], ["updated_at", "2016-01-18 18:19:55.348551"]]  (207.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkey"], ["code2", "TR"], ["code3", "TUR"], ["continent", "AS"], ["tld", "tr"], ["currency", "TRY"], ["created_at", "2016-01-18 18:19:55.561352"], ["updated_at", "2016-01-18 18:19:55.561352"]]  (143.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Trinidad and Tobago"], ["code2", "TT"], ["code3", "TTO"], ["continent", "NA"], ["tld", "tt"], ["currency", "TTD"], ["created_at", "2016-01-18 18:19:55.708032"], ["updated_at", "2016-01-18 18:19:55.708032"]]  (185.4ms) commit transaction  (0.4ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tuvalu"], ["code2", "TV"], ["code3", "TUV"], ["continent", "OC"], ["tld", "tv"], ["currency", "AUD"], ["created_at", "2016-01-18 18:19:55.899086"], ["updated_at", "2016-01-18 18:19:55.899086"]]  (226.5ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Taiwan"], ["code2", "TW"], ["code3", "TWN"], ["continent", "AS"], ["tld", "tw"], ["currency", "TWD"], ["created_at", "2016-01-18 18:19:56.133503"], ["updated_at", "2016-01-18 18:19:56.133503"]]  (184.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tanzania"], ["code2", "TZ"], ["code3", "TZA"], ["continent", "AF"], ["tld", "tz"], ["currency", "TZS"], ["created_at", "2016-01-18 18:19:56.322321"], ["updated_at", "2016-01-18 18:19:56.322321"]]  (206.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ukraine"], ["code2", "UA"], ["code3", "UKR"], ["continent", "EU"], ["tld", "ua"], ["currency", "UAH"], ["created_at", "2016-01-18 18:19:56.532549"], ["updated_at", "2016-01-18 18:19:56.532549"]]  (279.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uganda"], ["code2", "UG"], ["code3", "UGA"], ["continent", "AF"], ["tld", "ug"], ["currency", "UGX"], ["created_at", "2016-01-18 18:19:56.816972"], ["updated_at", "2016-01-18 18:19:56.816972"]]  (152.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States Minor Outlying Islands"], ["code2", "UM"], ["code3", "UMI"], ["continent", "OC"], ["tld", "um"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:56.974788"], ["updated_at", "2016-01-18 18:19:56.974788"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States"], ["code2", "US"], ["code3", "USA"], ["continent", "NA"], ["tld", "us"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:57.120498"], ["updated_at", "2016-01-18 18:19:57.120498"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uruguay"], ["code2", "UY"], ["code3", "URY"], ["continent", "SA"], ["tld", "uy"], ["currency", "UYU"], ["created_at", "2016-01-18 18:19:57.266461"], ["updated_at", "2016-01-18 18:19:57.266461"]]  (148.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uzbekistan"], ["code2", "UZ"], ["code3", "UZB"], ["continent", "AS"], ["tld", "uz"], ["currency", "UZS"], ["created_at", "2016-01-18 18:19:57.423261"], ["updated_at", "2016-01-18 18:19:57.423261"]]  (183.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vatican"], ["code2", "VA"], ["code3", "VAT"], ["continent", "EU"], ["tld", "va"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:57.613496"], ["updated_at", "2016-01-18 18:19:57.613496"]]  (417.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Vincent and the Grenadines"], ["code2", "VC"], ["code3", "VCT"], ["continent", "NA"], ["tld", "vc"], ["currency", "XCD"], ["created_at", "2016-01-18 18:19:58.035999"], ["updated_at", "2016-01-18 18:19:58.035999"]]  (153.6ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Venezuela"], ["code2", "VE"], ["code3", "VEN"], ["continent", "SA"], ["tld", "ve"], ["currency", "VEF"], ["created_at", "2016-01-18 18:19:58.193222"], ["updated_at", "2016-01-18 18:19:58.193222"]]  (161.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Virgin Islands"], ["code2", "VG"], ["code3", "VGB"], ["continent", "NA"], ["tld", "vg"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:58.361969"], ["updated_at", "2016-01-18 18:19:58.361969"]]  (207.0ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "U.S. Virgin Islands"], ["code2", "VI"], ["code3", "VIR"], ["continent", "NA"], ["tld", "vi"], ["currency", "USD"], ["created_at", "2016-01-18 18:19:58.575100"], ["updated_at", "2016-01-18 18:19:58.575100"]]  (212.6ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vietnam"], ["code2", "VN"], ["code3", "VNM"], ["continent", "AS"], ["tld", "vn"], ["currency", "VND"], ["created_at", "2016-01-18 18:19:58.798254"], ["updated_at", "2016-01-18 18:19:58.798254"]]  (149.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vanuatu"], ["code2", "VU"], ["code3", "VUT"], ["continent", "OC"], ["tld", "vu"], ["currency", "VUV"], ["created_at", "2016-01-18 18:19:58.955382"], ["updated_at", "2016-01-18 18:19:58.955382"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Wallis and Futuna"], ["code2", "WF"], ["code3", "WLF"], ["continent", "OC"], ["tld", "wf"], ["currency", "XPF"], ["created_at", "2016-01-18 18:19:59.123750"], ["updated_at", "2016-01-18 18:19:59.123750"]]  (161.0ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Samoa"], ["code2", "WS"], ["code3", "WSM"], ["continent", "OC"], ["tld", "ws"], ["currency", "WST"], ["created_at", "2016-01-18 18:19:59.291073"], ["updated_at", "2016-01-18 18:19:59.291073"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Yemen"], ["code2", "YE"], ["code3", "YEM"], ["continent", "AS"], ["tld", "ye"], ["currency", "YER"], ["created_at", "2016-01-18 18:19:59.447950"], ["updated_at", "2016-01-18 18:19:59.447950"]]  (139.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mayotte"], ["code2", "YT"], ["code3", "MYT"], ["continent", "AF"], ["tld", "yt"], ["currency", "EUR"], ["created_at", "2016-01-18 18:19:59.593896"], ["updated_at", "2016-01-18 18:19:59.593896"]]  (150.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Africa"], ["code2", "ZA"], ["code3", "ZAF"], ["continent", "AF"], ["tld", "za"], ["currency", "ZAR"], ["created_at", "2016-01-18 18:19:59.751122"], ["updated_at", "2016-01-18 18:19:59.751122"]]  (184.9ms) commit transaction  (0.7ms) begin transaction SQL (1.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zambia"], ["code2", "ZM"], ["code3", "ZMB"], ["continent", "AF"], ["tld", "zm"], ["currency", "ZMK"], ["created_at", "2016-01-18 18:19:59.940805"], ["updated_at", "2016-01-18 18:19:59.940805"]]  (173.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zimbabwe"], ["code2", "ZW"], ["code3", "ZWE"], ["continent", "AF"], ["tld", "zw"], ["currency", "ZWL"], ["created_at", "2016-01-18 18:20:00.121414"], ["updated_at", "2016-01-18 18:20:00.121414"]]  (171.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia and Montenegro"], ["code2", "CS"], ["code3", "SCG"], ["continent", "EU"], ["tld", "cs"], ["currency", "RSD"], ["created_at", "2016-01-18 18:20:00.299225"], ["updated_at", "2016-01-18 18:20:00.299225"]]  (141.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands Antilles"], ["code2", "AN"], ["code3", "ANT"], ["continent", "NA"], ["tld", "an"], ["currency", "ANG"], ["created_at", "2016-01-18 18:20:00.446466"], ["updated_at", "2016-01-18 18:20:00.446466"]]  (139.3ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "first_name", "last_name", "admin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["email", "admin@example.com"], ["encrypted_password", "$2a$10$4hYZNr3K/5EIGdrM.RiKte./VPm8s4JY9uLh2jVfMv0quNr5REw0q"], ["first_name", "Default"], ["last_name", "Admin"], ["admin", "t"], ["created_at", "2016-01-18 18:20:00.924338"], ["updated_at", "2016-01-18 18:20:00.924338"]]  (142.9ms) commit transaction DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/" for 127.0.0.1 at 2016-01-18 12:20:09 -0600 Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (365.8ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (68.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:20:09.833215' and ends_at >= '2016-01-18 18:20:09.833215') Completed 200 OK in 659ms (Views: 619.4ms | ActiveRecord: 5.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:20:11 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (15.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (70.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:20:11.564522' and ends_at >= '2016-01-18 18:20:11.564522') Completed 200 OK in 209ms (Views: 203.1ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:20:17 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+yZvvq1LcgBxldprqp5PGnzygKq8nVjRMT162dH9HFIbXXSazcur9XwuQr7oYXrCZ+mR0YBsQ0zrBOZptn9t+w==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 18:20:17.702847"], ["current_sign_in_at", "2016-01-18 18:20:17.702847"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-18 18:20:17.704484"], ["id", 1]]  (151.5ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 261ms (ActiveRecord: 152.6ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:20:17 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.2ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:20:17.953775' and ends_at >= '2016-01-18 18:20:17.953775') Completed 200 OK in 110ms (Views: 109.0ms | ActiveRecord: 0.6ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 12:20:22 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.7ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:20:22.923028' and ends_at >= '2016-01-18 18:20:22.923028') Completed 200 OK in 177ms (Views: 133.9ms | ActiveRecord: 4.6ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:20:26 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.7ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:20:26.718563' and ends_at >= '2016-01-18 18:20:26.718563') Completed 200 OK in 95ms (Views: 93.5ms | ActiveRecord: 0.6ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-18 12:20:33 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:20:34.001863' and ends_at >= '2016-01-18 18:20:34.001863') Completed 200 OK in 112ms (Views: 85.3ms | ActiveRecord: 1.1ms) Started POST "/projects" for 127.0.0.1 at 2016-01-18 12:20:40 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Gv5mz63AK809RjgVLvsfSVlB0W8+S1pim+Aiq21/ZBpDFn8KLHCnO0P5z0+wQxPXBHPnTbabllFKhHWdHZb+6Q==", "project"=>{"name"=>"NOTGME", "category_id"=>"13"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1  (0.2ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_projects" ("name", "category_id", "user_id", "created_at", "updated_at", "status", "send_to_draft_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "NOTGME"], ["category_id", 13], ["user_id", 1], ["created_at", "2016-01-18 18:20:40.357426"], ["updated_at", "2016-01-18 18:20:40.357426"], ["status", "draft"], ["send_to_draft_at", "2016-01-18 18:20:40.357742"]]  (269.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 337ms (ActiveRecord: 270.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:20:40 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (7.3ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (19.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (29.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (120.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:20:40.857362' and ends_at >= '2016-01-18 18:20:40.857362') Completed 200 OK in 247ms (Views: 219.1ms | ActiveRecord: 2.2ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:20:44 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jVpBYyHVmjMHPPZxVG1q7EmKUjtzrGTM3vW//WlhYyjUslimoGUWxXmDASvK1WZyFLhkGft8qP8PkejLGYj52w==", "project"=>{"name"=>"NOTGME", "category_id"=>"13", "city"=>"Mont"}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.5ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "city" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["city", "Mont"], ["updated_at", "2016-01-18 18:20:44.945660"], ["id", 1]]  (302.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 321ms (ActiveRecord: 303.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:20:45 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.8ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (49.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:20:45.363854' and ends_at >= '2016-01-18 18:20:45.363854') Completed 200 OK in 136ms (Views: 126.0ms | ActiveRecord: 1.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:20:52 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rZQNEZtzE5E15NnHey6+IdgTEuMiD53w5otg4k+Q/N70fBTUGsOfZ0tbLp3llrK/hSEkwarfUcM37zfUP3lmLQ==", "project"=>{"goal"=>"200", "online_days"=>"1"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.5ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "goal" = ?, "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["goal", 200.0], ["online_days", 1], ["updated_at", "2016-01-18 18:20:52.977567"], ["id", 1]]  (142.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#goal Completed 302 Found in 160ms (ActiveRecord: 144.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:20:53 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.6ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (58.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:20:53.239849' and ends_at >= '2016-01-18 18:20:53.239849') Completed 200 OK in 148ms (Views: 137.7ms | ActiveRecord: 1.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:20:59 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yWhF/DueL+z5rwjeievSunN9rbnWtXkoK4JQfJ4gTmyQgFw5ui6jGocQ/4QXU94kLk+bm15ltRv65gdK7snUnw==", "project"=>{"about"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"description", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.8ms) UPDATE "hatchy_projects" SET "about" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["about", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 18:20:59.884564"], ["id", 1]]  (164.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#description Completed 302 Found in 184ms (ActiveRecord: 165.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:21:00 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.6ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (55.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:21:00.166465' and ends_at >= '2016-01-18 18:21:00.166465') Completed 200 OK in 143ms (Views: 132.7ms | ActiveRecord: 2.0ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:21:04 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"gR1l3YHKxcmFGZDuNJ5oDDBTTfC6QwnYapcf7lAR5xrY9XwYAHpJP/umZ7SqJmSSbWF70jKTxeu780jYIPh96Q==", "project"=>{"video_url"=>"https://www.youtube.com/watch?v=63iLLXJ7oic"}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "video_url" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["video_url", "https://www.youtube.com/watch?v=63iLLXJ7oic"], ["updated_at", "2016-01-18 18:21:04.204833"], ["id", 1]]  (329.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#video Completed 302 Found in 346ms (ActiveRecord: 330.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:21:04 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (54.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:21:04.650868' and ends_at >= '2016-01-18 18:21:04.650868') Completed 200 OK in 144ms (Views: 132.9ms | ActiveRecord: 1.8ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:21:10 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5c0Rs2v6qmROR1FpgI15pQE83P5WE+Ab4LqP3cJT12S8JQh26komkjD4pjMeNXU7XA7q3N7DLCgx3tjrsrpNlw==", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.7ms) UPDATE "hatchy_projects" SET "budget" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["budget", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 18:21:10.636188"], ["id", 1]]  (160.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#budget Completed 302 Found in 180ms (ActiveRecord: 162.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:21:10 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (51.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:21:10.921193' and ends_at >= '2016-01-18 18:21:10.921193') Completed 200 OK in 150ms (Views: 137.8ms | ActiveRecord: 1.9ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:21:24 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EmXGB5njPAe/VQe7BAWXdDPTx3oFro8lBGJKE2Jh9PdLjd/CGFOw8cHq8OGavZvqbuHxWI1+QxbVBh0lEohuBA==", "project"=>{"project_img"=>#, @original_filename="game.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"game.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"this os heeadlnine"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) UPDATE "hatchy_projects" SET "headline" = ?, "project_img" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["headline", "this os heeadlnine"], ["project_img", "game.jpg"], ["updated_at", "2016-01-18 18:21:24.421706"], ["id", 1]]  (200.8ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#project_card Completed 302 Found in 239ms (ActiveRecord: 202.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:21:24 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.9ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.9ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (10.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (68.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:21:24.761777' and ends_at >= '2016-01-18 18:21:24.761777') Completed 200 OK in 161ms (Views: 152.4ms | ActiveRecord: 1.6ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:22:44 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.3ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (38.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:22:44.259912' and ends_at >= '2016-01-18 18:22:44.259912') Completed 200 OK in 132ms (Views: 119.3ms | ActiveRecord: 2.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 12:22:48 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (16.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:22:48.636111' and ends_at >= '2016-01-18 18:22:48.636111') Completed 200 OK in 170ms (Views: 107.1ms | ActiveRecord: 4.8ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 12:22:50 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:22:50.479445' and ends_at >= '2016-01-18 18:22:50.479445') Completed 200 OK in 116ms (Views: 112.8ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453141370642" for 127.0.0.1 at 2016-01-18 12:22:50 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453141370642", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (1.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 34ms (Views: 27.3ms | ActiveRecord: 2.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 12:22:53 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (14.5ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (31.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:22:53.690638' and ends_at >= '2016-01-18 18:22:53.690638') Completed 200 OK in 133ms (Views: 127.2ms | ActiveRecord: 1.8ms) Started DELETE "/admin/projects" for 127.0.0.1 at 2016-01-18 12:22:57 -0600 ActionController::RoutingError (No route matches [DELETE] "/admin/projects"): actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (138.6ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:23:06 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.6ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:23:06.536368' and ends_at >= '2016-01-18 18:23:06.536368') Completed 200 OK in 89ms (Views: 87.5ms | ActiveRecord: 0.6ms) Started GET "/explore" for 127.0.0.1 at 2016-01-18 12:23:07 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 18:23:07.541430' AND '2016-01-18 18:23:07.541790') [["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (11.5ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:23:07.590827' and ends_at >= '2016-01-18 18:23:07.590827') Completed 200 OK in 98ms (Views: 94.8ms | ActiveRecord: 1.0ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-18 12:23:09 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.9ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:23:09.863991' and ends_at >= '2016-01-18 18:23:09.863991') Completed 200 OK in 109ms (Views: 104.7ms | ActiveRecord: 1.3ms) Started POST "/projects" for 127.0.0.1 at 2016-01-18 12:23:14 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"W+w2nm7faH6aoUVs+z+/Jrq/PytNrRsLWzG3VD5QNAgCBC9b72/kiOQesjZlh7O4540JCcV91ziKVeBiTrmu+w==", "project"=>{"name"=>"NOTGME", "category_id"=>"22"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1 Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:23:14.087847' and ends_at >= '2016-01-18 18:23:14.087847') Completed 200 OK in 115ms (Views: 104.8ms | ActiveRecord: 1.0ms) Started POST "/projects" for 127.0.0.1 at 2016-01-18 12:23:18 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"QwhTHfK8McjZodVW7pFfkZN8tEYIeRKDEfIHCa20QKEa4ErYcwy9PqceIgxwKVMPzk6CZICp3rDAllA/3V3aUg==", "project"=>{"name"=>"Kickit 2", "category_id"=>"22"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'Kickit 2' LIMIT 1  (0.2ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'Kickit 2' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_projects" ("name", "category_id", "user_id", "created_at", "updated_at", "status", "send_to_draft_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Kickit 2"], ["category_id", 22], ["user_id", 1], ["created_at", "2016-01-18 18:23:18.875395"], ["updated_at", "2016-01-18 18:23:18.875395"], ["status", "draft"], ["send_to_draft_at", "2016-01-18 18:23:18.876039"]] SQL (1.1ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 2], ["created_at", "2016-01-18 18:23:18.888902"], ["updated_at", "2016-01-18 18:23:18.888902"]]  (0.3ms) rollback transaction Completed 500 Internal Server Error in 34ms (ActiveRecord: 2.7ms) ActiveRecord::StatementInvalid (SQLite3::ConstraintException: NOT NULL constraint failed: hatchy_rewards.deliver_at: INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)): sqlite3 (1.3.11) lib/sqlite3/statement.rb:108:in `step' sqlite3 (1.3.11) lib/sqlite3/statement.rb:108:in `block in each' sqlite3 (1.3.11) lib/sqlite3/statement.rb:107:in `loop' sqlite3 (1.3.11) lib/sqlite3/statement.rb:107:in `each' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:314:in `to_a' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:314:in `block in exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:472:in `block in log' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.2.5) lib/active_record/connection_adapters/abstract_adapter.rb:466:in `log' activerecord (4.2.5) lib/active_record/connection_adapters/sqlite3_adapter.rb:293:in `exec_query' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:76:in `exec_insert' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:108:in `insert' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' activerecord (4.2.5) lib/active_record/relation.rb:64:in `insert' activerecord (4.2.5) lib/active_record/persistence.rb:524:in `_create_record' activerecord (4.2.5) lib/active_record/counter_cache.rb:139:in `_create_record' activerecord (4.2.5) lib/active_record/locking/optimistic.rb:75:in `_create_record' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:132:in `_create_record' activerecord (4.2.5) lib/active_record/callbacks.rb:306:in `block in _create_record' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_create_callbacks' activerecord (4.2.5) lib/active_record/callbacks.rb:306:in `_create_record' activerecord (4.2.5) lib/active_record/timestamp.rb:57:in `_create_record' activerecord (4.2.5) lib/active_record/persistence.rb:504:in `create_or_update' activerecord (4.2.5) lib/active_record/callbacks.rb:302:in `block in create_or_update' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5) lib/active_record/transactions.rb:285:in `save' activerecord (4.2.5) lib/active_record/associations/has_many_association.rb:41:in `insert_record' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:495:in `block (2 levels) in _create_record' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:408:in `replace_on_target' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:403:in `add_to_target' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:493:in `block in _create_record' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:183:in `block in transaction' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:211:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:182:in `transaction' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:492:in `_create_record' activerecord (4.2.5) lib/active_record/associations/has_many_association.rb:187:in `_create_record' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:153:in `create' activerecord (4.2.5) lib/active_record/associations/collection_proxy.rb:290:in `create' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/concerns/hatchy/project_states.rb:12:in `create_empty_reward' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:228:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' activerecord (4.2.5) lib/active_record/callbacks.rb:302:in `create_or_update' activerecord (4.2.5) lib/active_record/persistence.rb:120:in `save' activerecord (4.2.5) lib/active_record/validations.rb:37:in `save' activerecord (4.2.5) lib/active_record/attribute_methods/dirty.rb:21:in `save' activerecord (4.2.5) lib/active_record/transactions.rb:286:in `block (2 levels) in save' activerecord (4.2.5) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:220:in `transaction' activerecord (4.2.5) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' activerecord (4.2.5) lib/active_record/transactions.rb:286:in `block in save' activerecord (4.2.5) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' activerecord (4.2.5) lib/active_record/transactions.rb:285:in `save' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects_controller.rb:41:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (33.3ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_banks_on_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_banks_on_code' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_categories_on_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_categories_on_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index' DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18)  (177.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (156.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHatchyAnnouncements (20160111174923)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174923_create_hatchy_announcements.rb:7)  (0.7ms) CREATE TABLE "hatchy_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text(80) NOT NULL, "starts_at" datetime NOT NULL, "ends_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174923"]]  (182.1ms) commit transaction Migrating to CreateHatchyBanks (20160111174945)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174945_create_hatchy_banks.rb:6)  (0.7ms) CREATE TABLE "hatchy_banks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(80) NOT NULL, "code" varchar(10) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE UNIQUE INDEX "index_hatchy_banks_on_code" ON "hatchy_banks" ("code") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174945"]]  (162.1ms) commit transaction Migrating to CreateHatchyBankAccounts (20160111175001)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175001_create_hatchy_bank_accounts.rb:8)  (0.9ms) CREATE TABLE "hatchy_bank_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "bank_id" integer, "account" varchar NOT NULL, "account_digit" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.4ms) CREATE INDEX "index_hatchy_bank_accounts_on_user_id_and_bank_id" ON "hatchy_bank_accounts" ("user_id", "bank_id") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175001"]]  (159.5ms) commit transaction Migrating to CreateHatchyCategories (20160111175017)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175017_create_hatchy_categories.rb:5)  (0.8ms) CREATE TABLE "hatchy_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.3ms) CREATE UNIQUE INDEX "index_hatchy_categories_on_name" ON "hatchy_categories" ("name") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175017"]]  (161.5ms) commit transaction Migrating to CreateHatchyContributions (20160111175037)  (0.3ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175037_create_hatchy_contributions.rb:25)  (0.5ms) CREATE TABLE "hatchy_contributions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "user_id" integer, "reward_id" integer, "country_id" integer, "value" decimal NOT NULL, "status" varchar NOT NULL, "step" varchar NOT NULL, "name" varchar, "email" varchar, "document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_zip" varchar, "address_state" varchar, "address_phone" varchar, "ip_address" varchar, "card_type" varchar, "card_expires_on" date, "anonymous" boolean DEFAULT 'f', "notified_when_finish" boolean, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_hatchy_contributions_on_project_id" ON "hatchy_contributions" ("project_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.2ms) CREATE INDEX "index_hatchy_contributions_on_user_id" ON "hatchy_contributions" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_contributions_on_reward_id" ON "hatchy_contributions" ("reward_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_contributions_on_country_id" ON "hatchy_contributions" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175037"]]  (145.1ms) commit transaction Migrating to CreateHatchyCountries (20160111175055)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175055_create_hatchy_countries.rb:11)  (0.3ms) CREATE TABLE "hatchy_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code2" varchar, "code3" varchar, "continent" varchar, "tld" varchar, "currency" varchar, "eu_member" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175055"]]  (144.2ms) commit transaction Migrating to CreateHatchyRewards (20160111175124)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175124_create_hatchy_rewards.rb:10)  (0.7ms) CREATE TABLE "hatchy_rewards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "min_value" decimal NOT NULL, "max_contributions" integer, "description" varchar NOT NULL, "row_order" integer, "deliver_at" datetime, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_hatchy_rewards_on_project_id" ON "hatchy_rewards" ("project_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175124"]]  (159.8ms) commit transaction Migrating to CreateHatchyProjects (20160111175139)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175139_create_hatchy_projects.rb:22)  (1.0ms) CREATE TABLE "hatchy_projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "category_id" integer, "project_img" varchar, "city" varchar, "name" varchar(50) NOT NULL, "headline" varchar, "about" varchar, "budget" varchar, "video_url" varchar, "short_url" varchar, "goal" decimal(8,2), "online_days" integer, "online_date" datetime, "expires_at" datetime, "rejected_at" datetime, "send_to_draft_at" datetime, "status" varchar NOT NULL, "recommended" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.5ms) CREATE INDEX "index_hatchy_projects_on_user_id" ON "hatchy_projects" ("user_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.4ms) CREATE INDEX "index_hatchy_projects_on_category_id" ON "hatchy_projects" ("category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175139"]]  (200.9ms) commit transaction Migrating to CreateHatchyProjectAccounts (20160111175158)  (0.4ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175158_create_hatchy_project_accounts.rb:18)  (1.2ms) CREATE TABLE "hatchy_project_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "bank_id" integer, "account_type" varchar, "email" varchar, "phone" varchar, "account" varchar, "account_digit" varchar, "owner_name" varchar, "owner_document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "created_at" datetime, "updated_at" datetime)   (0.4ms) CREATE INDEX "index_hatchy_project_accounts_on_project_id" ON "hatchy_project_accounts" ("project_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.5ms) CREATE INDEX "index_hatchy_project_accounts_on_bank_id" ON "hatchy_project_accounts" ("bank_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175158"]]  (177.7ms) commit transaction Migrating to DeviseCreateHatchyUsers (20160111175249)  (0.3ms) begin transaction  (0.7ms) CREATE TABLE "hatchy_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country_id" integer, "profile_img" varchar, "cover_img" varchar, "facebook_link" varchar, "twitter_link" varchar, "other_link" varchar, "first_name" varchar, "last_name" varchar, "about" varchar, "newsletter" boolean DEFAULT 't' NOT NULL, "subs_projects" boolean DEFAULT 't' NOT NULL, "locale" varchar DEFAULT 'en' NOT NULL, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "document" varchar, "phone" varchar, "mobile" varchar, "admin" boolean DEFAULT 'f' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE UNIQUE INDEX "index_hatchy_users_on_email" ON "hatchy_users" ("email")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_hatchy_users_on_reset_password_token" ON "hatchy_users" ("reset_password_token")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'   (0.3ms) CREATE INDEX "index_hatchy_users_on_country_id" ON "hatchy_users" ("country_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175249"]]  (166.7ms) commit transaction Migrating to CreateHatchyCategoryFollowers (20160111181655)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111181655_create_hatchy_category_followers.rb:6)  (0.3ms) CREATE TABLE "hatchy_category_followers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_hatchy_category_followers_on_user_id_and_category_id" ON "hatchy_category_followers" ("user_id", "category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111181655"]]  (143.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_banks_on_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_banks_on_code' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_categories_on_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_categories_on_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index' DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Art"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1 SQL (0.7ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Art"], ["created_at", "2016-01-18 18:25:10.996005"], ["updated_at", "2016-01-18 18:25:10.996005"]]  (159.3ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Visual Arts"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Visual Arts"], ["created_at", "2016-01-18 18:25:11.160833"], ["updated_at", "2016-01-18 18:25:11.160833"]]  (152.0ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Circus"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Circus"], ["created_at", "2016-01-18 18:25:11.319922"], ["updated_at", "2016-01-18 18:25:11.319922"]]  (137.9ms) commit transaction Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Community"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Community"], ["created_at", "2016-01-18 18:25:11.465509"], ["updated_at", "2016-01-18 18:25:11.465509"]]  (148.6ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Humor"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Humor"], ["created_at", "2016-01-18 18:25:11.620316"], ["updated_at", "2016-01-18 18:25:11.620316"]]  (162.9ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Comicbooks"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Comicbooks"], ["created_at", "2016-01-18 18:25:11.787832"], ["updated_at", "2016-01-18 18:25:11.787832"]]  (141.5ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Dance"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dance"], ["created_at", "2016-01-18 18:25:11.935093"], ["updated_at", "2016-01-18 18:25:11.935093"]]  (160.4ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Design"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Design"], ["created_at", "2016-01-18 18:25:12.104481"], ["updated_at", "2016-01-18 18:25:12.104481"]]  (172.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Events"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Events"], ["created_at", "2016-01-18 18:25:12.281089"], ["updated_at", "2016-01-18 18:25:12.281089"]]  (153.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fashion"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fashion"], ["created_at", "2016-01-18 18:25:12.439931"], ["updated_at", "2016-01-18 18:25:12.439931"]]  (140.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Gastronomy"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gastronomy"], ["created_at", "2016-01-18 18:25:12.585383"], ["updated_at", "2016-01-18 18:25:12.585383"]]  (140.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Film & Video"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.5ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Film & Video"], ["created_at", "2016-01-18 18:25:12.732558"], ["updated_at", "2016-01-18 18:25:12.732558"]]  (140.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Games"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Games"], ["created_at", "2016-01-18 18:25:12.876304"], ["updated_at", "2016-01-18 18:25:12.876304"]]  (153.5ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Journalism"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Journalism"], ["created_at", "2016-01-18 18:25:13.034078"], ["updated_at", "2016-01-18 18:25:13.034078"]]  (175.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Music"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Music"], ["created_at", "2016-01-18 18:25:13.213820"], ["updated_at", "2016-01-18 18:25:13.213820"]]  (267.2ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Photography"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Photography"], ["created_at", "2016-01-18 18:25:13.485559"], ["updated_at", "2016-01-18 18:25:13.485559"]]  (141.2ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Science & Technology"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Science & Technology"], ["created_at", "2016-01-18 18:25:13.630839"], ["updated_at", "2016-01-18 18:25:13.630839"]]  (152.9ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Theatre"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Theatre"], ["created_at", "2016-01-18 18:25:13.788742"], ["updated_at", "2016-01-18 18:25:13.788742"]]  (117.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Sport"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sport"], ["created_at", "2016-01-18 18:25:13.912771"], ["updated_at", "2016-01-18 18:25:13.912771"]]  (151.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Web"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Web"], ["created_at", "2016-01-18 18:25:14.070244"], ["updated_at", "2016-01-18 18:25:14.070244"]]  (149.0ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Carnival"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carnival"], ["created_at", "2016-01-18 18:25:14.225550"], ["updated_at", "2016-01-18 18:25:14.225550"]]  (138.9ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Architecture & Urbanism"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Architecture & Urbanism"], ["created_at", "2016-01-18 18:25:14.369462"], ["updated_at", "2016-01-18 18:25:14.369462"]]  (155.7ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Literature"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Literature"], ["created_at", "2016-01-18 18:25:14.530604"], ["updated_at", "2016-01-18 18:25:14.530604"]]  (137.8ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Mobility & Transportation"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mobility & Transportation"], ["created_at", "2016-01-18 18:25:14.675739"], ["updated_at", "2016-01-18 18:25:14.675739"]]  (140.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Environment"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Environment"], ["created_at", "2016-01-18 18:25:14.822073"], ["updated_at", "2016-01-18 18:25:14.822073"]]  (148.8ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Social Business"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Social Business"], ["created_at", "2016-01-18 18:25:14.980350"], ["updated_at", "2016-01-18 18:25:14.980350"]]  (147.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Education"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Education"], ["created_at", "2016-01-18 18:25:15.135909"], ["updated_at", "2016-01-18 18:25:15.135909"]]  (171.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fiction Films"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fiction Films"], ["created_at", "2016-01-18 18:25:15.312154"], ["updated_at", "2016-01-18 18:25:15.312154"]]  (153.3ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Documentary Films"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Documentary Films"], ["created_at", "2016-01-18 18:25:15.469664"], ["updated_at", "2016-01-18 18:25:15.469664"]]  (141.3ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Experimental Films"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Experimental Films"], ["created_at", "2016-01-18 18:25:15.614201"], ["updated_at", "2016-01-18 18:25:15.614201"]]  (164.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Health"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Health"], ["created_at", "2016-01-18 18:25:15.782519"], ["updated_at", "2016-01-18 18:25:15.782519"]]  (209.5ms) commit transaction Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Bank"], ["code", "69"]]  (0.1ms) begin transaction Hatchy::Bank Exists (0.2ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '69' LIMIT 1 SQL (1.0ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Bank"], ["code", "69"], ["created_at", "2016-01-18 18:25:16.006201"], ["updated_at", "2016-01-18 18:25:16.006201"]]  (262.8ms) commit transaction Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Second Bank"], ["code", "96"]]  (0.1ms) begin transaction Hatchy::Bank Exists (0.4ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '96' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Second Bank"], ["code", "96"], ["created_at", "2016-01-18 18:25:16.276241"], ["updated_at", "2016-01-18 18:25:16.276241"]]  (140.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_countries"  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Andorra"], ["code2", "AD"], ["code3", "AND"], ["continent", "EU"], ["tld", "ad"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:16.447495"], ["updated_at", "2016-01-18 18:25:16.447495"]]  (203.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Arab Emirates"], ["code2", "AE"], ["code3", "ARE"], ["continent", "AS"], ["tld", "ae"], ["currency", "AED"], ["created_at", "2016-01-18 18:25:16.654511"], ["updated_at", "2016-01-18 18:25:16.654511"]]  (187.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Afghanistan"], ["code2", "AF"], ["code3", "AFG"], ["continent", "AS"], ["tld", "af"], ["currency", "AFN"], ["created_at", "2016-01-18 18:25:16.845742"], ["updated_at", "2016-01-18 18:25:16.845742"]]  (174.3ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Antigua and Barbuda"], ["code2", "AG"], ["code3", "ATG"], ["continent", "NA"], ["tld", "ag"], ["currency", "XCD"], ["created_at", "2016-01-18 18:25:17.025119"], ["updated_at", "2016-01-18 18:25:17.025119"]]  (183.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Anguilla"], ["code2", "AI"], ["code3", "AIA"], ["continent", "NA"], ["tld", "ai"], ["currency", "XCD"], ["created_at", "2016-01-18 18:25:17.215173"], ["updated_at", "2016-01-18 18:25:17.215173"]]  (239.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Albania"], ["code2", "AL"], ["code3", "ALB"], ["continent", "EU"], ["tld", "al"], ["currency", "ALL"], ["created_at", "2016-01-18 18:25:17.459299"], ["updated_at", "2016-01-18 18:25:17.459299"]]  (252.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Armenia"], ["code2", "AM"], ["code3", "ARM"], ["continent", "AS"], ["tld", "am"], ["currency", "AMD"], ["created_at", "2016-01-18 18:25:17.714308"], ["updated_at", "2016-01-18 18:25:17.714308"]]  (204.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Angola"], ["code2", "AO"], ["code3", "AGO"], ["continent", "AF"], ["tld", "ao"], ["currency", "AOA"], ["created_at", "2016-01-18 18:25:17.922254"], ["updated_at", "2016-01-18 18:25:17.922254"]]  (196.3ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Antarctica"], ["code2", "AQ"], ["code3", "ATA"], ["continent", "AN"], ["tld", "aq"], ["created_at", "2016-01-18 18:25:18.124196"], ["updated_at", "2016-01-18 18:25:18.124196"]]  (762.7ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Argentina"], ["code2", "AR"], ["code3", "ARG"], ["continent", "SA"], ["tld", "ar"], ["currency", "ARS"], ["created_at", "2016-01-18 18:25:18.892378"], ["updated_at", "2016-01-18 18:25:18.892378"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "American Samoa"], ["code2", "AS"], ["code3", "ASM"], ["continent", "OC"], ["tld", "as"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:19.038202"], ["updated_at", "2016-01-18 18:25:19.038202"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Austria"], ["code2", "AT"], ["code3", "AUT"], ["continent", "EU"], ["tld", "at"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:19.183697"], ["updated_at", "2016-01-18 18:25:19.183697"]]  (139.5ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Australia"], ["code2", "AU"], ["code3", "AUS"], ["continent", "OC"], ["tld", "au"], ["currency", "AUD"], ["created_at", "2016-01-18 18:25:19.328944"], ["updated_at", "2016-01-18 18:25:19.328944"]]  (153.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aruba"], ["code2", "AW"], ["code3", "ABW"], ["continent", "NA"], ["tld", "aw"], ["currency", "AWG"], ["created_at", "2016-01-18 18:25:19.487493"], ["updated_at", "2016-01-18 18:25:19.487493"]]  (150.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aland Islands"], ["code2", "AX"], ["code3", "ALA"], ["continent", "EU"], ["tld", "ax"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:19.643054"], ["updated_at", "2016-01-18 18:25:19.643054"]]  (155.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Azerbaijan"], ["code2", "AZ"], ["code3", "AZE"], ["continent", "AS"], ["tld", "az"], ["currency", "AZN"], ["created_at", "2016-01-18 18:25:19.800371"], ["updated_at", "2016-01-18 18:25:19.800371"]]  (154.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bosnia and Herzegovina"], ["code2", "BA"], ["code3", "BIH"], ["continent", "EU"], ["tld", "ba"], ["currency", "BAM"], ["created_at", "2016-01-18 18:25:19.957686"], ["updated_at", "2016-01-18 18:25:19.957686"]]  (162.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Barbados"], ["code2", "BB"], ["code3", "BRB"], ["continent", "NA"], ["tld", "bb"], ["currency", "BBD"], ["created_at", "2016-01-18 18:25:20.125799"], ["updated_at", "2016-01-18 18:25:20.125799"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bangladesh"], ["code2", "BD"], ["code3", "BGD"], ["continent", "AS"], ["tld", "bd"], ["currency", "BDT"], ["created_at", "2016-01-18 18:25:20.271346"], ["updated_at", "2016-01-18 18:25:20.271346"]]  (141.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belgium"], ["code2", "BE"], ["code3", "BEL"], ["continent", "EU"], ["tld", "be"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:20.415908"], ["updated_at", "2016-01-18 18:25:20.415908"]]  (141.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burkina Faso"], ["code2", "BF"], ["code3", "BFA"], ["continent", "AF"], ["tld", "bf"], ["currency", "XOF"], ["created_at", "2016-01-18 18:25:20.561057"], ["updated_at", "2016-01-18 18:25:20.561057"]]  (143.8ms) commit transaction  (0.3ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bulgaria"], ["code2", "BG"], ["code3", "BGR"], ["continent", "EU"], ["tld", "bg"], ["currency", "BGN"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:20.708437"], ["updated_at", "2016-01-18 18:25:20.708437"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahrain"], ["code2", "BH"], ["code3", "BHR"], ["continent", "AS"], ["tld", "bh"], ["currency", "BHD"], ["created_at", "2016-01-18 18:25:20.865120"], ["updated_at", "2016-01-18 18:25:20.865120"]]  (152.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burundi"], ["code2", "BI"], ["code3", "BDI"], ["continent", "AF"], ["tld", "bi"], ["currency", "BIF"], ["created_at", "2016-01-18 18:25:21.022655"], ["updated_at", "2016-01-18 18:25:21.022655"]]  (129.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Benin"], ["code2", "BJ"], ["code3", "BEN"], ["continent", "AF"], ["tld", "bj"], ["currency", "XOF"], ["created_at", "2016-01-18 18:25:21.157356"], ["updated_at", "2016-01-18 18:25:21.157356"]]  (140.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Barthelemy"], ["code2", "BL"], ["code3", "BLM"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:21.301367"], ["updated_at", "2016-01-18 18:25:21.301367"]]  (143.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bermuda"], ["code2", "BM"], ["code3", "BMU"], ["continent", "NA"], ["tld", "bm"], ["currency", "BMD"], ["created_at", "2016-01-18 18:25:21.447417"], ["updated_at", "2016-01-18 18:25:21.447417"]]  (153.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brunei"], ["code2", "BN"], ["code3", "BRN"], ["continent", "AS"], ["tld", "bn"], ["currency", "BND"], ["created_at", "2016-01-18 18:25:21.603779"], ["updated_at", "2016-01-18 18:25:21.603779"]]  (165.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bolivia"], ["code2", "BO"], ["code3", "BOL"], ["continent", "SA"], ["tld", "bo"], ["currency", "BOB"], ["created_at", "2016-01-18 18:25:21.771426"], ["updated_at", "2016-01-18 18:25:21.771426"]]  (199.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Bonaire, Saint Eustatius and Saba NA"], ["code2", "BQ"], ["code3", "BES"], ["continent", ".bq"], ["tld", "USD"], ["created_at", "2016-01-18 18:25:21.974182"], ["updated_at", "2016-01-18 18:25:21.974182"]]  (140.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brazil"], ["code2", "BR"], ["code3", "BRA"], ["continent", "SA"], ["tld", "br"], ["currency", "BRL"], ["created_at", "2016-01-18 18:25:22.120412"], ["updated_at", "2016-01-18 18:25:22.120412"]]  (150.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahamas"], ["code2", "BS"], ["code3", "BHS"], ["continent", "NA"], ["tld", "bs"], ["currency", "BSD"], ["created_at", "2016-01-18 18:25:22.275962"], ["updated_at", "2016-01-18 18:25:22.275962"]]  (153.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bhutan"], ["code2", "BT"], ["code3", "BTN"], ["continent", "AS"], ["tld", "bt"], ["currency", "BTN"], ["created_at", "2016-01-18 18:25:22.433663"], ["updated_at", "2016-01-18 18:25:22.433663"]]  (218.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bouvet Island"], ["code2", "BV"], ["code3", "BVT"], ["continent", "AN"], ["tld", "bv"], ["currency", "NOK"], ["created_at", "2016-01-18 18:25:22.657679"], ["updated_at", "2016-01-18 18:25:22.657679"]]  (207.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Botswana"], ["code2", "BW"], ["code3", "BWA"], ["continent", "AF"], ["tld", "bw"], ["currency", "BWP"], ["created_at", "2016-01-18 18:25:22.870430"], ["updated_at", "2016-01-18 18:25:22.870430"]]  (162.2ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belarus"], ["code2", "BY"], ["code3", "BLR"], ["continent", "EU"], ["tld", "by"], ["currency", "BYR"], ["created_at", "2016-01-18 18:25:23.038231"], ["updated_at", "2016-01-18 18:25:23.038231"]]  (162.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belize"], ["code2", "BZ"], ["code3", "BLZ"], ["continent", "NA"], ["tld", "bz"], ["currency", "BZD"], ["created_at", "2016-01-18 18:25:23.206432"], ["updated_at", "2016-01-18 18:25:23.206432"]]  (261.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Canada"], ["code2", "CA"], ["code3", "CAN"], ["continent", "NA"], ["tld", "ca"], ["currency", "CAD"], ["created_at", "2016-01-18 18:25:23.474483"], ["updated_at", "2016-01-18 18:25:23.474483"]]  (151.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cocos Islands"], ["code2", "CC"], ["code3", "CCK"], ["continent", "AS"], ["tld", "cc"], ["currency", "AUD"], ["created_at", "2016-01-18 18:25:23.631023"], ["updated_at", "2016-01-18 18:25:23.631023"]]  (173.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Democratic Republic of the Congo"], ["code2", "CD"], ["code3", "COD"], ["continent", "AF"], ["tld", "cd"], ["currency", "CDF"], ["created_at", "2016-01-18 18:25:23.809608"], ["updated_at", "2016-01-18 18:25:23.809608"]]  (219.5ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Central African Republic"], ["code2", "CF"], ["code3", "CAF"], ["continent", "AF"], ["tld", "cf"], ["currency", "XAF"], ["created_at", "2016-01-18 18:25:24.033633"], ["updated_at", "2016-01-18 18:25:24.033633"]]  (153.4ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Republic of the Congo"], ["code2", "CG"], ["code3", "COG"], ["continent", "AF"], ["tld", "cg"], ["currency", "XAF"], ["created_at", "2016-01-18 18:25:24.192516"], ["updated_at", "2016-01-18 18:25:24.192516"]]  (138.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Switzerland"], ["code2", "CH"], ["code3", "CHE"], ["continent", "EU"], ["tld", "ch"], ["currency", "CHF"], ["created_at", "2016-01-18 18:25:24.337387"], ["updated_at", "2016-01-18 18:25:24.337387"]]  (195.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ivory Coast"], ["code2", "CI"], ["code3", "CIV"], ["continent", "AF"], ["tld", "ci"], ["currency", "XOF"], ["created_at", "2016-01-18 18:25:24.537518"], ["updated_at", "2016-01-18 18:25:24.537518"]]  (220.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cook Islands"], ["code2", "CK"], ["code3", "COK"], ["continent", "OC"], ["tld", "ck"], ["currency", "NZD"], ["created_at", "2016-01-18 18:25:24.761867"], ["updated_at", "2016-01-18 18:25:24.761867"]]  (206.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chile"], ["code2", "CL"], ["code3", "CHL"], ["continent", "SA"], ["tld", "cl"], ["currency", "CLP"], ["created_at", "2016-01-18 18:25:24.973128"], ["updated_at", "2016-01-18 18:25:24.973128"]]  (176.7ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cameroon"], ["code2", "CM"], ["code3", "CMR"], ["continent", "AF"], ["tld", "cm"], ["currency", "XAF"], ["created_at", "2016-01-18 18:25:25.153561"], ["updated_at", "2016-01-18 18:25:25.153561"]]  (206.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "China"], ["code2", "CN"], ["code3", "CHN"], ["continent", "AS"], ["tld", "cn"], ["currency", "CNY"], ["created_at", "2016-01-18 18:25:25.365754"], ["updated_at", "2016-01-18 18:25:25.365754"]]  (174.4ms) commit transaction  (0.4ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Colombia"], ["code2", "CO"], ["code3", "COL"], ["continent", "SA"], ["tld", "co"], ["currency", "COP"], ["created_at", "2016-01-18 18:25:25.545306"], ["updated_at", "2016-01-18 18:25:25.545306"]]  (162.6ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Costa Rica"], ["code2", "CR"], ["code3", "CRI"], ["continent", "NA"], ["tld", "cr"], ["currency", "CRC"], ["created_at", "2016-01-18 18:25:25.712328"], ["updated_at", "2016-01-18 18:25:25.712328"]]  (308.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cuba"], ["code2", "CU"], ["code3", "CUB"], ["continent", "NA"], ["tld", "cu"], ["currency", "CUP"], ["created_at", "2016-01-18 18:25:26.025695"], ["updated_at", "2016-01-18 18:25:26.025695"]]  (219.4ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cape Verde"], ["code2", "CV"], ["code3", "CPV"], ["continent", "AF"], ["tld", "cv"], ["currency", "CVE"], ["created_at", "2016-01-18 18:25:26.251425"], ["updated_at", "2016-01-18 18:25:26.251425"]]  (182.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Curacao"], ["code2", "CW"], ["code3", "CUW"], ["continent", "NA"], ["tld", "cw"], ["currency", "ANG"], ["created_at", "2016-01-18 18:25:26.438789"], ["updated_at", "2016-01-18 18:25:26.438789"]]  (144.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Christmas Island"], ["code2", "CX"], ["code3", "CXR"], ["continent", "AS"], ["tld", "cx"], ["currency", "AUD"], ["created_at", "2016-01-18 18:25:26.586296"], ["updated_at", "2016-01-18 18:25:26.586296"]]  (150.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cyprus"], ["code2", "CY"], ["code3", "CYP"], ["continent", "EU"], ["tld", "cy"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:26.741746"], ["updated_at", "2016-01-18 18:25:26.741746"]]  (142.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Czech Republic"], ["code2", "CZ"], ["code3", "CZE"], ["continent", "EU"], ["tld", "cz"], ["currency", "CZK"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:26.888803"], ["updated_at", "2016-01-18 18:25:26.888803"]]  (151.2ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Germany"], ["code2", "DE"], ["code3", "DEU"], ["continent", "EU"], ["tld", "de"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:27.045498"], ["updated_at", "2016-01-18 18:25:27.045498"]]  (151.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Djibouti"], ["code2", "DJ"], ["code3", "DJI"], ["continent", "AF"], ["tld", "dj"], ["currency", "DJF"], ["created_at", "2016-01-18 18:25:27.201788"], ["updated_at", "2016-01-18 18:25:27.201788"]]  (118.5ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Denmark"], ["code2", "DK"], ["code3", "DNK"], ["continent", "EU"], ["tld", "dk"], ["currency", "DKK"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:27.325522"], ["updated_at", "2016-01-18 18:25:27.325522"]]  (116.9ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominica"], ["code2", "DM"], ["code3", "DMA"], ["continent", "NA"], ["tld", "dm"], ["currency", "XCD"], ["created_at", "2016-01-18 18:25:27.448917"], ["updated_at", "2016-01-18 18:25:27.448917"]]  (140.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominican Republic"], ["code2", "DO"], ["code3", "DOM"], ["continent", "NA"], ["tld", "do"], ["currency", "DOP"], ["created_at", "2016-01-18 18:25:27.595684"], ["updated_at", "2016-01-18 18:25:27.595684"]]  (239.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Algeria"], ["code2", "DZ"], ["code3", "DZA"], ["continent", "AF"], ["tld", "dz"], ["currency", "DZD"], ["created_at", "2016-01-18 18:25:27.841073"], ["updated_at", "2016-01-18 18:25:27.841073"]]  (184.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ecuador"], ["code2", "EC"], ["code3", "ECU"], ["continent", "SA"], ["tld", "ec"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:28.030807"], ["updated_at", "2016-01-18 18:25:28.030807"]]  (140.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Estonia"], ["code2", "EE"], ["code3", "EST"], ["continent", "EU"], ["tld", "ee"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:28.175196"], ["updated_at", "2016-01-18 18:25:28.175196"]]  (230.8ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Egypt"], ["code2", "EG"], ["code3", "EGY"], ["continent", "AF"], ["tld", "eg"], ["currency", "EGP"], ["created_at", "2016-01-18 18:25:28.409241"], ["updated_at", "2016-01-18 18:25:28.409241"]]  (229.1ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Western Sahara"], ["code2", "EH"], ["code3", "ESH"], ["continent", "AF"], ["tld", "eh"], ["currency", "MAD"], ["created_at", "2016-01-18 18:25:28.646147"], ["updated_at", "2016-01-18 18:25:28.646147"]]  (149.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Eritrea"], ["code2", "ER"], ["code3", "ERI"], ["continent", "AF"], ["tld", "er"], ["currency", "ERN"], ["created_at", "2016-01-18 18:25:28.802988"], ["updated_at", "2016-01-18 18:25:28.802988"]]  (173.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Spain"], ["code2", "ES"], ["code3", "ESP"], ["continent", "EU"], ["tld", "es"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:28.982653"], ["updated_at", "2016-01-18 18:25:28.982653"]]  (205.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ethiopia"], ["code2", "ET"], ["code3", "ETH"], ["continent", "AF"], ["tld", "et"], ["currency", "ETB"], ["created_at", "2016-01-18 18:25:29.194323"], ["updated_at", "2016-01-18 18:25:29.194323"]]  (197.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Finland"], ["code2", "FI"], ["code3", "FIN"], ["continent", "EU"], ["tld", "fi"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:29.397412"], ["updated_at", "2016-01-18 18:25:29.397412"]]  (140.6ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Fiji"], ["code2", "FJ"], ["code3", "FJI"], ["continent", "OC"], ["tld", "fj"], ["currency", "FJD"], ["created_at", "2016-01-18 18:25:29.542095"], ["updated_at", "2016-01-18 18:25:29.542095"]]  (184.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Falkland Islands"], ["code2", "FK"], ["code3", "FLK"], ["continent", "SA"], ["tld", "fk"], ["currency", "FKP"], ["created_at", "2016-01-18 18:25:29.733168"], ["updated_at", "2016-01-18 18:25:29.733168"]]  (217.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Micronesia"], ["code2", "FM"], ["code3", "FSM"], ["continent", "OC"], ["tld", "fm"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:29.954644"], ["updated_at", "2016-01-18 18:25:29.954644"]]  (199.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Faroe Islands"], ["code2", "FO"], ["code3", "FRO"], ["continent", "EU"], ["tld", "fo"], ["currency", "DKK"], ["created_at", "2016-01-18 18:25:30.157887"], ["updated_at", "2016-01-18 18:25:30.157887"]]  (117.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "France"], ["code2", "FR"], ["code3", "FRA"], ["continent", "EU"], ["tld", "fr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:30.281130"], ["updated_at", "2016-01-18 18:25:30.281130"]]  (139.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gabon"], ["code2", "GA"], ["code3", "GAB"], ["continent", "AF"], ["tld", "ga"], ["currency", "XAF"], ["created_at", "2016-01-18 18:25:30.425099"], ["updated_at", "2016-01-18 18:25:30.425099"]]  (221.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Kingdom"], ["code2", "GB"], ["code3", "GBR"], ["continent", "EU"], ["tld", "uk"], ["currency", "GBP"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:30.650890"], ["updated_at", "2016-01-18 18:25:30.650890"]]  (216.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Grenada"], ["code2", "GD"], ["code3", "GRD"], ["continent", "NA"], ["tld", "gd"], ["currency", "XCD"], ["created_at", "2016-01-18 18:25:30.873467"], ["updated_at", "2016-01-18 18:25:30.873467"]]  (164.1ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Georgia"], ["code2", "GE"], ["code3", "GEO"], ["continent", "AS"], ["tld", "ge"], ["currency", "GEL"], ["created_at", "2016-01-18 18:25:31.042309"], ["updated_at", "2016-01-18 18:25:31.042309"]]  (172.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Guiana"], ["code2", "GF"], ["code3", "GUF"], ["continent", "SA"], ["tld", "gf"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:31.221257"], ["updated_at", "2016-01-18 18:25:31.221257"]]  (218.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guernsey"], ["code2", "GG"], ["code3", "GGY"], ["continent", "EU"], ["tld", "gg"], ["currency", "GBP"], ["created_at", "2016-01-18 18:25:31.443930"], ["updated_at", "2016-01-18 18:25:31.443930"]]  (176.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ghana"], ["code2", "GH"], ["code3", "GHA"], ["continent", "AF"], ["tld", "gh"], ["currency", "GHS"], ["created_at", "2016-01-18 18:25:31.623873"], ["updated_at", "2016-01-18 18:25:31.623873"]]  (251.2ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gibraltar"], ["code2", "GI"], ["code3", "GIB"], ["continent", "EU"], ["tld", "gi"], ["currency", "GIP"], ["created_at", "2016-01-18 18:25:31.881148"], ["updated_at", "2016-01-18 18:25:31.881148"]]  (184.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greenland"], ["code2", "GL"], ["code3", "GRL"], ["continent", "NA"], ["tld", "gl"], ["currency", "DKK"], ["created_at", "2016-01-18 18:25:32.069677"], ["updated_at", "2016-01-18 18:25:32.069677"]]  (177.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gambia"], ["code2", "GM"], ["code3", "GMB"], ["continent", "AF"], ["tld", "gm"], ["currency", "GMD"], ["created_at", "2016-01-18 18:25:32.251253"], ["updated_at", "2016-01-18 18:25:32.251253"]]  (138.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea"], ["code2", "GN"], ["code3", "GIN"], ["continent", "AF"], ["tld", "gn"], ["currency", "GNF"], ["created_at", "2016-01-18 18:25:32.395907"], ["updated_at", "2016-01-18 18:25:32.395907"]]  (139.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guadeloupe"], ["code2", "GP"], ["code3", "GLP"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:32.541962"], ["updated_at", "2016-01-18 18:25:32.541962"]]  (140.7ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Equatorial Guinea"], ["code2", "GQ"], ["code3", "GNQ"], ["continent", "AF"], ["tld", "gq"], ["currency", "XAF"], ["created_at", "2016-01-18 18:25:32.688311"], ["updated_at", "2016-01-18 18:25:32.688311"]]  (150.6ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greece"], ["code2", "GR"], ["code3", "GRC"], ["continent", "EU"], ["tld", "gr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:32.844488"], ["updated_at", "2016-01-18 18:25:32.844488"]]  (140.0ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Georgia and the South Sandwich Islands"], ["code2", "GS"], ["code3", "SGS"], ["continent", "AN"], ["tld", "gs"], ["currency", "GBP"], ["created_at", "2016-01-18 18:25:32.990644"], ["updated_at", "2016-01-18 18:25:32.990644"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guatemala"], ["code2", "GT"], ["code3", "GTM"], ["continent", "NA"], ["tld", "gt"], ["currency", "GTQ"], ["created_at", "2016-01-18 18:25:33.136607"], ["updated_at", "2016-01-18 18:25:33.136607"]]  (116.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guam"], ["code2", "GU"], ["code3", "GUM"], ["continent", "OC"], ["tld", "gu"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:33.259599"], ["updated_at", "2016-01-18 18:25:33.259599"]]  (239.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea-Bissau"], ["code2", "GW"], ["code3", "GNB"], ["continent", "AF"], ["tld", "gw"], ["currency", "XOF"], ["created_at", "2016-01-18 18:25:33.505356"], ["updated_at", "2016-01-18 18:25:33.505356"]]  (161.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guyana"], ["code2", "GY"], ["code3", "GUY"], ["continent", "SA"], ["tld", "gy"], ["currency", "GYD"], ["created_at", "2016-01-18 18:25:33.671465"], ["updated_at", "2016-01-18 18:25:33.671465"]]  (144.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hong Kong"], ["code2", "HK"], ["code3", "HKG"], ["continent", "AS"], ["tld", "hk"], ["currency", "HKD"], ["created_at", "2016-01-18 18:25:33.819086"], ["updated_at", "2016-01-18 18:25:33.819086"]]  (138.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Heard Island and McDonald Islands"], ["code2", "HM"], ["code3", "HMD"], ["continent", "AN"], ["tld", "hm"], ["currency", "AUD"], ["created_at", "2016-01-18 18:25:33.963938"], ["updated_at", "2016-01-18 18:25:33.963938"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Honduras"], ["code2", "HN"], ["code3", "HND"], ["continent", "NA"], ["tld", "hn"], ["currency", "HNL"], ["created_at", "2016-01-18 18:25:34.132095"], ["updated_at", "2016-01-18 18:25:34.132095"]]  (207.3ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Croatia"], ["code2", "HR"], ["code3", "HRV"], ["continent", "EU"], ["tld", "hr"], ["currency", "HRK"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:34.345806"], ["updated_at", "2016-01-18 18:25:34.345806"]]  (204.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Haiti"], ["code2", "HT"], ["code3", "HTI"], ["continent", "NA"], ["tld", "ht"], ["currency", "HTG"], ["created_at", "2016-01-18 18:25:34.557711"], ["updated_at", "2016-01-18 18:25:34.557711"]]  (117.5ms) commit transaction  (0.4ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hungary"], ["code2", "HU"], ["code3", "HUN"], ["continent", "EU"], ["tld", "hu"], ["currency", "HUF"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:34.682018"], ["updated_at", "2016-01-18 18:25:34.682018"]]  (137.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Indonesia"], ["code2", "ID"], ["code3", "IDN"], ["continent", "AS"], ["tld", "id"], ["currency", "IDR"], ["created_at", "2016-01-18 18:25:34.825758"], ["updated_at", "2016-01-18 18:25:34.825758"]]  (232.4ms) commit transaction  (0.5ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ireland"], ["code2", "IE"], ["code3", "IRL"], ["continent", "EU"], ["tld", "ie"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:35.062021"], ["updated_at", "2016-01-18 18:25:35.062021"]]  (274.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Israel"], ["code2", "IL"], ["code3", "ISR"], ["continent", "AS"], ["tld", "il"], ["currency", "ILS"], ["created_at", "2016-01-18 18:25:35.341238"], ["updated_at", "2016-01-18 18:25:35.341238"]]  (161.8ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Isle of Man"], ["code2", "IM"], ["code3", "IMN"], ["continent", "EU"], ["tld", "im"], ["currency", "GBP"], ["created_at", "2016-01-18 18:25:35.508748"], ["updated_at", "2016-01-18 18:25:35.508748"]]  (161.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "India"], ["code2", "IN"], ["code3", "IND"], ["continent", "AS"], ["tld", "in"], ["currency", "INR"], ["created_at", "2016-01-18 18:25:35.675553"], ["updated_at", "2016-01-18 18:25:35.675553"]]  (220.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Indian Ocean Territory"], ["code2", "IO"], ["code3", "IOT"], ["continent", "AS"], ["tld", "io"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:35.898796"], ["updated_at", "2016-01-18 18:25:35.898796"]]  (178.4ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iraq"], ["code2", "IQ"], ["code3", "IRQ"], ["continent", "AS"], ["tld", "iq"], ["currency", "IQD"], ["created_at", "2016-01-18 18:25:36.080263"], ["updated_at", "2016-01-18 18:25:36.080263"]]  (239.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iran"], ["code2", "IR"], ["code3", "IRN"], ["continent", "AS"], ["tld", "ir"], ["currency", "IRR"], ["created_at", "2016-01-18 18:25:36.326279"], ["updated_at", "2016-01-18 18:25:36.326279"]]  (205.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iceland"], ["code2", "IS"], ["code3", "ISL"], ["continent", "EU"], ["tld", "is"], ["currency", "ISK"], ["created_at", "2016-01-18 18:25:36.537303"], ["updated_at", "2016-01-18 18:25:36.537303"]]  (187.9ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Italy"], ["code2", "IT"], ["code3", "ITA"], ["continent", "EU"], ["tld", "it"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:36.729000"], ["updated_at", "2016-01-18 18:25:36.729000"]]  (172.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jersey"], ["code2", "JE"], ["code3", "JEY"], ["continent", "EU"], ["tld", "je"], ["currency", "GBP"], ["created_at", "2016-01-18 18:25:36.907730"], ["updated_at", "2016-01-18 18:25:36.907730"]]  (173.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jamaica"], ["code2", "JM"], ["code3", "JAM"], ["continent", "NA"], ["tld", "jm"], ["currency", "JMD"], ["created_at", "2016-01-18 18:25:37.086815"], ["updated_at", "2016-01-18 18:25:37.086815"]]  (306.4ms) commit transaction  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jordan"], ["code2", "JO"], ["code3", "JOR"], ["continent", "AS"], ["tld", "jo"], ["currency", "JOD"], ["created_at", "2016-01-18 18:25:37.400772"], ["updated_at", "2016-01-18 18:25:37.400772"]]  (171.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Japan"], ["code2", "JP"], ["code3", "JPN"], ["continent", "AS"], ["tld", "jp"], ["currency", "JPY"], ["created_at", "2016-01-18 18:25:37.578202"], ["updated_at", "2016-01-18 18:25:37.578202"]]  (141.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kenya"], ["code2", "KE"], ["code3", "KEN"], ["continent", "AF"], ["tld", "ke"], ["currency", "KES"], ["created_at", "2016-01-18 18:25:37.725468"], ["updated_at", "2016-01-18 18:25:37.725468"]]  (162.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kyrgyzstan"], ["code2", "KG"], ["code3", "KGZ"], ["continent", "AS"], ["tld", "kg"], ["currency", "KGS"], ["created_at", "2016-01-18 18:25:37.893699"], ["updated_at", "2016-01-18 18:25:37.893699"]]  (173.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cambodia"], ["code2", "KH"], ["code3", "KHM"], ["continent", "AS"], ["tld", "kh"], ["currency", "KHR"], ["created_at", "2016-01-18 18:25:38.072202"], ["updated_at", "2016-01-18 18:25:38.072202"]]  (150.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kiribati"], ["code2", "KI"], ["code3", "KIR"], ["continent", "OC"], ["tld", "ki"], ["currency", "AUD"], ["created_at", "2016-01-18 18:25:38.227654"], ["updated_at", "2016-01-18 18:25:38.227654"]]  (198.8ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Comoros"], ["code2", "KM"], ["code3", "COM"], ["continent", "AF"], ["tld", "km"], ["currency", "KMF"], ["created_at", "2016-01-18 18:25:38.430686"], ["updated_at", "2016-01-18 18:25:38.430686"]]  (183.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Kitts and Nevis"], ["code2", "KN"], ["code3", "KNA"], ["continent", "NA"], ["tld", "kn"], ["currency", "XCD"], ["created_at", "2016-01-18 18:25:38.619094"], ["updated_at", "2016-01-18 18:25:38.619094"]]  (177.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "North Korea"], ["code2", "KP"], ["code3", "PRK"], ["continent", "AS"], ["tld", "kp"], ["currency", "KPW"], ["created_at", "2016-01-18 18:25:38.800674"], ["updated_at", "2016-01-18 18:25:38.800674"]]  (216.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Korea"], ["code2", "KR"], ["code3", "KOR"], ["continent", "AS"], ["tld", "kr"], ["currency", "KRW"], ["created_at", "2016-01-18 18:25:39.021772"], ["updated_at", "2016-01-18 18:25:39.021772"]]  (177.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kosovo"], ["code2", "XK"], ["code3", "XKX"], ["continent", "EU"], ["tld", ""], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:39.202933"], ["updated_at", "2016-01-18 18:25:39.202933"]]  (151.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kuwait"], ["code2", "KW"], ["code3", "KWT"], ["continent", "AS"], ["tld", "kw"], ["currency", "KWD"], ["created_at", "2016-01-18 18:25:39.360092"], ["updated_at", "2016-01-18 18:25:39.360092"]]  (153.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cayman Islands"], ["code2", "KY"], ["code3", "CYM"], ["continent", "NA"], ["tld", "ky"], ["currency", "KYD"], ["created_at", "2016-01-18 18:25:39.517345"], ["updated_at", "2016-01-18 18:25:39.517345"]]  (150.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kazakhstan"], ["code2", "KZ"], ["code3", "KAZ"], ["continent", "AS"], ["tld", "kz"], ["currency", "KZT"], ["created_at", "2016-01-18 18:25:39.673552"], ["updated_at", "2016-01-18 18:25:39.673552"]]  (151.1ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Laos"], ["code2", "LA"], ["code3", "LAO"], ["continent", "AS"], ["tld", "la"], ["currency", "LAK"], ["created_at", "2016-01-18 18:25:39.832159"], ["updated_at", "2016-01-18 18:25:39.832159"]]  (148.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lebanon"], ["code2", "LB"], ["code3", "LBN"], ["continent", "AS"], ["tld", "lb"], ["currency", "LBP"], ["created_at", "2016-01-18 18:25:39.987424"], ["updated_at", "2016-01-18 18:25:39.987424"]]  (161.5ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Lucia"], ["code2", "LC"], ["code3", "LCA"], ["continent", "NA"], ["tld", "lc"], ["currency", "XCD"], ["created_at", "2016-01-18 18:25:40.155013"], ["updated_at", "2016-01-18 18:25:40.155013"]]  (150.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liechtenstein"], ["code2", "LI"], ["code3", "LIE"], ["continent", "EU"], ["tld", "li"], ["currency", "CHF"], ["created_at", "2016-01-18 18:25:40.310644"], ["updated_at", "2016-01-18 18:25:40.310644"]]  (143.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sri Lanka"], ["code2", "LK"], ["code3", "LKA"], ["continent", "AS"], ["tld", "lk"], ["currency", "LKR"], ["created_at", "2016-01-18 18:25:40.457473"], ["updated_at", "2016-01-18 18:25:40.457473"]]  (162.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liberia"], ["code2", "LR"], ["code3", "LBR"], ["continent", "AF"], ["tld", "lr"], ["currency", "LRD"], ["created_at", "2016-01-18 18:25:40.624815"], ["updated_at", "2016-01-18 18:25:40.624815"]]  (142.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lesotho"], ["code2", "LS"], ["code3", "LSO"], ["continent", "AF"], ["tld", "ls"], ["currency", "LSL"], ["created_at", "2016-01-18 18:25:40.772001"], ["updated_at", "2016-01-18 18:25:40.772001"]]  (175.7ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lithuania"], ["code2", "LT"], ["code3", "LTU"], ["continent", "EU"], ["tld", "lt"], ["currency", "LTL"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:40.952175"], ["updated_at", "2016-01-18 18:25:40.952175"]]  (150.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Luxembourg"], ["code2", "LU"], ["code3", "LUX"], ["continent", "EU"], ["tld", "lu"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:41.108508"], ["updated_at", "2016-01-18 18:25:41.108508"]]  (141.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Latvia"], ["code2", "LV"], ["code3", "LVA"], ["continent", "EU"], ["tld", "lv"], ["currency", "LVL"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:41.252819"], ["updated_at", "2016-01-18 18:25:41.252819"]]  (143.6ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Libya"], ["code2", "LY"], ["code3", "LBY"], ["continent", "AF"], ["tld", "ly"], ["currency", "LYD"], ["created_at", "2016-01-18 18:25:41.400677"], ["updated_at", "2016-01-18 18:25:41.400677"]]  (150.3ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Morocco"], ["code2", "MA"], ["code3", "MAR"], ["continent", "AF"], ["tld", "ma"], ["currency", "MAD"], ["created_at", "2016-01-18 18:25:41.555458"], ["updated_at", "2016-01-18 18:25:41.555458"]]  (143.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Monaco"], ["code2", "MC"], ["code3", "MCO"], ["continent", "EU"], ["tld", "mc"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:41.700728"], ["updated_at", "2016-01-18 18:25:41.700728"]]  (199.0ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Moldova"], ["code2", "MD"], ["code3", "MDA"], ["continent", "EU"], ["tld", "md"], ["currency", "MDL"], ["created_at", "2016-01-18 18:25:41.903116"], ["updated_at", "2016-01-18 18:25:41.903116"]]  (306.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montenegro"], ["code2", "ME"], ["code3", "MNE"], ["continent", "EU"], ["tld", "me"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:42.215326"], ["updated_at", "2016-01-18 18:25:42.215326"]]  (151.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Martin"], ["code2", "MF"], ["code3", "MAF"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:42.372301"], ["updated_at", "2016-01-18 18:25:42.372301"]]  (174.5ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Madagascar"], ["code2", "MG"], ["code3", "MDG"], ["continent", "AF"], ["tld", "mg"], ["currency", "MGA"], ["created_at", "2016-01-18 18:25:42.552814"], ["updated_at", "2016-01-18 18:25:42.552814"]]  (343.7ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Marshall Islands"], ["code2", "MH"], ["code3", "MHL"], ["continent", "OC"], ["tld", "mh"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:42.900348"], ["updated_at", "2016-01-18 18:25:42.900348"]]  (150.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macedonia"], ["code2", "MK"], ["code3", "MKD"], ["continent", "EU"], ["tld", "mk"], ["currency", "MKD"], ["created_at", "2016-01-18 18:25:43.055297"], ["updated_at", "2016-01-18 18:25:43.055297"]]  (175.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mali"], ["code2", "ML"], ["code3", "MLI"], ["continent", "AF"], ["tld", "ml"], ["currency", "XOF"], ["created_at", "2016-01-18 18:25:43.235499"], ["updated_at", "2016-01-18 18:25:43.235499"]]  (651.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Myanmar"], ["code2", "MM"], ["code3", "MMR"], ["continent", "AS"], ["tld", "mm"], ["currency", "MMK"], ["created_at", "2016-01-18 18:25:43.891797"], ["updated_at", "2016-01-18 18:25:43.891797"]]  (131.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mongolia"], ["code2", "MN"], ["code3", "MNG"], ["continent", "AS"], ["tld", "mn"], ["currency", "MNT"], ["created_at", "2016-01-18 18:25:44.026829"], ["updated_at", "2016-01-18 18:25:44.026829"]]  (152.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macao"], ["code2", "MO"], ["code3", "MAC"], ["continent", "AS"], ["tld", "mo"], ["currency", "MOP"], ["created_at", "2016-01-18 18:25:44.184387"], ["updated_at", "2016-01-18 18:25:44.184387"]]  (240.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Northern Mariana Islands"], ["code2", "MP"], ["code3", "MNP"], ["continent", "OC"], ["tld", "mp"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:44.430168"], ["updated_at", "2016-01-18 18:25:44.430168"]]  (165.2ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Martinique"], ["code2", "MQ"], ["code3", "MTQ"], ["continent", "NA"], ["tld", "mq"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:44.600142"], ["updated_at", "2016-01-18 18:25:44.600142"]]  (172.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritania"], ["code2", "MR"], ["code3", "MRT"], ["continent", "AF"], ["tld", "mr"], ["currency", "MRO"], ["created_at", "2016-01-18 18:25:44.777138"], ["updated_at", "2016-01-18 18:25:44.777138"]]  (265.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montserrat"], ["code2", "MS"], ["code3", "MSR"], ["continent", "NA"], ["tld", "ms"], ["currency", "XCD"], ["created_at", "2016-01-18 18:25:45.046385"], ["updated_at", "2016-01-18 18:25:45.046385"]]  (229.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malta"], ["code2", "MT"], ["code3", "MLT"], ["continent", "EU"], ["tld", "mt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:45.281229"], ["updated_at", "2016-01-18 18:25:45.281229"]]  (162.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritius"], ["code2", "MU"], ["code3", "MUS"], ["continent", "AF"], ["tld", "mu"], ["currency", "MUR"], ["created_at", "2016-01-18 18:25:45.449016"], ["updated_at", "2016-01-18 18:25:45.449016"]]  (173.3ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Maldives"], ["code2", "MV"], ["code3", "MDV"], ["continent", "AS"], ["tld", "mv"], ["currency", "MVR"], ["created_at", "2016-01-18 18:25:45.628011"], ["updated_at", "2016-01-18 18:25:45.628011"]]  (195.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malawi"], ["code2", "MW"], ["code3", "MWI"], ["continent", "AF"], ["tld", "mw"], ["currency", "MWK"], ["created_at", "2016-01-18 18:25:45.828553"], ["updated_at", "2016-01-18 18:25:45.828553"]]  (153.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mexico"], ["code2", "MX"], ["code3", "MEX"], ["continent", "NA"], ["tld", "mx"], ["currency", "MXN"], ["created_at", "2016-01-18 18:25:45.984748"], ["updated_at", "2016-01-18 18:25:45.984748"]]  (154.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malaysia"], ["code2", "MY"], ["code3", "MYS"], ["continent", "AS"], ["tld", "my"], ["currency", "MYR"], ["created_at", "2016-01-18 18:25:46.143067"], ["updated_at", "2016-01-18 18:25:46.143067"]]  (165.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mozambique"], ["code2", "MZ"], ["code3", "MOZ"], ["continent", "AF"], ["tld", "mz"], ["currency", "MZN"], ["created_at", "2016-01-18 18:25:46.310706"], ["updated_at", "2016-01-18 18:25:46.310706"]]  (177.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Namibia"], ["code2", "NA"], ["code3", "NAM"], ["continent", "AF"], ["tld", "na"], ["currency", "NAD"], ["created_at", "2016-01-18 18:25:46.490200"], ["updated_at", "2016-01-18 18:25:46.490200"]]  (208.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Caledonia"], ["code2", "NC"], ["code3", "NCL"], ["continent", "OC"], ["tld", "nc"], ["currency", "XPF"], ["created_at", "2016-01-18 18:25:46.703546"], ["updated_at", "2016-01-18 18:25:46.703546"]]  (173.7ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niger"], ["code2", "NE"], ["code3", "NER"], ["continent", "AF"], ["tld", "ne"], ["currency", "XOF"], ["created_at", "2016-01-18 18:25:46.882327"], ["updated_at", "2016-01-18 18:25:46.882327"]]  (172.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norfolk Island"], ["code2", "NF"], ["code3", "NFK"], ["continent", "OC"], ["tld", "nf"], ["currency", "AUD"], ["created_at", "2016-01-18 18:25:47.061334"], ["updated_at", "2016-01-18 18:25:47.061334"]]  (187.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nigeria"], ["code2", "NG"], ["code3", "NGA"], ["continent", "AF"], ["tld", "ng"], ["currency", "NGN"], ["created_at", "2016-01-18 18:25:47.252953"], ["updated_at", "2016-01-18 18:25:47.252953"]]  (340.1ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nicaragua"], ["code2", "NI"], ["code3", "NIC"], ["continent", "NA"], ["tld", "ni"], ["currency", "NIO"], ["created_at", "2016-01-18 18:25:47.598195"], ["updated_at", "2016-01-18 18:25:47.598195"]]  (152.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands"], ["code2", "NL"], ["code3", "NLD"], ["continent", "EU"], ["tld", "nl"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:47.755329"], ["updated_at", "2016-01-18 18:25:47.755329"]]  (152.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norway"], ["code2", "NO"], ["code3", "NOR"], ["continent", "EU"], ["tld", "no"], ["currency", "NOK"], ["created_at", "2016-01-18 18:25:47.913656"], ["updated_at", "2016-01-18 18:25:47.913656"]]  (150.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nepal"], ["code2", "NP"], ["code3", "NPL"], ["continent", "AS"], ["tld", "np"], ["currency", "NPR"], ["created_at", "2016-01-18 18:25:48.069795"], ["updated_at", "2016-01-18 18:25:48.069795"]]  (129.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nauru"], ["code2", "NR"], ["code3", "NRU"], ["continent", "OC"], ["tld", "nr"], ["currency", "AUD"], ["created_at", "2016-01-18 18:25:48.204853"], ["updated_at", "2016-01-18 18:25:48.204853"]]  (328.5ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niue"], ["code2", "NU"], ["code3", "NIU"], ["continent", "OC"], ["tld", "nu"], ["currency", "NZD"], ["created_at", "2016-01-18 18:25:48.539605"], ["updated_at", "2016-01-18 18:25:48.539605"]]  (174.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Zealand"], ["code2", "NZ"], ["code3", "NZL"], ["continent", "OC"], ["tld", "nz"], ["currency", "NZD"], ["created_at", "2016-01-18 18:25:48.718958"], ["updated_at", "2016-01-18 18:25:48.718958"]]  (228.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Oman"], ["code2", "OM"], ["code3", "OMN"], ["continent", "AS"], ["tld", "om"], ["currency", "OMR"], ["created_at", "2016-01-18 18:25:48.952905"], ["updated_at", "2016-01-18 18:25:48.952905"]]  (288.0ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Panama"], ["code2", "PA"], ["code3", "PAN"], ["continent", "NA"], ["tld", "pa"], ["currency", "PAB"], ["created_at", "2016-01-18 18:25:49.244745"], ["updated_at", "2016-01-18 18:25:49.244745"]]  (288.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Peru"], ["code2", "PE"], ["code3", "PER"], ["continent", "SA"], ["tld", "pe"], ["currency", "PEN"], ["created_at", "2016-01-18 18:25:49.536440"], ["updated_at", "2016-01-18 18:25:49.536440"]]  (198.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Polynesia"], ["code2", "PF"], ["code3", "PYF"], ["continent", "OC"], ["tld", "pf"], ["currency", "XPF"], ["created_at", "2016-01-18 18:25:49.737536"], ["updated_at", "2016-01-18 18:25:49.737536"]]  (199.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Papua New Guinea"], ["code2", "PG"], ["code3", "PNG"], ["continent", "OC"], ["tld", "pg"], ["currency", "PGK"], ["created_at", "2016-01-18 18:25:49.940026"], ["updated_at", "2016-01-18 18:25:49.940026"]]  (207.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Philippines"], ["code2", "PH"], ["code3", "PHL"], ["continent", "AS"], ["tld", "ph"], ["currency", "PHP"], ["created_at", "2016-01-18 18:25:50.152186"], ["updated_at", "2016-01-18 18:25:50.152186"]]  (209.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pakistan"], ["code2", "PK"], ["code3", "PAK"], ["continent", "AS"], ["tld", "pk"], ["currency", "PKR"], ["created_at", "2016-01-18 18:25:50.364266"], ["updated_at", "2016-01-18 18:25:50.364266"]]  (175.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Poland"], ["code2", "PL"], ["code3", "POL"], ["continent", "EU"], ["tld", "pl"], ["currency", "PLN"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:50.543401"], ["updated_at", "2016-01-18 18:25:50.543401"]]  (241.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Pierre and Miquelon"], ["code2", "PM"], ["code3", "SPM"], ["continent", "NA"], ["tld", "pm"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:50.790700"], ["updated_at", "2016-01-18 18:25:50.790700"]]  (220.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pitcairn"], ["code2", "PN"], ["code3", "PCN"], ["continent", "OC"], ["tld", "pn"], ["currency", "NZD"], ["created_at", "2016-01-18 18:25:51.014783"], ["updated_at", "2016-01-18 18:25:51.014783"]]  (152.6ms) commit transaction  (0.2ms) begin transaction SQL (1.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Puerto Rico"], ["code2", "PR"], ["code3", "PRI"], ["continent", "NA"], ["tld", "pr"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:51.171818"], ["updated_at", "2016-01-18 18:25:51.171818"]]  (151.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palestinian Territory"], ["code2", "PS"], ["code3", "PSE"], ["continent", "AS"], ["tld", "ps"], ["currency", "ILS"], ["created_at", "2016-01-18 18:25:51.329888"], ["updated_at", "2016-01-18 18:25:51.329888"]]  (185.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Portugal"], ["code2", "PT"], ["code3", "PRT"], ["continent", "EU"], ["tld", "pt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:51.518079"], ["updated_at", "2016-01-18 18:25:51.518079"]]  (199.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palau"], ["code2", "PW"], ["code3", "PLW"], ["continent", "OC"], ["tld", "pw"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:51.721317"], ["updated_at", "2016-01-18 18:25:51.721317"]]  (296.5ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Paraguay"], ["code2", "PY"], ["code3", "PRY"], ["continent", "SA"], ["tld", "py"], ["currency", "PYG"], ["created_at", "2016-01-18 18:25:52.023033"], ["updated_at", "2016-01-18 18:25:52.023033"]]  (206.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Qatar"], ["code2", "QA"], ["code3", "QAT"], ["continent", "AS"], ["tld", "qa"], ["currency", "QAR"], ["created_at", "2016-01-18 18:25:52.236415"], ["updated_at", "2016-01-18 18:25:52.236415"]]  (175.0ms) commit transaction  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Reunion"], ["code2", "RE"], ["code3", "REU"], ["continent", "AF"], ["tld", "re"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:52.416349"], ["updated_at", "2016-01-18 18:25:52.416349"]]  (151.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Romania"], ["code2", "RO"], ["code3", "ROU"], ["continent", "EU"], ["tld", "ro"], ["currency", "RON"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:52.572729"], ["updated_at", "2016-01-18 18:25:52.572729"]]  (153.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia"], ["code2", "RS"], ["code3", "SRB"], ["continent", "EU"], ["tld", "rs"], ["currency", "RSD"], ["created_at", "2016-01-18 18:25:52.730641"], ["updated_at", "2016-01-18 18:25:52.730641"]]  (140.1ms) commit transaction  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Russia"], ["code2", "RU"], ["code3", "RUS"], ["continent", "EU"], ["tld", "ru"], ["currency", "RUB"], ["created_at", "2016-01-18 18:25:52.877395"], ["updated_at", "2016-01-18 18:25:52.877395"]]  (159.0ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Rwanda"], ["code2", "RW"], ["code3", "RWA"], ["continent", "AF"], ["tld", "rw"], ["currency", "RWF"], ["created_at", "2016-01-18 18:25:53.043495"], ["updated_at", "2016-01-18 18:25:53.043495"]]  (164.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saudi Arabia"], ["code2", "SA"], ["code3", "SAU"], ["continent", "AS"], ["tld", "sa"], ["currency", "SAR"], ["created_at", "2016-01-18 18:25:53.211814"], ["updated_at", "2016-01-18 18:25:53.211814"]]  (141.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Solomon Islands"], ["code2", "SB"], ["code3", "SLB"], ["continent", "OC"], ["tld", "sb"], ["currency", "SBD"], ["created_at", "2016-01-18 18:25:53.357374"], ["updated_at", "2016-01-18 18:25:53.357374"]]  (141.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Seychelles"], ["code2", "SC"], ["code3", "SYC"], ["continent", "AF"], ["tld", "sc"], ["currency", "SCR"], ["created_at", "2016-01-18 18:25:53.502673"], ["updated_at", "2016-01-18 18:25:53.502673"]]  (154.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sudan"], ["code2", "SD"], ["code3", "SDN"], ["continent", "AF"], ["tld", "sd"], ["currency", "SDG"], ["created_at", "2016-01-18 18:25:53.661657"], ["updated_at", "2016-01-18 18:25:53.661657"]]  (207.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Sudan"], ["code2", "SS"], ["code3", "SSD"], ["continent", "AF"], ["tld", ""], ["currency", "SSP"], ["created_at", "2016-01-18 18:25:53.873781"], ["updated_at", "2016-01-18 18:25:53.873781"]]  (285.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sweden"], ["code2", "SE"], ["code3", "SWE"], ["continent", "EU"], ["tld", "se"], ["currency", "SEK"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:54.163069"], ["updated_at", "2016-01-18 18:25:54.163069"]]  (210.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Singapore"], ["code2", "SG"], ["code3", "SGP"], ["continent", "AS"], ["tld", "sg"], ["currency", "SGD"], ["created_at", "2016-01-18 18:25:54.376564"], ["updated_at", "2016-01-18 18:25:54.376564"]]  (174.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Helena"], ["code2", "SH"], ["code3", "SHN"], ["continent", "AF"], ["tld", "sh"], ["currency", "SHP"], ["created_at", "2016-01-18 18:25:54.556205"], ["updated_at", "2016-01-18 18:25:54.556205"]]  (140.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovenia"], ["code2", "SI"], ["code3", "SVN"], ["continent", "EU"], ["tld", "si"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:54.700526"], ["updated_at", "2016-01-18 18:25:54.700526"]]  (143.3ms) commit transaction  (8.6ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Svalbard and Jan Mayen"], ["code2", "SJ"], ["code3", "SJM"], ["continent", "EU"], ["tld", "sj"], ["currency", "NOK"], ["created_at", "2016-01-18 18:25:54.854937"], ["updated_at", "2016-01-18 18:25:54.854937"]]  (290.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovakia"], ["code2", "SK"], ["code3", "SVK"], ["continent", "EU"], ["tld", "sk"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 18:25:55.150023"], ["updated_at", "2016-01-18 18:25:55.150023"]]  (331.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sierra Leone"], ["code2", "SL"], ["code3", "SLE"], ["continent", "AF"], ["tld", "sl"], ["currency", "SLL"], ["created_at", "2016-01-18 18:25:55.485913"], ["updated_at", "2016-01-18 18:25:55.485913"]]  (176.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "San Marino"], ["code2", "SM"], ["code3", "SMR"], ["continent", "EU"], ["tld", "sm"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:55.665651"], ["updated_at", "2016-01-18 18:25:55.665651"]]  (287.2ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Senegal"], ["code2", "SN"], ["code3", "SEN"], ["continent", "AF"], ["tld", "sn"], ["currency", "XOF"], ["created_at", "2016-01-18 18:25:55.957344"], ["updated_at", "2016-01-18 18:25:55.957344"]]  (261.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Somalia"], ["code2", "SO"], ["code3", "SOM"], ["continent", "AF"], ["tld", "so"], ["currency", "SOS"], ["created_at", "2016-01-18 18:25:56.224556"], ["updated_at", "2016-01-18 18:25:56.224556"]]  (140.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Suriname"], ["code2", "SR"], ["code3", "SUR"], ["continent", "SA"], ["tld", "sr"], ["currency", "SRD"], ["created_at", "2016-01-18 18:25:56.370359"], ["updated_at", "2016-01-18 18:25:56.370359"]]  (174.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sao Tome and Principe"], ["code2", "ST"], ["code3", "STP"], ["continent", "AF"], ["tld", "st"], ["currency", "STD"], ["created_at", "2016-01-18 18:25:56.550579"], ["updated_at", "2016-01-18 18:25:56.550579"]]  (228.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "El Salvador"], ["code2", "SV"], ["code3", "SLV"], ["continent", "NA"], ["tld", "sv"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:56.785037"], ["updated_at", "2016-01-18 18:25:56.785037"]]  (152.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sint Maarten"], ["code2", "SX"], ["code3", "SXM"], ["continent", "NA"], ["tld", "sx"], ["currency", "ANG"], ["created_at", "2016-01-18 18:25:56.942501"], ["updated_at", "2016-01-18 18:25:56.942501"]]  (174.1ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Syria"], ["code2", "SY"], ["code3", "SYR"], ["continent", "AS"], ["tld", "sy"], ["currency", "SYP"], ["created_at", "2016-01-18 18:25:57.122024"], ["updated_at", "2016-01-18 18:25:57.122024"]]  (307.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Swaziland"], ["code2", "SZ"], ["code3", "SWZ"], ["continent", "AF"], ["tld", "sz"], ["currency", "SZL"], ["created_at", "2016-01-18 18:25:57.434544"], ["updated_at", "2016-01-18 18:25:57.434544"]]  (228.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turks and Caicos Islands"], ["code2", "TC"], ["code3", "TCA"], ["continent", "NA"], ["tld", "tc"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:57.668124"], ["updated_at", "2016-01-18 18:25:57.668124"]]  (143.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chad"], ["code2", "TD"], ["code3", "TCD"], ["continent", "AF"], ["tld", "td"], ["currency", "XAF"], ["created_at", "2016-01-18 18:25:57.815920"], ["updated_at", "2016-01-18 18:25:57.815920"]]  (194.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Southern Territories"], ["code2", "TF"], ["code3", "ATF"], ["continent", "AN"], ["tld", "tf"], ["currency", "EUR"], ["created_at", "2016-01-18 18:25:58.017290"], ["updated_at", "2016-01-18 18:25:58.017290"]]  (239.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Togo"], ["code2", "TG"], ["code3", "TGO"], ["continent", "AF"], ["tld", "tg"], ["currency", "XOF"], ["created_at", "2016-01-18 18:25:58.262274"], ["updated_at", "2016-01-18 18:25:58.262274"]]  (350.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Thailand"], ["code2", "TH"], ["code3", "THA"], ["continent", "AS"], ["tld", "th"], ["currency", "THB"], ["created_at", "2016-01-18 18:25:58.618645"], ["updated_at", "2016-01-18 18:25:58.618645"]]  (193.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tajikistan"], ["code2", "TJ"], ["code3", "TJK"], ["continent", "AS"], ["tld", "tj"], ["currency", "TJS"], ["created_at", "2016-01-18 18:25:58.816205"], ["updated_at", "2016-01-18 18:25:58.816205"]]  (315.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tokelau"], ["code2", "TK"], ["code3", "TKL"], ["continent", "OC"], ["tld", "tk"], ["currency", "NZD"], ["created_at", "2016-01-18 18:25:59.134888"], ["updated_at", "2016-01-18 18:25:59.134888"]]  (141.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "East Timor"], ["code2", "TL"], ["code3", "TLS"], ["continent", "OC"], ["tld", "tl"], ["currency", "USD"], ["created_at", "2016-01-18 18:25:59.282180"], ["updated_at", "2016-01-18 18:25:59.282180"]]  (138.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkmenistan"], ["code2", "TM"], ["code3", "TKM"], ["continent", "AS"], ["tld", "tm"], ["currency", "TMT"], ["created_at", "2016-01-18 18:25:59.427153"], ["updated_at", "2016-01-18 18:25:59.427153"]]  (173.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tunisia"], ["code2", "TN"], ["code3", "TUN"], ["continent", "AF"], ["tld", "tn"], ["currency", "TND"], ["created_at", "2016-01-18 18:25:59.605242"], ["updated_at", "2016-01-18 18:25:59.605242"]]  (174.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tonga"], ["code2", "TO"], ["code3", "TON"], ["continent", "OC"], ["tld", "to"], ["currency", "TOP"], ["created_at", "2016-01-18 18:25:59.786025"], ["updated_at", "2016-01-18 18:25:59.786025"]]  (139.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkey"], ["code2", "TR"], ["code3", "TUR"], ["continent", "AS"], ["tld", "tr"], ["currency", "TRY"], ["created_at", "2016-01-18 18:25:59.931255"], ["updated_at", "2016-01-18 18:25:59.931255"]]  (140.2ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Trinidad and Tobago"], ["code2", "TT"], ["code3", "TTO"], ["continent", "NA"], ["tld", "tt"], ["currency", "TTD"], ["created_at", "2016-01-18 18:26:00.075986"], ["updated_at", "2016-01-18 18:26:00.075986"]]  (140.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tuvalu"], ["code2", "TV"], ["code3", "TUV"], ["continent", "OC"], ["tld", "tv"], ["currency", "AUD"], ["created_at", "2016-01-18 18:26:00.223285"], ["updated_at", "2016-01-18 18:26:00.223285"]]  (151.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Taiwan"], ["code2", "TW"], ["code3", "TWN"], ["continent", "AS"], ["tld", "tw"], ["currency", "TWD"], ["created_at", "2016-01-18 18:26:00.380117"], ["updated_at", "2016-01-18 18:26:00.380117"]]  (187.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tanzania"], ["code2", "TZ"], ["code3", "TZA"], ["continent", "AF"], ["tld", "tz"], ["currency", "TZS"], ["created_at", "2016-01-18 18:26:00.571335"], ["updated_at", "2016-01-18 18:26:00.571335"]]  (129.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ukraine"], ["code2", "UA"], ["code3", "UKR"], ["continent", "EU"], ["tld", "ua"], ["currency", "UAH"], ["created_at", "2016-01-18 18:26:00.705301"], ["updated_at", "2016-01-18 18:26:00.705301"]]  (152.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uganda"], ["code2", "UG"], ["code3", "UGA"], ["continent", "AF"], ["tld", "ug"], ["currency", "UGX"], ["created_at", "2016-01-18 18:26:00.861189"], ["updated_at", "2016-01-18 18:26:00.861189"]]  (221.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States Minor Outlying Islands"], ["code2", "UM"], ["code3", "UMI"], ["continent", "OC"], ["tld", "um"], ["currency", "USD"], ["created_at", "2016-01-18 18:26:01.086073"], ["updated_at", "2016-01-18 18:26:01.086073"]]  (184.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States"], ["code2", "US"], ["code3", "USA"], ["continent", "NA"], ["tld", "us"], ["currency", "USD"], ["created_at", "2016-01-18 18:26:01.275299"], ["updated_at", "2016-01-18 18:26:01.275299"]]  (187.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uruguay"], ["code2", "UY"], ["code3", "URY"], ["continent", "SA"], ["tld", "uy"], ["currency", "UYU"], ["created_at", "2016-01-18 18:26:01.465304"], ["updated_at", "2016-01-18 18:26:01.465304"]]  (245.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uzbekistan"], ["code2", "UZ"], ["code3", "UZB"], ["continent", "AS"], ["tld", "uz"], ["currency", "UZS"], ["created_at", "2016-01-18 18:26:01.714146"], ["updated_at", "2016-01-18 18:26:01.714146"]]  (251.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vatican"], ["code2", "VA"], ["code3", "VAT"], ["continent", "EU"], ["tld", "va"], ["currency", "EUR"], ["created_at", "2016-01-18 18:26:01.971129"], ["updated_at", "2016-01-18 18:26:01.971129"]]  (151.3ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Vincent and the Grenadines"], ["code2", "VC"], ["code3", "VCT"], ["continent", "NA"], ["tld", "vc"], ["currency", "XCD"], ["created_at", "2016-01-18 18:26:02.127756"], ["updated_at", "2016-01-18 18:26:02.127756"]]  (127.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Venezuela"], ["code2", "VE"], ["code3", "VEN"], ["continent", "SA"], ["tld", "ve"], ["currency", "VEF"], ["created_at", "2016-01-18 18:26:02.260961"], ["updated_at", "2016-01-18 18:26:02.260961"]]  (154.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Virgin Islands"], ["code2", "VG"], ["code3", "VGB"], ["continent", "NA"], ["tld", "vg"], ["currency", "USD"], ["created_at", "2016-01-18 18:26:02.419006"], ["updated_at", "2016-01-18 18:26:02.419006"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "U.S. Virgin Islands"], ["code2", "VI"], ["code3", "VIR"], ["continent", "NA"], ["tld", "vi"], ["currency", "USD"], ["created_at", "2016-01-18 18:26:02.576020"], ["updated_at", "2016-01-18 18:26:02.576020"]]  (161.4ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vietnam"], ["code2", "VN"], ["code3", "VNM"], ["continent", "AS"], ["tld", "vn"], ["currency", "VND"], ["created_at", "2016-01-18 18:26:02.742904"], ["updated_at", "2016-01-18 18:26:02.742904"]]  (161.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vanuatu"], ["code2", "VU"], ["code3", "VUT"], ["continent", "OC"], ["tld", "vu"], ["currency", "VUV"], ["created_at", "2016-01-18 18:26:02.911505"], ["updated_at", "2016-01-18 18:26:02.911505"]]  (149.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Wallis and Futuna"], ["code2", "WF"], ["code3", "WLF"], ["continent", "OC"], ["tld", "wf"], ["currency", "XPF"], ["created_at", "2016-01-18 18:26:03.068201"], ["updated_at", "2016-01-18 18:26:03.068201"]]  (218.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Samoa"], ["code2", "WS"], ["code3", "WSM"], ["continent", "OC"], ["tld", "ws"], ["currency", "WST"], ["created_at", "2016-01-18 18:26:03.291563"], ["updated_at", "2016-01-18 18:26:03.291563"]]  (222.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Yemen"], ["code2", "YE"], ["code3", "YEM"], ["continent", "AS"], ["tld", "ye"], ["currency", "YER"], ["created_at", "2016-01-18 18:26:03.517979"], ["updated_at", "2016-01-18 18:26:03.517979"]]  (149.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mayotte"], ["code2", "YT"], ["code3", "MYT"], ["continent", "AF"], ["tld", "yt"], ["currency", "EUR"], ["created_at", "2016-01-18 18:26:03.674582"], ["updated_at", "2016-01-18 18:26:03.674582"]]  (149.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Africa"], ["code2", "ZA"], ["code3", "ZAF"], ["continent", "AF"], ["tld", "za"], ["currency", "ZAR"], ["created_at", "2016-01-18 18:26:03.830450"], ["updated_at", "2016-01-18 18:26:03.830450"]]  (183.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zambia"], ["code2", "ZM"], ["code3", "ZMB"], ["continent", "AF"], ["tld", "zm"], ["currency", "ZMK"], ["created_at", "2016-01-18 18:26:04.020906"], ["updated_at", "2016-01-18 18:26:04.020906"]]  (217.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zimbabwe"], ["code2", "ZW"], ["code3", "ZWE"], ["continent", "AF"], ["tld", "zw"], ["currency", "ZWL"], ["created_at", "2016-01-18 18:26:04.243277"], ["updated_at", "2016-01-18 18:26:04.243277"]]  (254.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia and Montenegro"], ["code2", "CS"], ["code3", "SCG"], ["continent", "EU"], ["tld", "cs"], ["currency", "RSD"], ["created_at", "2016-01-18 18:26:04.502214"], ["updated_at", "2016-01-18 18:26:04.502214"]]  (172.1ms) commit transaction  (0.7ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands Antilles"], ["code2", "AN"], ["code3", "ANT"], ["continent", "NA"], ["tld", "an"], ["currency", "ANG"], ["created_at", "2016-01-18 18:26:04.680835"], ["updated_at", "2016-01-18 18:26:04.680835"]]  (185.1ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 SQL (0.7ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "first_name", "last_name", "admin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["email", "admin@example.com"], ["encrypted_password", "$2a$10$hiopcLfVMD10AVoF9LcHdumNNghJ.7FtGrkM5vNitbULDtvq7Ohb6"], ["first_name", "Default"], ["last_name", "Admin"], ["admin", "t"], ["created_at", "2016-01-18 18:26:05.006037"], ["updated_at", "2016-01-18 18:26:05.006037"]]  (398.1ms) commit transaction DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/" for 127.0.0.1 at 2016-01-18 12:26:17 -0600 Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (311.3ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (63.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:26:18.123145' and ends_at >= '2016-01-18 18:26:18.123145') Completed 200 OK in 573ms (Views: 549.2ms | ActiveRecord: 3.6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:26:18 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (72.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:26:19.141105' and ends_at >= '2016-01-18 18:26:19.141105') Completed 200 OK in 190ms (Views: 187.2ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:26:23 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iLBjAjhWeCj+O2vzxZpeprNDsdfuRZYmuno6Jlal0GjRWHrHueb03oCEnKlbIlI47nGH9WaVWhVrHm0QJkxKmw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (1.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 18:26:24.084202"], ["current_sign_in_at", "2016-01-18 18:26:24.084202"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-18 18:26:24.085655"], ["id", 1]]  (165.4ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 276ms (ActiveRecord: 166.8ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:26:24 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:26:24.355826' and ends_at >= '2016-01-18 18:26:24.355826') Completed 200 OK in 113ms (Views: 110.8ms | ActiveRecord: 0.5ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-18 12:26:28 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (19.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:26:28.861667' and ends_at >= '2016-01-18 18:26:28.861667') Completed 200 OK in 124ms (Views: 97.3ms | ActiveRecord: 1.5ms) Started POST "/projects" for 127.0.0.1 at 2016-01-18 12:26:33 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SLpyc+Aioy8YQPH7iOQj5nYgu6828LvAoqFF5RhALtk+mWwDDFC+/q/42epaQSQMXDiBE5WZxoD5ZTAfbb1stA==", "project"=>{"name"=>"NOTGME", "category_id"=>"13"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.4ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_projects" ("name", "category_id", "user_id", "created_at", "updated_at", "status", "send_to_draft_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "NOTGME"], ["category_id", 13], ["user_id", 1], ["created_at", "2016-01-18 18:26:33.803917"], ["updated_at", "2016-01-18 18:26:33.803917"], ["status", "draft"], ["send_to_draft_at", "2016-01-18 18:26:33.804147"]] SQL (0.2ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 1], ["created_at", "2016-01-18 18:26:33.831123"], ["updated_at", "2016-01-18 18:26:33.831123"]]  (197.3ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 247ms (ActiveRecord: 198.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:26:34 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.6ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.3ms) Hatchy::Category Load (0.8ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (5.9ms) Hatchy::Category Load (0.6ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (17.7ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (34.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (116.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:26:34.221267' and ends_at >= '2016-01-18 18:26:34.221267') Completed 200 OK in 221ms (Views: 189.2ms | ActiveRecord: 3.9ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:28:05 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"CJD2YVkSPBK5NXafaQUuZ8NT2kfCv8xlan3ZI8C2DuZ+s+gRtWAhww6NXo67oCmN6Uvg+2HWsSUxuazZtUtMiw==", "project"=>{"name"=>"NOTGME", "category_id"=>"13", "city"=>"Mont"}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "city" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["city", "Mont"], ["updated_at", "2016-01-18 18:28:06.024557"], ["id", 1]] SQL (0.2ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 1], ["created_at", "2016-01-18 18:28:06.039712"], ["updated_at", "2016-01-18 18:28:06.039712"]]  (180.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 271ms (ActiveRecord: 184.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:28:06 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (17.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.8ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (35.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (82.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:28:06.386317' and ends_at >= '2016-01-18 18:28:06.386317') Completed 200 OK in 225ms (Views: 198.1ms | ActiveRecord: 2.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:28:11 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HVjD88ysIx9zDVGRGJg3YGo1z2gVJ7+IekeJXdWHYLFre92DIN4+zsS1eYDKPTCKQC311LZOwsghg/ynoHoi3A==", "project"=>{"goal"=>"150", "online_days"=>"1"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "goal" = ?, "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["goal", 150.0], ["online_days", 1], ["updated_at", "2016-01-18 18:28:11.545018"], ["id", 1]] SQL (0.3ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 1], ["created_at", "2016-01-18 18:28:11.547890"], ["updated_at", "2016-01-18 18:28:11.547890"]]  (234.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#goal Completed 302 Found in 251ms (ActiveRecord: 235.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:28:11 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.1ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (37.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (73.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:28:11.913881' and ends_at >= '2016-01-18 18:28:11.913881') Completed 200 OK in 160ms (Views: 152.8ms | ActiveRecord: 1.4ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:28:17 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rDiBWLC8jUmAuSfNjv2x2UjEA5ldKG9XA8Renqu2QrfaG58oXM6QmDcBD9xcWLYzYtw5Jf5BEhdYACtk3ksA2g==", "project"=>{"about"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"description", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "about" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["about", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 18:28:17.096378"], ["id", 1]] SQL (0.1ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 1], ["created_at", "2016-01-18 18:28:17.099797"], ["updated_at", "2016-01-18 18:28:17.099797"]]  (189.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#description Completed 302 Found in 208ms (ActiveRecord: 190.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:28:17 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.4ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (49.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (85.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:28:17.433859' and ends_at >= '2016-01-18 18:28:17.433859') Completed 200 OK in 177ms (Views: 169.0ms | ActiveRecord: 1.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:28:21 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GgpEWkfgog0brLS0271aRh1KbEKOkUr6wCCO8wkuKl9sKVoqq5K/3KwUnKUJGF2sN1JW/i34N7qb5PsJfNNoMg==", "project"=>{"video_url"=>"https://www.youtube.com/watch?v=63iLLXJ7oic"}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.4ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "video_url" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["video_url", "https://www.youtube.com/watch?v=63iLLXJ7oic"], ["updated_at", "2016-01-18 18:28:21.717966"], ["id", 1]] SQL (0.2ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 1], ["created_at", "2016-01-18 18:28:21.723980"], ["updated_at", "2016-01-18 18:28:21.723980"]]  (306.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#video Completed 302 Found in 330ms (ActiveRecord: 307.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:28:22 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.7ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (58.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (96.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:28:22.190743' and ends_at >= '2016-01-18 18:28:22.190743') Completed 200 OK in 188ms (Views: 177.4ms | ActiveRecord: 1.8ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:28:25 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JykKk78+6WCQ98LsUjAQP3qEt+tDDdk0crRSr59QsklRChTjU0z0sSdP6v2AlRfVUJyNV+BkpHQpcCdV6q3wJA==", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "budget" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["budget", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 18:28:25.859924"], ["id", 1]] SQL (0.2ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 1], ["created_at", "2016-01-18 18:28:25.864547"], ["updated_at", "2016-01-18 18:28:25.864547"]]  (181.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#budget Completed 302 Found in 200ms (ActiveRecord: 182.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:28:26 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.7ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (10.0ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (65.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (110.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:28:26.217597' and ends_at >= '2016-01-18 18:28:26.217597') Completed 200 OK in 198ms (Views: 189.6ms | ActiveRecord: 2.1ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:28:36 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9jsNcYO0rov3/eC1o7AlenxCS8TpX3hcFENCQSWXIqqAGBMBb8azWkBFyKRxFSKQVlpxeEo2BRxPhze7UGpgxw==", "project"=>{"project_img"=>#, @original_filename="game.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"game.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"this is headlone"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "hatchy_projects" SET "headline" = ?, "project_img" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["headline", "this is headlone"], ["project_img", "game.jpg"], ["updated_at", "2016-01-18 18:28:36.087957"], ["id", 1]] SQL (0.2ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 1], ["created_at", "2016-01-18 18:28:36.092049"], ["updated_at", "2016-01-18 18:28:36.092049"]]  (230.2ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#project_card Completed 302 Found in 251ms (ActiveRecord: 231.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:28:36 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.6ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (69.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (103.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:28:36.484793' and ends_at >= '2016-01-18 18:28:36.484793') Completed 200 OK in 203ms (Views: 191.9ms | ActiveRecord: 1.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:29:24 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.4ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.4ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (67.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (113.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:29:25.181374' and ends_at >= '2016-01-18 18:29:25.181374') Completed 200 OK in 309ms (Views: 205.1ms | ActiveRecord: 5.7ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:30:09 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oVXl7j/Wb1AeVTnEXcGsW8jOMvsl+8yze6vbexOXk7zXdvue06RygantEdWPZKux4tYIR4aSsfMgb66BZmrR0Q==", "project"=>{"headline"=>"this is headlone"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#project_card Completed 302 Found in 13ms (ActiveRecord: 1.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:30:09 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.5ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (76.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (119.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:30:09.316879' and ends_at >= '2016-01-18 18:30:09.316879') Completed 200 OK in 224ms (Views: 212.9ms | ActiveRecord: 2.2ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:31:55 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (14.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (35.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (12.0ms) Hatchy::Category Load (0.6ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (27.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (43.6ms) Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (21.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (136.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (684.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (36.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:31:56.880145' and ends_at >= '2016-01-18 18:31:56.880145') Completed 200 OK in 997ms (Views: 858.9ms | ActiveRecord: 6.2ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:32:04 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"L+S6XxmXsCFGEWN7HATNBe7SMwYwV4WNrxjmCuj4+SlZx6Qv9eWt8PGpS2rOocrvxMoJupM++M303JPwnQW7RA==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"1"}, "1"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"2"}, "2"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"3"}, "3"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"4"}, "4"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"5"}, "5"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"6"}, "6"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"1", "id"=>"7"}, "7"=>{"min_value"=>"", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"", "max_contributions"=>"", "_destroy"=>"false"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" IN (1, 2, 3, 4, 5, 6, 7) [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) rollback transaction Redirected to http://localhost:3000/projects/1/edit#rewards Completed 302 Found in 33ms (ActiveRecord: 1.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:32:04 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (63.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (104.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:32:04.873016' and ends_at >= '2016-01-18 18:32:04.873016') Completed 200 OK in 198ms (Views: 190.1ms | ActiveRecord: 1.4ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:32:15 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"skw5JCyP5H5Ug6chTnuRwal/n71JmKM81z1xjJ//0BLEbydUwP35r+M7jzCc3pYrg2elAerx3nyM+QR26gKSfw==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"1"}, "1"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"2"}, "2"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"3"}, "3"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"4"}, "4"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"5"}, "5"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"6"}, "6"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"7"}, "7"=>{"min_value"=>"", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"", "max_contributions"=>"", "_destroy"=>"1"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" IN (1, 2, 3, 4, 5, 6, 7) [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_rewards" SET "deliver_at" = ?, "updated_at" = ? WHERE "hatchy_rewards"."id" = ? [["deliver_at", "2016-01-01 00:00:00.000000"], ["updated_at", "2016-01-18 18:32:15.530301"], ["id", 1]] SQL (0.2ms) UPDATE "hatchy_rewards" SET "deliver_at" = ?, "updated_at" = ? WHERE "hatchy_rewards"."id" = ? [["deliver_at", "2016-01-01 00:00:00.000000"], ["updated_at", "2016-01-18 18:32:15.535792"], ["id", 2]] SQL (0.3ms) UPDATE "hatchy_rewards" SET "deliver_at" = ?, "updated_at" = ? WHERE "hatchy_rewards"."id" = ? [["deliver_at", "2016-01-01 00:00:00.000000"], ["updated_at", "2016-01-18 18:32:15.537185"], ["id", 3]] SQL (0.1ms) UPDATE "hatchy_rewards" SET "deliver_at" = ?, "updated_at" = ? WHERE "hatchy_rewards"."id" = ? [["deliver_at", "2016-01-01 00:00:00.000000"], ["updated_at", "2016-01-18 18:32:15.539423"], ["id", 4]] SQL (0.1ms) UPDATE "hatchy_rewards" SET "deliver_at" = ?, "updated_at" = ? WHERE "hatchy_rewards"."id" = ? [["deliver_at", "2016-01-01 00:00:00.000000"], ["updated_at", "2016-01-18 18:32:15.541026"], ["id", 5]] SQL (0.1ms) UPDATE "hatchy_rewards" SET "deliver_at" = ?, "updated_at" = ? WHERE "hatchy_rewards"."id" = ? [["deliver_at", "2016-01-01 00:00:00.000000"], ["updated_at", "2016-01-18 18:32:15.542123"], ["id", 6]] SQL (0.1ms) UPDATE "hatchy_rewards" SET "deliver_at" = ?, "updated_at" = ? WHERE "hatchy_rewards"."id" = ? [["deliver_at", "2016-01-01 00:00:00.000000"], ["updated_at", "2016-01-18 18:32:15.543330"], ["id", 7]]  (141.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#rewards Completed 302 Found in 179ms (ActiveRecord: 143.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:32:15 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (66.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (104.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:32:15.846998' and ends_at >= '2016-01-18 18:32:15.846998') Completed 200 OK in 187ms (Views: 179.9ms | ActiveRecord: 1.4ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:32:29 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"k8i2y/7AYsmFpstBiU2riRJcpp/A2uzW9a02dT078pnl66i7ErJ/GDIe41Bb6KxjOEScI2OzkZauaUOPSMaw9A==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"1"}, "1"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"1", "id"=>"2"}, "2"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"1", "id"=>"3"}, "3"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"1", "id"=>"4"}, "4"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"1", "id"=>"5"}, "5"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"1", "id"=>"6"}, "6"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"1", "id"=>"7"}, "7"=>{"min_value"=>"", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"", "max_contributions"=>"", "_destroy"=>"1"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" IN (1, 2, 3, 4, 5, 6, 7) [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "hatchy_contributions" SET "reward_id" = NULL WHERE "hatchy_contributions"."reward_id" = ? [["reward_id", 2]] SQL (0.2ms) DELETE FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? [["id", 2]] SQL (0.0ms) UPDATE "hatchy_contributions" SET "reward_id" = NULL WHERE "hatchy_contributions"."reward_id" = ? [["reward_id", 3]] SQL (0.0ms) DELETE FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? [["id", 3]] SQL (0.1ms) UPDATE "hatchy_contributions" SET "reward_id" = NULL WHERE "hatchy_contributions"."reward_id" = ? [["reward_id", 4]] SQL (0.0ms) DELETE FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? [["id", 4]] SQL (0.0ms) UPDATE "hatchy_contributions" SET "reward_id" = NULL WHERE "hatchy_contributions"."reward_id" = ? [["reward_id", 5]] SQL (0.0ms) DELETE FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? [["id", 5]] SQL (0.1ms) UPDATE "hatchy_contributions" SET "reward_id" = NULL WHERE "hatchy_contributions"."reward_id" = ? [["reward_id", 6]] SQL (0.1ms) DELETE FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? [["id", 6]] SQL (0.1ms) UPDATE "hatchy_contributions" SET "reward_id" = NULL WHERE "hatchy_contributions"."reward_id" = ? [["reward_id", 7]] SQL (0.1ms) DELETE FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? [["id", 7]]  (195.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#rewards Completed 302 Found in 237ms (ActiveRecord: 197.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:32:29 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (61.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:32:29.776991' and ends_at >= '2016-01-18 18:32:29.776991') Completed 200 OK in 141ms (Views: 132.6ms | ActiveRecord: 1.5ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:32:39 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PR3DlJXQarc45XW2hReSJX16YNOQL1CtATYettrapBNLPt3keaJ3Zo9dXadXspXPV2JabzNGLe1a8mtMryfmfg==", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#budget Completed 302 Found in 13ms (ActiveRecord: 1.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:32:39 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (62.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:32:39.626402' and ends_at >= '2016-01-18 18:32:39.626402') Completed 200 OK in 148ms (Views: 138.5ms | ActiveRecord: 1.5ms) Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-18 12:32:45 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (1.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "analysis"], ["updated_at", "2016-01-18 18:32:45.797696"], ["id", 1]]  (193.5ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 212ms (ActiveRecord: 195.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:32:46 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (40.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (113.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.9ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:32:46.159315' and ends_at >= '2016-01-18 18:32:46.159315') Completed 200 OK in 198ms (Views: 190.4ms | ActiveRecord: 2.0ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 12:32:54 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TQChYal9fjvk2mrg/Uh99rkNsBOkuC+T2MFjfmzLfLc7I78RRQ9j6lNiQvEv7XockxWKrwfRUtODBRaEGTY+2g==", "project"=>{"account_attributes"=>{"account_type"=>"Individuals", "owner_name"=>"test", "email"=>"test@mail.com", "phone"=>"123123", "owner_document"=>"test123", "bank_id"=>"2", "account"=>"123", "account_digit"=>"F123", "address_street"=>"Fake st", "address_city"=>"Fake city", "address_state"=>"Fake state", "address_number"=>"123", "address_zip"=>"F124"}}, "anchor"=>"account", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_project_accounts" ("account", "account_digit", "account_type", "address_city", "address_number", "address_state", "address_street", "address_zip", "bank_id", "email", "owner_document", "owner_name", "phone", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["account", "123"], ["account_digit", "F123"], ["account_type", "Individuals"], ["address_city", "Fake city"], ["address_number", "123"], ["address_state", "Fake state"], ["address_street", "Fake st"], ["address_zip", "F124"], ["bank_id", 2], ["email", "test@mail.com"], ["owner_document", "test123"], ["owner_name", "test"], ["phone", "123123"], ["project_id", 1], ["created_at", "2016-01-18 18:32:54.169942"], ["updated_at", "2016-01-18 18:32:54.169942"]]  (337.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#account Completed 302 Found in 358ms (ActiveRecord: 339.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 12:32:54 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (4.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (24.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (93.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:32:54.676190' and ends_at >= '2016-01-18 18:32:54.676190') Completed 200 OK in 193ms (Views: 187.4ms | ActiveRecord: 1.8ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 12:33:00 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.8ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.4ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.3ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (19.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (26.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (12.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:00.299155' and ends_at >= '2016-01-18 18:33:00.299155') Completed 200 OK in 183ms (Views: 167.0ms | ActiveRecord: 4.5ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 12:33:02 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:02.383077' and ends_at >= '2016-01-18 18:33:02.383077') Completed 200 OK in 130ms (Views: 127.1ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453141982544" for 127.0.0.1 at 2016-01-18 12:33:02 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453141982544", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 40ms (Views: 33.9ms | ActiveRecord: 1.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 12:33:04 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (15.4ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (36.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:04.543363' and ends_at >= '2016-01-18 18:33:04.543363') Completed 200 OK in 137ms (Views: 131.6ms | ActiveRecord: 1.3ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 12:33:06 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:06.206587' and ends_at >= '2016-01-18 18:33:06.206587') Completed 200 OK in 101ms (Views: 97.8ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453141986339" for 127.0.0.1 at 2016-01-18 12:33:06 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453141986339", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 13ms (Views: 6.7ms | ActiveRecord: 1.3ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 12:33:07 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:07.419878' and ends_at >= '2016-01-18 18:33:07.419878') Completed 200 OK in 94ms (Views: 90.1ms | ActiveRecord: 0.5ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453141987528" for 127.0.0.1 at 2016-01-18 12:33:07 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453141987528", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 15ms (Views: 10.7ms | ActiveRecord: 1.3ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 12:33:08 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:09.015077' and ends_at >= '2016-01-18 18:33:09.015077') Completed 200 OK in 93ms (Views: 89.1ms | ActiveRecord: 0.9ms) Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-18 12:33:21 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"59ft8XTeGSlw1pOItL3ItIoteA/++44cSLtjemu5yVaR9POBmKwE+Mduu5lmGM9eoDVCs12S81wTfxaAHkSLOw==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "approved"], ["updated_at", "2016-01-18 18:33:21.407065"], ["id", 1]]  (208.2ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 223ms (ActiveRecord: 209.3ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 12:33:21 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.5ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (20.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:21.688766' and ends_at >= '2016-01-18 18:33:21.688766') Completed 200 OK in 135ms (Views: 127.1ms | ActiveRecord: 1.6ms) Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-18 12:33:24 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"/rFt3ufQjD9DTeh/yuohu91wsNx7fXAzhtbPS5M2qYmIknOuC6KR7vT1wG4YTyZR92iKYNgUDXPdErqx5svr5A==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.4ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "status" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "online"], ["online_date", "2016-01-18 18:33:24.200781"], ["expires_at", "2016-01-19 18:33:24.200781"], ["updated_at", "2016-01-18 18:33:24.201629"], ["id", 1]]  (250.0ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 271ms (ActiveRecord: 251.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 12:33:24 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (11.9ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (21.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:24.538684' and ends_at >= '2016-01-18 18:33:24.538684') Completed 200 OK in 127ms (Views: 123.4ms | ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:33:27 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (14.6ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:27.179241' and ends_at >= '2016-01-18 18:33:27.179241') Completed 200 OK in 127ms (Views: 125.5ms | ActiveRecord: 0.7ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 12:33:29 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.5ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.5ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (20.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (31.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:30.085825' and ends_at >= '2016-01-18 18:33:30.085825') Completed 200 OK in 207ms (Views: 190.7ms | ActiveRecord: 5.5ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 12:33:31 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.8ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:31.859249' and ends_at >= '2016-01-18 18:33:31.859249') Completed 200 OK in 178ms (Views: 172.6ms | ActiveRecord: 0.7ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453142012029" for 127.0.0.1 at 2016-01-18 12:33:32 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453142012029", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 32ms (Views: 25.9ms | ActiveRecord: 1.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 12:33:32 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.4ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.8ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (21.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:33.006755' and ends_at >= '2016-01-18 18:33:33.006755') Completed 200 OK in 132ms (Views: 127.0ms | ActiveRecord: 1.7ms) Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-18 12:33:34 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"Bll3MbAMV3Tzj2qqsYzih1VQe6VJF8ZJ3mjAV2wMOrBwemlBXH5KpUQ3QrtjKeVtf0hBGep+uwmFrLWtGfF43Q==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_projects" SET "recommended" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["recommended", "t"], ["online_date", "2016-01-18 18:33:34.949229"], ["expires_at", "2016-01-19 18:33:34.949229"], ["updated_at", "2016-01-18 18:33:34.951734"], ["id", 1]]  (331.1ms) commit transaction Completed 200 OK in 349ms (ActiveRecord: 332.2ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-18 12:33:37 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"Bll3MbAMV3Tzj2qqsYzih1VQe6VJF8ZJ3mjAV2wMOrBwemlBXH5KpUQ3QrtjKeVtf0hBGep+uwmFrLWtGfF43Q=="} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 10ms (ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:33:37 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:37.692080' and ends_at >= '2016-01-18 18:33:37.692080') Completed 200 OK in 125ms (Views: 123.8ms | ActiveRecord: 0.8ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:33:39 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (15.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (37.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:39.369864' and ends_at >= '2016-01-18 18:33:39.369864') Completed 200 OK in 144ms (Views: 139.2ms | ActiveRecord: 0.2ms) Started GET "/users/sign_up" for 127.0.0.1 at 2016-01-18 12:33:40 -0600 Processing by Devise::RegistrationsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/registrations/new.html.haml within layouts/hatchy/application (20.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:41.001592' and ends_at >= '2016-01-18 18:33:41.001592') Completed 200 OK in 107ms (Views: 105.5ms | ActiveRecord: 0.2ms) Started POST "/users" for 127.0.0.1 at 2016-01-18 12:33:46 -0600 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4y/hmGU62hQoaO7S0WLQBZLMSD8oS0mYypq/8KuE0VTKCg8RM5uODQYoKKIH/SIVi6P/iXoqEOhQ0v/keEyvzg==", "user"=>{"email"=>"te@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Let me in now!"}  (0.2ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'te@mail.com' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'te@mail.com' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "te@mail.com"], ["encrypted_password", "$2a$10$ktvH37xgQrtZl3vSAV0pF.6YIhgVNYk0XtbYqS9e5PZFbUXf6J0r6"], ["created_at", "2016-01-18 18:33:46.899298"], ["updated_at", "2016-01-18 18:33:46.899298"]]  (153.7ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 18:33:47.055859"], ["current_sign_in_at", "2016-01-18 18:33:47.055859"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-18 18:33:47.058296"], ["id", 2]]  (139.3ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 404ms (ActiveRecord: 294.3ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:33:47 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:47.272535' and ends_at >= '2016-01-18 18:33:47.272535') Completed 200 OK in 100ms (Views: 97.5ms | ActiveRecord: 0.6ms) Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-18 12:33:52 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (12.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.3ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (19.0ms) Hatchy::Country Load (4.0ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (57.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (109.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:33:52.257281' and ends_at >= '2016-01-18 18:33:52.257281') Completed 200 OK in 249ms (Views: 207.2ms | ActiveRecord: 18.3ms) Started PATCH "/users/2" for 127.0.0.1 at 2016-01-18 12:34:00 -0600 Processing by Hatchy::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"H5UzssekhHWpNJtZdD7cKnNYPKFI7x+J1WrYsH9u9qc2sN07kQXQbId0XSmioS46ajeLFxqORvlPIpikrKaIPQ==", "user"=>{"first_name"=>"TE", "last_name"=>"te", "facebook_link"=>"", "twitter_link"=>"", "about"=>""}, "anchor"=>"about_you", "commit"=>"Save Profile", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.7ms) UPDATE "hatchy_users" SET "first_name" = ?, "last_name" = ?, "facebook_link" = ?, "twitter_link" = ?, "about" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["first_name", "TE"], ["last_name", "te"], ["facebook_link", ""], ["twitter_link", ""], ["about", ""], ["updated_at", "2016-01-18 18:34:00.622048"], ["id", 2]]  (262.6ms) commit transaction Redirected to http://localhost:3000/users/2/edit#about_you Completed 302 Found in 277ms (ActiveRecord: 264.1ms) Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-18 12:34:00 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (11.7ms) Hatchy::Country Load (2.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (32.1ms) Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (58.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:34:01.004166' and ends_at >= '2016-01-18 18:34:01.004166') Completed 200 OK in 148ms (Views: 138.2ms | ActiveRecord: 4.0ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:34:02 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (12.2ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:34:02.944092' and ends_at >= '2016-01-18 18:34:02.944092') Completed 200 OK in 102ms (Views: 100.2ms | ActiveRecord: 0.7ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-18 12:34:06 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:34:06.518336' and ends_at >= '2016-01-18 18:34:06.518336') Completed 200 OK in 86ms (Views: 82.8ms | ActiveRecord: 0.6ms) Started POST "/projects" for 127.0.0.1 at 2016-01-18 12:34:11 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PNWqDsyPKddHVB5fkzrxIlZ4I9hBSMr5c4ywK+iN+w4V8ESHmi59zmkU2C9FpQMyTxeUbhMpk4npxPA/O0WFlA==", "project"=>{"name"=>"Kickit 2", "category_id"=>"22"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'Kickit 2' LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'Kickit 2' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_projects" ("name", "category_id", "user_id", "created_at", "updated_at", "status", "send_to_draft_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Kickit 2"], ["category_id", 22], ["user_id", 2], ["created_at", "2016-01-18 18:34:11.856750"], ["updated_at", "2016-01-18 18:34:11.856750"], ["status", "draft"], ["send_to_draft_at", "2016-01-18 18:34:11.856990"]] SQL (0.2ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 2], ["created_at", "2016-01-18 18:34:11.859588"], ["updated_at", "2016-01-18 18:34:11.859588"]]  (239.6ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 258ms (ActiveRecord: 240.8ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 12:34:12 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.8ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (60.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:34:12.231107' and ends_at >= '2016-01-18 18:34:12.231107') Completed 200 OK in 159ms (Views: 147.5ms | ActiveRecord: 1.8ms) Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-18 12:34:19 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Nq2DABmsHGskqgshthhaZxH4FvRilDmwAz2C34U9bSAfiG2JTw1IcgrqzVFgh6h3CJehQjD1YMCZdcLLVvUTug==", "project"=>{"name"=>"Kickit 2", "category_id"=>"22", "city"=>"Mont"}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "city" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["city", "Mont"], ["updated_at", "2016-01-18 18:34:19.626146"], ["id", 2]]  (336.2ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#basic Completed 302 Found in 349ms (ActiveRecord: 337.6ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 12:34:19 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.9ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.8ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (32.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (79.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.8ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:34:20.103046' and ends_at >= '2016-01-18 18:34:20.103046') Completed 200 OK in 175ms (Views: 165.5ms | ActiveRecord: 2.0ms) Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-18 12:34:30 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"giX4UrPL0ob1fxB/FlV3x+StLqmbu3LrOoP4IY9Z9mCrABbb5WqGn9s/1g/AyoXX/cKZH8naK5ugy7g1XJGI+g==", "project"=>{"goal"=>"1800", "online_days"=>"2"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.7ms) UPDATE "hatchy_projects" SET "goal" = ?, "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["goal", 1800.0], ["online_days", 2], ["updated_at", "2016-01-18 18:34:30.460339"], ["id", 2]]  (162.4ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#goal Completed 302 Found in 179ms (ActiveRecord: 164.0ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 12:34:30 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (28.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (64.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:34:30.748182' and ends_at >= '2016-01-18 18:34:30.748182') Completed 200 OK in 157ms (Views: 149.7ms | ActiveRecord: 1.2ms) Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-18 12:34:36 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cS1KrkSWvC6QWc0JBxtLqy32aJ2PK+xuW61g9QA6mJBYCKQnEjfoN74ZC3nRhLm7NJnfK91KtR7B5SDh0/LmCg==", "project"=>{"about"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"description", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "about" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["about", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 18:34:36.584402"], ["id", 2]]  (158.2ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#description Completed 302 Found in 170ms (ActiveRecord: 159.5ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 12:34:36 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (64.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:34:36.865783' and ends_at >= '2016-01-18 18:34:36.865783') Completed 200 OK in 154ms (Views: 146.8ms | ActiveRecord: 1.3ms) Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-18 12:34:40 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cEak3v1Sxmp2u/YumlnDqHjyyyXjBnf5tnkwO4HVTapZY0pXq/OSc1j7MF5MxjG4YZ18k7FnLoksMXAvUh0zMA==", "project"=>{"video_url"=>"https://www.youtube.com/watch?v=63iLLXJ7oic"}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.3ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (1.0ms) UPDATE "hatchy_projects" SET "video_url" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["video_url", "https://www.youtube.com/watch?v=63iLLXJ7oic"], ["updated_at", "2016-01-18 18:34:40.593682"], ["id", 2]]  (253.5ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#video Completed 302 Found in 270ms (ActiveRecord: 255.7ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 12:34:40 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.6ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (65.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:34:40.972068' and ends_at >= '2016-01-18 18:34:40.972068') Completed 200 OK in 159ms (Views: 149.6ms | ActiveRecord: 1.7ms) Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-18 12:34:44 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UkFzQyYiT0uotB6CJRCA4sEnGy4qvwaIeA+CM2Dyi+N7ZJ3KcIMbUob02PLzj3Ly2EismHjeX/jiR8Inszr1eQ==", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "budget" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["budget", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 18:34:44.727512"], ["id", 2]]  (167.7ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#budget Completed 302 Found in 183ms (ActiveRecord: 169.1ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 12:34:44 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (68.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:34:45.018710' and ends_at >= '2016-01-18 18:34:45.018710') Completed 200 OK in 147ms (Views: 140.2ms | ActiveRecord: 1.2ms) Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-18 12:34:56 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NVoxJrCvaAcLD66VGsXoagun4gtT5WA3YiXCdb8kAq4cf9+v5g48HiVPaOXMWhp6EshVvQGEOUf4bYJhbOx8NA==", "project"=>{"project_img"=>#, @original_filename="circus.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"circus.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"this is headloneeiaea"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.6ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] SQL (0.3ms) UPDATE "hatchy_projects" SET "headline" = ?, "project_img" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["headline", "this is headloneeiaea"], ["project_img", "circus.jpg"], ["updated_at", "2016-01-18 18:34:56.830913"], ["id", 2]]  (154.7ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#project_card Completed 302 Found in 173ms (ActiveRecord: 156.4ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 12:34:56 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.8ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (60.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:34:57.115535' and ends_at >= '2016-01-18 18:34:57.115535') Completed 200 OK in 165ms (Views: 156.1ms | ActiveRecord: 1.6ms) Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-18 12:35:27 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"WRo0LQWMAAx0vv1JzXZHWxPpkyAE1FiHOVJsDtlSMG1wP9qkUy1UFVr+Ozkb6bVLCoYklla1AfejGiwaCppO9w==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"8"}, "1"=>{"min_value"=>"50", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"10", "deliver_at(3i)"=>"1", "description"=>"i will never give you reward lel", "max_contributions"=>"", "_destroy"=>"false"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = 8 [["project_id", 2]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_rewards" SET "deliver_at" = ?, "updated_at" = ? WHERE "hatchy_rewards"."id" = ? [["deliver_at", "2016-01-01 00:00:00.000000"], ["updated_at", "2016-01-18 18:35:27.032593"], ["id", 8]] SQL (0.4ms) INSERT INTO "hatchy_rewards" ("description", "min_value", "deliver_at", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "i will never give you reward lel"], ["min_value", 50.0], ["deliver_at", "2016-10-01 00:00:00.000000"], ["project_id", 2], ["created_at", "2016-01-18 18:35:27.034632"], ["updated_at", "2016-01-18 18:35:27.034632"]]  (242.0ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#rewards Completed 302 Found in 268ms (ActiveRecord: 244.6ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 12:35:27 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (6.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.0ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (9.0ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (32.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (79.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.3ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:35:27.411844' and ends_at >= '2016-01-18 18:35:27.411844') Completed 200 OK in 164ms (Views: 158.1ms | ActiveRecord: 1.7ms) Started GET "/projects/2/send_to_analysis" for 127.0.0.1 at 2016-01-18 12:35:33 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "analysis"], ["updated_at", "2016-01-18 18:35:33.350760"], ["id", 2]]  (197.6ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#analysis_success Completed 302 Found in 214ms (ActiveRecord: 198.8ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 12:35:33 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.1ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (36.0ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (20.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (102.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.7ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:35:33.710413' and ends_at >= '2016-01-18 18:35:33.710413') Completed 200 OK in 191ms (Views: 183.5ms | ActiveRecord: 1.9ms) Started PATCH "/projects/2" for 127.0.0.1 at 2016-01-18 12:35:45 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3VdBtbKhvqgxxVKd9A2mODRzjq4hhuR0xrqm2DujWWb0cq885ADqsR+FlO0iklQoLRw5GHPnvQRc8ubM6Gsn/A==", "project"=>{"account_attributes"=>{"account_type"=>"Individuals", "owner_name"=>"test", "email"=>"test@mail.com", "phone"=>"123123", "owner_document"=>"test123", "bank_id"=>"2", "account"=>"123", "account_digit"=>"F123", "address_street"=>"Fake st", "address_city"=>"Fake city", "address_state"=>"Fake state", "address_number"=>"123", "address_zip"=>"F124"}}, "anchor"=>"account", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'Kickit 2' AND "hatchy_projects"."id" != 2) LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_project_accounts" ("account", "account_digit", "account_type", "address_city", "address_number", "address_state", "address_street", "address_zip", "bank_id", "email", "owner_document", "owner_name", "phone", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["account", "123"], ["account_digit", "F123"], ["account_type", "Individuals"], ["address_city", "Fake city"], ["address_number", "123"], ["address_state", "Fake state"], ["address_street", "Fake st"], ["address_zip", "F124"], ["bank_id", 2], ["email", "test@mail.com"], ["owner_document", "test123"], ["owner_name", "test"], ["phone", "123123"], ["project_id", 2], ["created_at", "2016-01-18 18:35:45.172746"], ["updated_at", "2016-01-18 18:35:45.172746"]]  (295.0ms) commit transaction Redirected to http://localhost:3000/projects/2/edit#account Completed 302 Found in 315ms (ActiveRecord: 296.4ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2016-01-18 12:35:45 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (32.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (20.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (98.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:35:45.638505' and ends_at >= '2016-01-18 18:35:45.638505') Completed 200 OK in 197ms (Views: 186.5ms | ActiveRecord: 2.0ms) Started GET "/projects/2?preview=true" for 127.0.0.1 at 2016-01-18 12:35:48 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"2"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 2], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (31.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:35:48.894017' and ends_at >= '2016-01-18 18:35:48.894017') Completed 200 OK in 124ms (Views: 117.6ms | ActiveRecord: 1.4ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:36:02 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (11.8ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:36:02.226525' and ends_at >= '2016-01-18 18:36:02.226525') Completed 200 OK in 103ms (Views: 101.1ms | ActiveRecord: 0.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 12:36:03 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:36:03.534597' and ends_at >= '2016-01-18 18:36:03.534597') Completed 200 OK in 86ms (Views: 79.2ms | ActiveRecord: 1.3ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 12:36:07 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (22.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (29.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:36:07.961262' and ends_at >= '2016-01-18 18:36:07.961262') Completed 200 OK in 148ms (Views: 117.4ms | ActiveRecord: 1.3ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 12:37:17 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0tOFVoQJ6rLbPI/NFojJvNLGQCu9XOHfQd34v+dCCGn79mvf0qi+q/V8Sb3AFzusy6n3ne89uK/blbirNIp28w==", "contribution"=>{"reward_id"=>"1", "value"=>"10.0"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "status", "step", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 1], ["value", 10.0], ["project_id", 1], ["user_id", 2], ["status", "pending"], ["step", "reward-select"], ["created_at", "2016-01-18 18:37:17.074462"], ["updated_at", "2016-01-18 18:37:17.074462"]]  (165.7ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit Completed 302 Found in 182ms (ActiveRecord: 166.9ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:37:17 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:37:17.302554' and ends_at >= '2016-01-18 18:37:17.302554') Completed 200 OK in 95ms (Views: 92.6ms | ActiveRecord: 0.5ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:38:55 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (1.5ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Inconsistent indentation: " \t" used for indentation, but the rest of the document was indented using 2 spaces.): 4: %section 5: .container 6: .col-md-12 7: = render "hatchy/projects/contributions/billing" 8: = render "hatchy/projects/contributions/payment" /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:7 haml (4.0.7) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.7) lib/haml/parser.rb:152:in `instance_eval' haml (4.0.7) lib/haml/parser.rb:152:in `tabs' haml (4.0.7) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.7) lib/haml/parser.rb:388:in `tag' haml (4.0.7) lib/haml/parser.rb:411:in `div' haml (4.0.7) lib/haml/parser.rb:209:in `process_line' haml (4.0.7) lib/haml/parser.rb:121:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.8ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:40:37 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (1.5ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) ActionView::Template::Error (Inconsistent indentation: " \t" used for indentation, but the rest of the document was indented using 2 spaces.): 4: %section 5: .container 6: .col-md-12 7: = render "hatchy/projects/contributions/billing" 8: = render "hatchy/projects/contributions/payment" /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:7 haml (4.0.7) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.7) lib/haml/parser.rb:152:in `instance_eval' haml (4.0.7) lib/haml/parser.rb:152:in `tabs' haml (4.0.7) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.7) lib/haml/parser.rb:388:in `tag' haml (4.0.7) lib/haml/parser.rb:411:in `div' haml (4.0.7) lib/haml/parser.rb:209:in `process_line' haml (4.0.7) lib/haml/parser.rb:121:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.1ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:40:48 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (1.0ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Inconsistent indentation: " \t" used for indentation, but the rest of the document was indented using 2 spaces.): 4: %section 5: .container 6: .col-md-12 7: = render "hatchy/projects/contributions/billing" 8: = render "hatchy/projects/contributions/payment" /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:7 haml (4.0.7) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.7) lib/haml/parser.rb:152:in `instance_eval' haml (4.0.7) lib/haml/parser.rb:152:in `tabs' haml (4.0.7) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.7) lib/haml/parser.rb:388:in `tag' haml (4.0.7) lib/haml/parser.rb:411:in `div' haml (4.0.7) lib/haml/parser.rb:209:in `process_line' haml (4.0.7) lib/haml/parser.rb:121:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.7ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:40:59 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (21.7ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.1ms) ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: .row#billing_data.hidden 2: = form_for [@project, @contribution], html:{class: "form-horizontal"} do |f| 3: %h2 Complete and review the data for payment 4: %p These data will be reported to the project owner 5: .col-md-8 actionview (4.2.5) lib/action_view/helpers/form_helper.rb:432:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_68591320' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_69184120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.9ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:42:15 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 75ms (ActiveRecord: 3.2ms) ActiveRecord::RecordNotFound (Couldn't find Hatchy::Contribution with 'id'=): activerecord (4.2.5) lib/active_record/core.rb:155:in `find' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:16:in `edit' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (24.4ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-18 12:42:32 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"0tOFVoQJ6rLbPI/NFojJvNLGQCu9XOHfQd34v+dCCGn79mvf0qi+q/V8Sb3AFzusy6n3ne89uK/blbirNIp28w=="} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.3ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 10ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:42:32 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (19.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:42:32.120082' and ends_at >= '2016-01-18 18:42:32.120082') Completed 200 OK in 109ms (Views: 106.9ms | ActiveRecord: 1.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:42:34 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (17.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:42:34.194138' and ends_at >= '2016-01-18 18:42:34.194138') Completed 200 OK in 111ms (Views: 109.0ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:42:39 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"gP+ZZItsazXnpC75WSOiksWm84KKn6w+eBfZMyb4/hZEytLAH5CUqsqEs0Xa8WOiS2SUzMnkyE9Dt5Pn6USUbw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["current_sign_in_at", "2016-01-18 18:42:39.837532"], ["sign_in_count", 2], ["updated_at", "2016-01-18 18:42:39.839215"], ["id", 1]]  (139.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 242ms (ActiveRecord: 139.9ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:42:39 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (11.5ms) Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:42:40.052417' and ends_at >= '2016-01-18 18:42:40.052417') Completed 200 OK in 96ms (Views: 93.3ms | ActiveRecord: 1.7ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 12:42:43 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.9ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (16.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (20.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:42:43.229307' and ends_at >= '2016-01-18 18:42:43.229307') Completed 200 OK in 162ms (Views: 113.6ms | ActiveRecord: 5.5ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 12:42:44 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:42:44.763974' and ends_at >= '2016-01-18 18:42:44.763974') Completed 200 OK in 125ms (Views: 122.8ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453142564916" for 127.0.0.1 at 2016-01-18 12:42:45 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453142564916", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (1.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (1.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 40ms (Views: 30.3ms | ActiveRecord: 3.7ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:42:52 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.7ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:42:52.142356' and ends_at >= '2016-01-18 18:42:52.142356') Completed 200 OK in 101ms (Views: 99.3ms | ActiveRecord: 0.6ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-18 12:42:55 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"uORLkpUWc0FsT5W2ABOuvrq/eVuwpvuQsEDeZcJwaV8M5qLtT1z7XXx5w3jAM+7Q89v45atnzhrI0x5GwPfmrw=="} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 8ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:42:55 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (28.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:42:55.354173' and ends_at >= '2016-01-18 18:42:55.354173') Completed 200 OK in 112ms (Views: 111.4ms | ActiveRecord: 0.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:42:56 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (21.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:42:56.673826' and ends_at >= '2016-01-18 18:42:56.673826') Completed 200 OK in 105ms (Views: 103.6ms | ActiveRecord: 0.3ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:43:02 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCncW0MOM62slUHXsDzMaQyEIBiGwpZEAkiCW7PH7QygLcmEpImpknluUchk1Glnjz2ZohiLjGSHCyD+EMjOAw==", "user"=>{"email"=>"te@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "te@mail.com"]]  (0.2ms) begin transaction SQL (0.2ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["current_sign_in_at", "2016-01-18 18:43:02.359241"], ["sign_in_count", 2], ["updated_at", "2016-01-18 18:43:02.361137"], ["id", 2]]  (243.5ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 344ms (ActiveRecord: 244.1ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:43:02 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (11.6ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:43:02.681482' and ends_at >= '2016-01-18 18:43:02.681482') Completed 200 OK in 100ms (Views: 98.3ms | ActiveRecord: 0.9ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:43:16 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 8ms (ActiveRecord: 0.9ms) ActiveRecord::RecordNotFound (Couldn't find Hatchy::Contribution with 'id'=): activerecord (4.2.5) lib/active_record/core.rb:155:in `find' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:16:in `edit' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.0ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:43:35 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (11.5ms) Completed 500 Internal Server Error in 98ms (ActiveRecord: 3.8ms) ActionView::Template::Error (undefined method `first_name' for nil:NilClass): 5: .col-md-8 6: = form_group_for f, :name do 7: .col-sm-8 8: = f.text_field :name, value:"#{@user.first_name} #{@user.last_name}", class: 'form-control' 9: = form_group_for f, :email do 10: .col-sm-8 11: = f.email_field :email, value: @user.email, class: 'form-control' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:8:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_68591320' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:6:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_68591320' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_68591320' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_69184120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.6ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:44:03 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.6ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (17.0ms) Completed 500 Internal Server Error in 111ms (ActiveRecord: 3.3ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 19: 20: = form_group_for f, :country do 21: .col-sm-8 22: = f.collection_select :country_id, @countries, :id, :name,{selected: "#{@user.country.id if @user.country.present?}"}, class: "form-control" 23: = form_group_for f, :address_state do 24: .col-sm-8 25: = f.text_field :address_state, value: @user.address_state, class: "form-control", required: true actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:394:in `options_from_collection_for_select' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:21:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:22:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_68591320' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:20:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_68591320' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_68591320' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_69184120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.4ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-18 12:44:26 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"f/aWIpxiGm5kQq/4eJHfYjsRZfG3reGhTcINB1Bx6SsSvc9hGLaBUgJyA+c6m0mV9CcVWX+FZso9t2xOMGCsBg=="} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 7ms (ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:44:26 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (13.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (21.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:44:26.390142' and ends_at >= '2016-01-18 18:44:26.390142') Completed 200 OK in 107ms (Views: 104.7ms | ActiveRecord: 1.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:44:27 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (19.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:44:27.435569' and ends_at >= '2016-01-18 18:44:27.435569') Completed 200 OK in 122ms (Views: 119.2ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:44:34 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2ftYv3/0thf81Wmc2pMNe8TfDiHoVtrHq8Dmm3y8SUiYrTeSQMQ/Lpwc7UeVTQkra3NEuwvwTfEvOFuL6g8USw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 18:42:39.837532"], ["current_sign_in_at", "2016-01-18 18:44:34.994780"], ["sign_in_count", 3], ["updated_at", "2016-01-18 18:44:34.995899"], ["id", 1]]  (214.5ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 313ms (ActiveRecord: 215.4ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:44:35 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.8ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:44:35.281428' and ends_at >= '2016-01-18 18:44:35.281428') Completed 200 OK in 106ms (Views: 103.7ms | ActiveRecord: 0.9ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 12:44:38 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.6ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.9ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.3ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (16.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:44:38.497605' and ends_at >= '2016-01-18 18:44:38.497605') Completed 200 OK in 150ms (Views: 114.7ms | ActiveRecord: 5.6ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-18 12:44:41 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Country Load (3.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (585.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (595.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:44:42.513904' and ends_at >= '2016-01-18 18:44:42.513904') Completed 200 OK in 725ms (Views: 716.6ms | ActiveRecord: 4.4ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:44:45 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (12.3ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:44:45.890768' and ends_at >= '2016-01-18 18:44:45.890768') Completed 200 OK in 115ms (Views: 113.0ms | ActiveRecord: 0.7ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-18 12:44:49 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"YUIl7cnfIOm+zt1/wJLfHVNwa+oQzcRdf83Roq5u7VMkyxelVoFLglC0ssw/rHsowl298spj+QPFdZWxXXRqsg=="} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 8ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:44:49 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:44:49.329537' and ends_at >= '2016-01-18 18:44:49.329537') Completed 200 OK in 121ms (Views: 118.0ms | ActiveRecord: 0.6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:44:50 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (24.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (31.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:44:50.831073' and ends_at >= '2016-01-18 18:44:50.831073') Completed 200 OK in 303ms (Views: 297.8ms | ActiveRecord: 0.3ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 12:44:55 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZFVjlB8a0zypeB3TpcayDg6Q573TA4jEw8OB85ybocDnZcW86aIAHpxVHiWQhuFxpAzgZS0RSwI8RjNOMFjKUg==", "user"=>{"email"=>"te@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "te@mail.com"]]  (0.6ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 18:43:02.359241"], ["current_sign_in_at", "2016-01-18 18:44:55.882740"], ["sign_in_count", 3], ["updated_at", "2016-01-18 18:44:55.886788"], ["id", 2]]  (142.5ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 251ms (ActiveRecord: 143.7ms) Started GET "/" for 127.0.0.1 at 2016-01-18 12:44:56 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (11.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:44:56.102439' and ends_at >= '2016-01-18 18:44:56.102439') Completed 200 OK in 102ms (Views: 100.5ms | ActiveRecord: 0.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 12:45:15 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (2.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (17.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:45:15.364460' and ends_at >= '2016-01-18 18:45:15.364460') Completed 200 OK in 120ms (Views: 105.2ms | ActiveRecord: 4.2ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:45:22 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (17.0ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 19: 20: = form_group_for f, :country do 21: .col-sm-8 22: = f.collection_select :country_id, @countries, :id, :name,{selected: "#{@user.country.id if @user.country.present?}"}, class: "form-control" 23: = form_group_for f, :address_state do 24: .col-sm-8 25: = f.text_field :address_state, value: @user.address_state, class: "form-control", required: true actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:394:in `options_from_collection_for_select' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:21:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:22:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_68591320' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:20:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_68591320' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_68591320' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_69184120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (38.4ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:45:48 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (29.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (156.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (195.8ms) Completed 500 Internal Server Error in 203ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined local variable or method `f' for #<#:0x0000000957a090>): 2: %h2 Complete and review the data for payment 3: %p These data will be reported to the project owner 4: .col-md-8 5: = form_group_for f, :card_type do 6: .col-sm-3 7: = f.select :card_type,["Visa", "Mastercard", "Discover", "American Express"],{}, class: 'form-control' 8: = form_group_for f, :card_number do /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml:5:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__payment_html_haml__169357994624016946_75246360' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_69184120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.3ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:46:18 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (19.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:46:18.498326' and ends_at >= '2016-01-18 18:46:18.498326') Completed 200 OK in 101ms (Views: 97.7ms | ActiveRecord: 0.7ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:46:43 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (18.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (24.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:46:43.213476' and ends_at >= '2016-01-18 18:46:43.213476') Completed 200 OK in 107ms (Views: 102.0ms | ActiveRecord: 0.7ms) Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-18 12:47:01 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.3ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (5.0ms) Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (24.7ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (44.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:47:01.169894' and ends_at >= '2016-01-18 18:47:01.169894') Completed 200 OK in 137ms (Views: 116.7ms | ActiveRecord: 4.0ms) Started PATCH "/users/2" for 127.0.0.1 at 2016-01-18 12:47:07 -0600 Processing by Hatchy::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JldiGnPJbyh4pnMqEkcb+V4dnaXJ3y4XktOZiDoGmhnZY1m3naYcBixXrLC6Zkq5zh1roJxkeoVjw5OztpoOAg==", "user"=>{"document"=>"", "country_id"=>"12", "address_state"=>"", "address_city"=>"", "address_street"=>"", "address_zip"=>"", "address_number"=>"", "phone"=>"", "mobile"=>""}, "anchor"=>"data_address", "commit"=>"Save Profile", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (1.0ms) UPDATE "hatchy_users" SET "country_id" = ?, "address_state" = ?, "address_city" = ?, "address_zip" = ?, "address_street" = ?, "address_number" = ?, "document" = ?, "phone" = ?, "mobile" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["country_id", 12], ["address_state", ""], ["address_city", ""], ["address_zip", ""], ["address_street", ""], ["address_number", ""], ["document", ""], ["phone", ""], ["mobile", ""], ["updated_at", "2016-01-18 18:47:07.996944"], ["id", 2]]  (252.4ms) commit transaction Redirected to http://localhost:3000/users/2/edit#data_address Completed 302 Found in 271ms (ActiveRecord: 253.9ms) Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-18 12:47:08 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (9.9ms) Hatchy::Country Load (1.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (25.8ms) Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (52.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:47:08.362182' and ends_at >= '2016-01-18 18:47:08.362182') Completed 200 OK in 140ms (Views: 132.8ms | ActiveRecord: 3.0ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:47:21 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (20.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (28.9ms) Completed 500 Internal Server Error in 37ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined method `map' for nil:NilClass): 19: 20: = form_group_for f, :country do 21: .col-sm-8 22: = f.collection_select :country_id, @countries, :id, :name,{selected: "#{@user.country.id if @user.country.present?}"}, class: "form-control" 23: = form_group_for f, :address_state do 24: .col-sm-8 25: = f.text_field :address_state, value: @user.address_state, class: "form-control", required: true actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:394:in `options_from_collection_for_select' actionview (4.2.5) lib/action_view/helpers/tags/collection_select.rb:21:in `render' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:202:in `collection_select' actionview (4.2.5) lib/action_view/helpers/form_options_helper.rb:789:in `collection_select' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:22:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_20703800' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:20:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_20703800' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__billing_html_haml___1569365336807669766_20703800' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_73719360' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.0ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:47:44 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (41.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (45.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:47:44.758932' and ends_at >= '2016-01-18 18:47:44.758932') Completed 200 OK in 211ms (Views: 125.9ms | ActiveRecord: 5.5ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:51:22 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 82ms (ActiveRecord: 3.0ms) ActiveRecord::RecordNotFound (Couldn't find Hatchy::Contribution with 'id'=): activerecord (4.2.5) lib/active_record/core.rb:155:in `find' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:16:in `edit' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.8ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:52:28 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (1.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (39.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (44.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:52:28.317242' and ends_at >= '2016-01-18 18:52:28.317242') Completed 200 OK in 204ms (Views: 117.5ms | ActiveRecord: 6.8ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:55:11 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.7ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (1.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (43.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (46.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:55:11.709607' and ends_at >= '2016-01-18 18:55:11.709607') Completed 200 OK in 221ms (Views: 138.5ms | ActiveRecord: 5.7ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:55:33 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (36.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (42.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:55:33.618406' and ends_at >= '2016-01-18 18:55:33.618406') Completed 200 OK in 119ms (Views: 110.4ms | ActiveRecord: 4.2ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:56:47 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (37.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (42.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:56:47.890770' and ends_at >= '2016-01-18 18:56:47.890770') Completed 200 OK in 129ms (Views: 117.7ms | ActiveRecord: 3.5ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 12:56:56 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"E3DEzNO7weciKvsxZWyCgf1R7awzAajR/dSoTsFoERfsRP9hPdSyyXbbJKvNTdPBbVEbqWa6/EMMxKJ1TfSFDA==", "contribution"=>{"name"=>"TE te", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"12", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"payment", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "hatchy_contributions" SET "address_city" = ?, "address_number" = ?, "address_phone" = ?, "address_state" = ?, "address_street" = ?, "address_zip" = ?, "country_id" = ?, "document" = ?, "email" = ?, "name" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["address_city", "MONT"], ["address_number", "123"], ["address_phone", "818181"], ["address_state", "NL"], ["address_street", "FAKE AV"], ["address_zip", "123312"], ["country_id", 12], ["document", "11111"], ["email", "te@mail.com"], ["name", "TE te"], ["updated_at", "2016-01-18 18:56:56.834447"], ["id", 1]]  (163.8ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment Completed 302 Found in 190ms (ActiveRecord: 166.3ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:56:57 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (1.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (33.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (38.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:56:57.095345' and ends_at >= '2016-01-18 18:56:57.095345') Completed 200 OK in 122ms (Views: 112.8ms | ActiveRecord: 3.1ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:57:03 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (34.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (42.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:57:04.058633' and ends_at >= '2016-01-18 18:57:04.058633') Completed 200 OK in 126ms (Views: 120.2ms | ActiveRecord: 3.0ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:57:25 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (36.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (41.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:57:26.143076' and ends_at >= '2016-01-18 18:57:26.143076') Completed 200 OK in 225ms (Views: 136.6ms | ActiveRecord: 6.2ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 12:57:35 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bPO+LOLVou9cPHcLK1n1ET0DNBJlmZNTBLU1VgQiZ2mTx4WBDLrRwQjNqJGDeKRRrQPCFzAix8H1pT9tiL7zcg==", "contribution"=>{"name"=>"TE te", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"12", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"payment", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment Completed 302 Found in 18ms (ActiveRecord: 1.2ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 12:57:35 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (1.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (50.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (56.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 18:57:35.168314' and ends_at >= '2016-01-18 18:57:35.168314') Completed 200 OK in 137ms (Views: 130.3ms | ActiveRecord: 2.5ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:00:11 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.9ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (48.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (53.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:00:11.762913' and ends_at >= '2016-01-18 19:00:11.762913') Completed 200 OK in 235ms (Views: 142.7ms | ActiveRecord: 7.3ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:00:13 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (39.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (45.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:00:13.951587' and ends_at >= '2016-01-18 19:00:13.951587') Completed 200 OK in 132ms (Views: 124.7ms | ActiveRecord: 3.3ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 13:00:21 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4zHTcYHVD3wynIIoDa2UP9VuolCbQre24WO/ZHuRw80cBejcb7p8UmZtXbKljMV/RW5UVc754yQQc7Vf9w1X1g==", "contribution"=>{"name"=>"TE te", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"12", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.5ms) UPDATE "hatchy_contributions" SET "step" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["step", "reward_data"], ["updated_at", "2016-01-18 19:00:21.996290"], ["id", 1]]  (295.1ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 321ms (ActiveRecord: 296.8ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:00:22 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (32.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (38.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (38.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:00:22.414677' and ends_at >= '2016-01-18 19:00:22.414677') Completed 200 OK in 148ms (Views: 141.1ms | ActiveRecord: 3.4ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:01:27 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.6ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (45.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (51.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:01:27.588770' and ends_at >= '2016-01-18 19:01:27.588770') Completed 200 OK in 153ms (Views: 137.2ms | ActiveRecord: 3.9ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:01:37 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (1.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (45.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (49.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:01:37.169927' and ends_at >= '2016-01-18 19:01:37.169927') Completed 200 OK in 143ms (Views: 132.2ms | ActiveRecord: 2.7ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:02:13 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (1.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (45.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (50.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:02:14.003238' and ends_at >= '2016-01-18 19:02:14.003238') Completed 200 OK in 152ms (Views: 140.1ms | ActiveRecord: 3.2ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:02:31 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (38.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (48.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (100.3ms) Completed 500 Internal Server Error in 106ms (ActiveRecord: 3.3ms) ActionView::Template::Error (undefined local variable or method `f' for #<#:0x0000000a022d58>): 2: %h2 Complete and review the data for payment 3: %p These data will be reported to the project owner 4: .col-md-8 5: = form_group_for f, :card_type do 6: .col-sm-3 7: = f.select :card_type,["Visa", "Mastercard", "Discover", "American Express"],{}, class: 'form-control' 8: = form_group_for f, :card_number do /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml:5:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions__payment_html_haml__169357994624016946_75246360' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_83952920' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.7ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:03:55 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (1.0ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (4.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (66.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (16.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (91.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:03:56.106520' and ends_at >= '2016-01-18 19:03:56.106520') Completed 200 OK in 324ms (Views: 200.5ms | ActiveRecord: 9.6ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:08:25 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (15.3ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.5ms) ActionView::Template::Error (Asset was not declared to be precompiled in production. Add `Rails.application.config.assets.precompile += %w( hatchy/projects/contributions/edit_contribution.js )` to `config/initializers/assets.rb` and restart your server): 1: - content_for :javascripts do 2: = javascript_include_tag "hatchy/projects/contributions/edit_contribution" 3: .row 4: %section 5: .container sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:350:in `raise_unless_precompiled_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:335:in `find_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:217:in `block in lookup_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:230:in `block in resolve_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `each' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `detect' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `resolve_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:216:in `lookup_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:129:in `block in javascript_include_tag' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:128:in `map' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:128:in `javascript_include_tag' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:2:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_69739600' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:152:in `content_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_69739600' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (33.4ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:08:25 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (7.4ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.4ms) ActionView::Template::Error (Asset was not declared to be precompiled in production. Add `Rails.application.config.assets.precompile += %w( hatchy/projects/contributions/edit_contribution.js )` to `config/initializers/assets.rb` and restart your server): 1: - content_for :javascripts do 2: = javascript_include_tag "hatchy/projects/contributions/edit_contribution" 3: .row 4: %section 5: .container sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:350:in `raise_unless_precompiled_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:335:in `find_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:217:in `block in lookup_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:230:in `block in resolve_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `each' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `detect' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `resolve_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:216:in `lookup_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:129:in `block in javascript_include_tag' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:128:in `map' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:128:in `javascript_include_tag' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:2:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_69739600' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:152:in `content_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_69739600' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.7ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:08:37 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (40.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (60.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:08:37.567866' and ends_at >= '2016-01-18 19:08:37.567866') Completed 200 OK in 153ms (Views: 142.4ms | ActiveRecord: 3.8ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:10:55 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (14.5ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.4ms) ActionView::Template::Error (Asset was not declared to be precompiled in production. Add `Rails.application.config.assets.precompile += %w( hatchy/projects/contributions/edit_contribution.js )` to `config/initializers/assets.rb` and restart your server): 1: - content_for :javascripts do 2: = javascript_include_tag "hatchy/projects/contributions/edit_contribution" 3: .row 4: %section 5: .container sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:350:in `raise_unless_precompiled_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:335:in `find_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:217:in `block in lookup_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:230:in `block in resolve_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `each' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `detect' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:229:in `resolve_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:216:in `lookup_debug_asset' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:129:in `block in javascript_include_tag' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:128:in `map' sprockets-rails (3.0.0) lib/sprockets/rails/helper.rb:128:in `javascript_include_tag' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:2:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_44921940' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:152:in `content_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml__3663426281946179481_44921940' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.5ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:11:04 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (3.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (89.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (24.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (487.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (27.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:11:04.854244' and ends_at >= '2016-01-18 19:11:04.854244') Completed 200 OK in 777ms (Views: 667.5ms | ActiveRecord: 8.3ms) Started GET "/assets/hatchy/projects/contributions/edit_contribution.self-15e72493db2e9f0ff533ce81ff329c58d9aa1b36590746c0597bea1cf3ee96bf.js?body=1" for 127.0.0.1 at 2016-01-18 13:11:04 -0600 Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 13:11:11 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6aH2ElxEyDO3FFQdcI1YaQ2eOEjj3wQ9I6yg2pKf8gUWlc2/siu7HePli4fYrAkpnZ7OTbZkUK/SvKrhHgNmHg==", "contribution"=>{"name"=>"TE te", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"12", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 33ms (ActiveRecord: 1.2ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:11:11 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (1.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (28.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (39.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:11:11.470156' and ends_at >= '2016-01-18 19:11:11.470156') Completed 200 OK in 145ms (Views: 138.2ms | ActiveRecord: 2.1ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:12:36 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (37.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (57.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:12:36.314688' and ends_at >= '2016-01-18 19:12:36.314688') Completed 200 OK in 133ms (Views: 125.6ms | ActiveRecord: 3.4ms) Started GET "/assets/hatchy/projects/contributions/edit_contribution.self-d09842f0bf52144c8ebbf22f3591ff5f362013b843414d22345e0ccbf6eeb6f8.js?body=1" for 127.0.0.1 at 2016-01-18 13:12:36 -0600 Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:12:39 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (1.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (28.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (42.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:12:39.579956' and ends_at >= '2016-01-18 19:12:39.579956') Completed 200 OK in 141ms (Views: 135.4ms | ActiveRecord: 2.5ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:13:58 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (38.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (58.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:13:58.202239' and ends_at >= '2016-01-18 19:13:58.202239') Completed 200 OK in 149ms (Views: 138.5ms | ActiveRecord: 3.8ms) Started GET "/assets/hatchy/projects/contributions/edit_contribution.self-cc839ff3c2630f364238b82be699d1798701870b245914060ca65433e27e36c8.js?body=1" for 127.0.0.1 at 2016-01-18 13:13:58 -0600 Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 13:14:35 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Qx3s3sz06/ipzi6QHxHxNuCD+zYBjLiSb73Z+hphhnS8KddzIpuY1v0/8Qq3MKB2cIMNM1Q37ACerdPBlv0Sbw==", "contribution"=>{"card_type"=>"Visa", "card_number"=>"1234567891234567", "card_verification"=>"123", "card_expires_on(1i)"=>"2016", "card_expires_on(2i)"=>"1", "card_expires_on(3i)"=>"1"}, "commit"=>"Save", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "hatchy_contributions" SET "card_type" = ?, "card_expires_on" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["card_type", "Visa"], ["card_expires_on", "2016-01-01"], ["updated_at", "2016-01-18 19:14:35.419737"], ["id", 1]]  (232.1ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit Completed 302 Found in 290ms (ActiveRecord: 233.7ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:14:35 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (28.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (52.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:14:35.760215' and ends_at >= '2016-01-18 19:14:35.760215') Completed 200 OK in 134ms (Views: 127.3ms | ActiveRecord: 3.0ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-18 13:14:41 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"i2GokawXMUytnKHfL3CE40xc6nwaZxu9B9RefZA8z9R0VZM8QnhCYvltfkWHUdWj3FwceU/cTy/2xFRGHKBbzw=="} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 8ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-01-18 13:14:41 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (21.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (26.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:14:41.825155' and ends_at >= '2016-01-18 19:14:41.825155') Completed 200 OK in 108ms (Views: 106.2ms | ActiveRecord: 1.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 13:14:43 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (29.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:14:43.889829' and ends_at >= '2016-01-18 19:14:43.889829') Completed 200 OK in 120ms (Views: 115.9ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 13:14:48 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Q7f5Dtscgpfty9Om/20nd10DJBPKlP5WwlJlrcMQjq6g99gfBg6jVgnEXDeto8CpOLD2Von1YoXIAAgzdqtOKQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 18:44:34.994780"], ["current_sign_in_at", "2016-01-18 19:14:49.040378"], ["sign_in_count", 4], ["updated_at", "2016-01-18 19:14:49.041843"], ["id", 1]]  (186.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 288ms (ActiveRecord: 187.1ms) Started GET "/" for 127.0.0.1 at 2016-01-18 13:14:49 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.9ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:14:49.291755' and ends_at >= '2016-01-18 19:14:49.291755') Completed 200 OK in 85ms (Views: 84.0ms | ActiveRecord: 0.7ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 13:14:52 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (10.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:14:52.191119' and ends_at >= '2016-01-18 19:14:52.191119') Completed 200 OK in 166ms (Views: 135.7ms | ActiveRecord: 3.6ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:14:53 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:14:53.996021' and ends_at >= '2016-01-18 19:14:53.996021') Completed 200 OK in 147ms (Views: 141.4ms | ActiveRecord: 0.6ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453144494129" for 127.0.0.1 at 2016-01-18 13:14:54 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453144494129", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 41ms (Views: 34.3ms | ActiveRecord: 2.0ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:18:24 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:18:24.598559' and ends_at >= '2016-01-18 19:18:24.598559') Completed 200 OK in 142ms (Views: 100.0ms | ActiveRecord: 2.0ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453144704711" for 127.0.0.1 at 2016-01-18 13:18:24 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453144704711", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.6ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 123ms (Views: 112.7ms | ActiveRecord: 4.6ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:18:25 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:18:26.050152' and ends_at >= '2016-01-18 19:18:26.050152') Completed 200 OK in 98ms (Views: 95.8ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453144707823" for 127.0.0.1 at 2016-01-18 13:18:27 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453144707823", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 18ms (Views: 13.5ms | ActiveRecord: 1.7ms) Started GET "/" for 127.0.0.1 at 2016-01-18 13:18:42 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (20.4ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:18:42.123015' and ends_at >= '2016-01-18 19:18:42.123015') Completed 200 OK in 104ms (Views: 101.9ms | ActiveRecord: 1.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 13:18:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 13:18:42 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.5ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (10.8ms) Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (35.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (50.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (157.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Hatchy::Announcement Load (0.7ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:18:43.086360' and ends_at >= '2016-01-18 19:18:43.086360') Completed 200 OK in 278ms (Views: 238.6ms | ActiveRecord: 3.2ms) Started GET "/" for 127.0.0.1 at 2016-01-18 13:18:45 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (11.2ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:18:45.543426' and ends_at >= '2016-01-18 19:18:45.543426') Completed 200 OK in 94ms (Views: 92.0ms | ActiveRecord: 1.2ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-18 13:18:48 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"nbDvhAmJoR/xNbhP6pkUhd54pw4KSeBMUOvUVeyGUqzlNUIoUMFGVTauwgdxTmmHUfN1uFIux4Ejpw3eF9MP6Q=="} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.6ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 9ms (ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-01-18 13:18:48 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:18:48.096849' and ends_at >= '2016-01-18 19:18:48.096849') Completed 200 OK in 91ms (Views: 89.8ms | ActiveRecord: 0.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 13:18:49 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (17.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:18:49.449918' and ends_at >= '2016-01-18 19:18:49.449918') Completed 200 OK in 107ms (Views: 104.4ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 13:18:53 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"pnclpow4wVTCpw7rCh4+lL23tXF1Blsr/ReuOimgXGuivXG/7U7mehzuR/KBRE7KUfYserIiqrvnIA45J+aEgA==", "user"=>{"email"=>"te@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "te@mail.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 18:44:55.882740"], ["current_sign_in_at", "2016-01-18 19:18:53.813873"], ["sign_in_count", 4], ["updated_at", "2016-01-18 19:18:53.814949"], ["id", 2]]  (173.3ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 272ms (ActiveRecord: 174.4ms) Started GET "/" for 127.0.0.1 at 2016-01-18 13:18:54 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:18:54.058179' and ends_at >= '2016-01-18 19:18:54.058179') Completed 200 OK in 102ms (Views: 100.4ms | ActiveRecord: 0.7ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 13:18:59 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 2]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (5.9ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 2]] Hatchy::Contribution Load (0.6ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.8ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (39.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:18:59.933322' and ends_at >= '2016-01-18 19:18:59.933322') Completed 200 OK in 135ms (Views: 125.6ms | ActiveRecord: 2.5ms) Started GET "/assets/hatchy/dashboard.self-8f97484d9a4d0ee2ec72952881e29e08f5099597755956549d1f19117061b1ae.js?body=1" for 127.0.0.1 at 2016-01-18 13:19:00 -0600 Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:19:14 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.7ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (58.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (75.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:19:14.701266' and ends_at >= '2016-01-18 19:19:14.701266') Completed 200 OK in 181ms (Views: 162.1ms | ActiveRecord: 4.6ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:19:14 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (30.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (41.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:19:14.830927' and ends_at >= '2016-01-18 19:19:14.830927') Completed 200 OK in 138ms (Views: 129.5ms | ActiveRecord: 3.8ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 13:19:18 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5uOkRAfnhmEslySpqscLRioQgENUt5u2gPRbxhBEp5aagYqnc90gf9j1JL5KJ9EReo+ZL4WMyZ7mRZ7fbNSdmw==", "contribution"=>{"name"=>"TE te", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"12", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 14ms (ActiveRecord: 1.3ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:19:18 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (1.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (29.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (40.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:19:18.683784' and ends_at >= '2016-01-18 19:19:18.683784') Completed 200 OK in 126ms (Views: 119.6ms | ActiveRecord: 2.6ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 13:20:19 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ItDkMMfFmWgBraxYaCtYO6ReE7m9zB4VCG5AUCfe295essrTs/8/dvXPrE+Iy4Js9MEK1Wz3TD1u34VJW07h0w==", "contribution"=>{"card_type"=>"Mastercard", "card_number"=>"1234567891234567", "card_verification"=>"123", "card_expires_on(1i)"=>"2016", "card_expires_on(2i)"=>"1", "card_expires_on(3i)"=>"1"}, "commit"=>"Save", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "hatchy_contributions" SET "card_type" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["card_type", "Mastercard"], ["updated_at", "2016-01-18 19:20:19.180607"], ["id", 1]]  (272.3ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit Completed 302 Found in 285ms (ActiveRecord: 273.3ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:20:19 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (31.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (48.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:20:19.559494' and ends_at >= '2016-01-18 19:20:19.559494') Completed 200 OK in 134ms (Views: 125.6ms | ActiveRecord: 4.1ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 13:20:22 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I6QgvAEWaRkhYBxYwmgkbmgV/xn4+8wMRtqkde9VLhJfxg5fdSzPB9UCHE8iiP45OIrmdSnAniQga2Fsk8UUHw==", "contribution"=>{"name"=>"TE te", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"12", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 12ms (ActiveRecord: 1.0ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 13:20:22 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Hatchy::Country Load (2.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (31.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (42.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:20:22.174224' and ends_at >= '2016-01-18 19:20:22.174224') Completed 200 OK in 136ms (Views: 127.6ms | ActiveRecord: 3.6ms) Started GET "/" for 127.0.0.1 at 2016-01-18 13:20:25 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (11.0ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:20:25.572569' and ends_at >= '2016-01-18 19:20:25.572569') Completed 200 OK in 98ms (Views: 95.7ms | ActiveRecord: 0.7ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-18 13:24:29 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"4yOxSFLnbxFsO245vPR2dkmc4DNNZ+9YRO0ZC+JmPs+fQZ+rJt3JD5hZbi5cFKwhGQP5X5xcvXAiXNwSnvYEwg=="} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.3ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 11ms (ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2016-01-18 13:24:29 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:24:29.891530' and ends_at >= '2016-01-18 19:24:29.891530') Completed 200 OK in 90ms (Views: 88.6ms | ActiveRecord: 0.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 13:24:31 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (18.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:24:31.311512' and ends_at >= '2016-01-18 19:24:31.311512') Completed 200 OK in 105ms (Views: 102.2ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 13:24:37 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JlGZmv17qYU6xsVUZdLP14SNiKXrBrQ6i1CTK9zP+MwWEpL96iuMi8xss2Iy7eU35BS+IOkn60dL7PQn9JZuqA==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 19:14:49.040378"], ["current_sign_in_at", "2016-01-18 19:24:37.607463"], ["sign_in_count", 5], ["updated_at", "2016-01-18 19:24:37.608572"], ["id", 1]]  (169.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 270ms (ActiveRecord: 170.2ms) Started GET "/" for 127.0.0.1 at 2016-01-18 13:24:37 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:24:37.845524' and ends_at >= '2016-01-18 19:24:37.845524') Completed 200 OK in 111ms (Views: 109.6ms | ActiveRecord: 0.6ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 13:24:41 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.5ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.4ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (23.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:24:41.917172' and ends_at >= '2016-01-18 19:24:41.917172') Completed 200 OK in 129ms (Views: 117.7ms | ActiveRecord: 4.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:24:49 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (19.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.3ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:24:50.040900' and ends_at >= '2016-01-18 19:24:50.040900') Completed 200 OK in 120ms (Views: 116.3ms | ActiveRecord: 0.6ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453145090196" for 127.0.0.1 at 2016-01-18 13:24:50 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453145090196", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 17ms (Views: 11.8ms | ActiveRecord: 2.1ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 13:24:54 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:24:54.460810' and ends_at >= '2016-01-18 19:24:54.460810') Completed 200 OK in 104ms (Views: 101.3ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453145094593" for 127.0.0.1 at 2016-01-18 13:24:54 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453145094593", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 23ms (Views: 18.1ms | ActiveRecord: 1.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 13:24:58 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (17.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (40.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:24:58.355420' and ends_at >= '2016-01-18 19:24:58.355420') Completed 200 OK in 134ms (Views: 129.7ms | ActiveRecord: 1.3ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 13:25:36 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.4ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (17.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (20.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.8ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:25:36.272365' and ends_at >= '2016-01-18 19:25:36.272365') Completed 200 OK in 134ms (Views: 118.6ms | ActiveRecord: 5.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:25:43 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:25:43.982792' and ends_at >= '2016-01-18 19:25:43.982792') Completed 200 OK in 132ms (Views: 125.6ms | ActiveRecord: 0.8ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453145144142" for 127.0.0.1 at 2016-01-18 13:25:44 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453145144142", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.8ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 16ms (Views: 10.8ms | ActiveRecord: 2.1ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:25:45 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:25:45.395747' and ends_at >= '2016-01-18 19:25:45.395747') Completed 200 OK in 98ms (Views: 95.2ms | ActiveRecord: 0.5ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:28:28 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (8.4ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `project' for nil:NilClass): 2: .container-fluid 3: .row 4: .text-center 5: %h1= @contribution.project.name 6: %hr 7: .row 8: .col-md-12 /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml:5:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions_show_html_haml__2982490657246183129_73476420' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.9ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:29:43 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (38.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:29:44.111118' and ends_at >= '2016-01-18 19:29:44.111118') Completed 200 OK in 194ms (Views: 129.8ms | ActiveRecord: 4.0ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:30:08 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:30:08.980031' and ends_at >= '2016-01-18 19:30:08.980031') Completed 200 OK in 135ms (Views: 130.8ms | ActiveRecord: 0.8ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:35:06 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (1.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (28.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (44.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:35:06.240886' and ends_at >= '2016-01-18 19:35:06.240886') Completed 200 OK in 132ms (Views: 126.7ms | ActiveRecord: 2.7ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:36:45 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.6ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (4.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (25.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:36:45.857264' and ends_at >= '2016-01-18 19:36:45.857264') Completed 200 OK in 117ms (Views: 111.9ms | ActiveRecord: 1.2ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:37:38 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (12.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (24.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:37:38.629859' and ends_at >= '2016-01-18 19:37:38.629859') Completed 200 OK in 127ms (Views: 121.9ms | ActiveRecord: 1.7ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:38:18 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.4ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (9.8ms) Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (26.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:38:18.867098' and ends_at >= '2016-01-18 19:38:18.867098') Completed 200 OK in 127ms (Views: 122.4ms | ActiveRecord: 1.4ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-18 13:38:23 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:38:23.677046' and ends_at >= '2016-01-18 19:38:23.677046') Completed 200 OK in 108ms (Views: 105.7ms | ActiveRecord: 0.7ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453145903801" for 127.0.0.1 at 2016-01-18 13:38:23 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453145903801", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 15ms (Views: 8.7ms | ActiveRecord: 1.0ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:38:37 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:38:37.169948' and ends_at >= '2016-01-18 19:38:37.169948') Completed 200 OK in 101ms (Views: 94.5ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453145917339" for 127.0.0.1 at 2016-01-18 13:38:37 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453145917339", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 19ms (Views: 9.1ms | ActiveRecord: 1.4ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:38:38 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (1.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (29.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:38:38.412783' and ends_at >= '2016-01-18 19:38:38.412783') Completed 200 OK in 134ms (Views: 129.6ms | ActiveRecord: 1.3ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-18 13:38:50 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:38:50.322912' and ends_at >= '2016-01-18 19:38:50.322912') Completed 200 OK in 113ms (Views: 110.3ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453145930467" for 127.0.0.1 at 2016-01-18 13:38:50 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453145930467", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 15ms (Views: 11.0ms | ActiveRecord: 1.2ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-18 13:38:51 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (18.5ms) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (20.3ms) Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (64.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:38:51.996062' and ends_at >= '2016-01-18 19:38:51.996062') Completed 200 OK in 184ms (Views: 177.1ms | ActiveRecord: 2.0ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:38:55 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:38:55.372555' and ends_at >= '2016-01-18 19:38:55.372555') Completed 200 OK in 129ms (Views: 124.6ms | ActiveRecord: 0.7ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453145935541" for 127.0.0.1 at 2016-01-18 13:38:55 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453145935541", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.8ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 24ms (Views: 15.8ms | ActiveRecord: 2.9ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:38:56 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (2.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (14.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (12.3ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:38:56.963372' and ends_at >= '2016-01-18 19:38:56.963372') Completed 200 OK in 139ms (Views: 134.2ms | ActiveRecord: 1.6ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:40:29 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (5.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:40:29.541918' and ends_at >= '2016-01-18 19:40:29.541918') Completed 200 OK in 135ms (Views: 130.3ms | ActiveRecord: 1.3ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:42:50 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (35.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (41.8ms) Completed 500 Internal Server Error in 48ms (ActiveRecord: 1.9ms) ActionView::Template::Error (undefined method `phone' for #): 26: %td= @contribution.address_number 27: %tr 28: %th Phone 29: %td= @contribution.phone activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:29:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions__basic_info_html_haml___2340963686950036141_93387080' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions_show_html_haml__2982490657246183129_88493840' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.2ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:43:05 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (9.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (21.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.8ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:43:05.264447' and ends_at >= '2016-01-18 19:43:05.264447') Completed 200 OK in 124ms (Views: 118.3ms | ActiveRecord: 1.9ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:45:03 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.2ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (11.0ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (27.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:45:03.144329' and ends_at >= '2016-01-18 19:45:03.144329') Completed 200 OK in 131ms (Views: 124.9ms | ActiveRecord: 1.5ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:46:17 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (13.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (26.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:46:17.157355' and ends_at >= '2016-01-18 19:46:17.157355') Completed 200 OK in 134ms (Views: 128.8ms | ActiveRecord: 2.3ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:47:01 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (17.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (29.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:47:01.523091' and ends_at >= '2016-01-18 19:47:01.523091') Completed 200 OK in 131ms (Views: 123.7ms | ActiveRecord: 1.8ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-18 13:47:23 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:47:23.548819' and ends_at >= '2016-01-18 19:47:23.548819') Completed 200 OK in 90ms (Views: 87.3ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453146443678" for 127.0.0.1 at 2016-01-18 13:47:23 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453146443678", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 7ms (Views: 3.6ms | ActiveRecord: 0.7ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 13:47:24 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:47:24.902725' and ends_at >= '2016-01-18 19:47:24.902725') Completed 200 OK in 116ms (Views: 113.2ms | ActiveRecord: 0.5ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453146445017" for 127.0.0.1 at 2016-01-18 13:47:25 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453146445017", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 27ms (Views: 15.2ms | ActiveRecord: 2.5ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 13:47:31 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (3.8ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:47:31.372160' and ends_at >= '2016-01-18 19:47:31.372160') Completed 200 OK in 104ms (Views: 100.6ms | ActiveRecord: 1.0ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 13:47:32 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 13:47:32 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.7ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.4ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (28.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (28.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (99.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:47:32.617735' and ends_at >= '2016-01-18 19:47:32.617735') Completed 200 OK in 218ms (Views: 189.9ms | ActiveRecord: 2.6ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 13:48:05 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:48:05.395420' and ends_at >= '2016-01-18 19:48:05.395420') Completed 200 OK in 130ms (Views: 120.9ms | ActiveRecord: 3.0ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:48:06 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:48:06.772356' and ends_at >= '2016-01-18 19:48:06.772356') Completed 200 OK in 123ms (Views: 119.1ms | ActiveRecord: 0.6ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453146486916" for 127.0.0.1 at 2016-01-18 13:48:07 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453146486916", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 18ms (Views: 10.6ms | ActiveRecord: 2.1ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:48:08 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.8ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (15.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:48:08.553398' and ends_at >= '2016-01-18 19:48:08.553398') Completed 200 OK in 158ms (Views: 146.6ms | ActiveRecord: 2.4ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:49:33 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (14.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (23.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:49:33.760213' and ends_at >= '2016-01-18 19:49:33.760213') Completed 200 OK in 137ms (Views: 128.0ms | ActiveRecord: 2.3ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:50:32 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (17.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (25.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:50:32.086488' and ends_at >= '2016-01-18 19:50:32.086488') Completed 200 OK in 124ms (Views: 116.8ms | ActiveRecord: 1.4ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:52:41 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (19.5ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (30.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:52:41.786945' and ends_at >= '2016-01-18 19:52:41.786945') Completed 200 OK in 134ms (Views: 129.9ms | ActiveRecord: 1.5ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 13:53:15 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 8ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 13:53:15 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.7ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.4ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (87.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:53:15.529702' and ends_at >= '2016-01-18 19:53:15.529702') Completed 200 OK in 176ms (Views: 169.2ms | ActiveRecord: 2.0ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:53:45 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (17.8ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.6ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:4: syntax error, unexpected tIVAR, expecting keyword_do or '{' or '(' ...dmin_project_path @contribution.project ... ^): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:4: syntax error, unexpected tIVAR, expecting keyword_do or '{' or '(' ...dmin_project_path @contribution.project ... ^ actionview (4.2.5) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.5) lib/action_view/template.rb:296:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions_show_html_haml__2982490657246183129_88493840' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (34.8ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:53:54 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (21.9ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.8ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:4: syntax error, unexpected tIVAR, expecting keyword_do or '{' or '(' ...dmin_project_path @contribution.project.id ... ^): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:4: syntax error, unexpected tIVAR, expecting keyword_do or '{' or '(' ...dmin_project_path @contribution.project.id ... ^ actionview (4.2.5) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.5) lib/action_view/template.rb:296:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions_show_html_haml__2982490657246183129_88493840' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (30.8ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:54:02 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (21.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (30.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:54:02.492673' and ends_at >= '2016-01-18 19:54:02.492673') Completed 200 OK in 133ms (Views: 128.2ms | ActiveRecord: 1.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 13:54:04 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.6ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.7ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (23.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:54:04.231118' and ends_at >= '2016-01-18 19:54:04.231118') Completed 200 OK in 124ms (Views: 117.8ms | ActiveRecord: 1.8ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:54:46 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (18.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (27.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:54:46.690923' and ends_at >= '2016-01-18 19:54:46.690923') Completed 200 OK in 134ms (Views: 123.4ms | ActiveRecord: 1.3ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-18 13:54:48 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.1ms) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (3.5ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (14.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:54:48.706466' and ends_at >= '2016-01-18 19:54:48.706466') Completed 200 OK in 111ms (Views: 106.6ms | ActiveRecord: 1.4ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-18 13:54:53 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (0.9ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.5ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:54:53.168313' and ends_at >= '2016-01-18 19:54:53.168313') Completed 200 OK in 129ms (Views: 123.1ms | ActiveRecord: 1.1ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:55:23 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.8ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (22.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (34.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:55:24.021531' and ends_at >= '2016-01-18 19:55:24.021531') Completed 200 OK in 136ms (Views: 130.0ms | ActiveRecord: 1.4ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-18 13:55:25 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Country Load (0.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (4.4ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.8ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (19.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:55:25.302047' and ends_at >= '2016-01-18 19:55:25.302047') Completed 200 OK in 124ms (Views: 118.8ms | ActiveRecord: 1.6ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-18 13:55:27 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.4ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (2.8ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.5ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (19.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:55:27.453826' and ends_at >= '2016-01-18 19:55:27.453826') Completed 200 OK in 121ms (Views: 117.2ms | ActiveRecord: 1.3ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-18 13:55:30 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (1.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.9ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (7.1ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (19.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:55:30.896257' and ends_at >= '2016-01-18 19:55:30.896257') Completed 200 OK in 123ms (Views: 116.2ms | ActiveRecord: 2.7ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 13:55:34 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:55:35.012397' and ends_at >= '2016-01-18 19:55:35.012397') Completed 200 OK in 100ms (Views: 97.0ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453146935174" for 127.0.0.1 at 2016-01-18 13:55:35 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453146935174", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 17ms (Views: 11.9ms | ActiveRecord: 1.7ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-18 13:55:38 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:55:38.262545' and ends_at >= '2016-01-18 19:55:38.262545') Completed 200 OK in 108ms (Views: 104.9ms | ActiveRecord: 0.7ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453146938397" for 127.0.0.1 at 2016-01-18 13:55:38 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453146938397", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 17ms (Views: 10.5ms | ActiveRecord: 1.6ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-18 13:56:28 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.3ms) Hatchy::Country Load (0.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (4.4ms) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (3.6ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (27.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:56:28.586867' and ends_at >= '2016-01-18 19:56:28.586867') Completed 200 OK in 135ms (Views: 128.9ms | ActiveRecord: 2.0ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:56:34 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:56:34.902547' and ends_at >= '2016-01-18 19:56:34.902547') Completed 200 OK in 110ms (Views: 107.3ms | ActiveRecord: 0.6ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453146995032" for 127.0.0.1 at 2016-01-18 13:56:35 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453146995032", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.7ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 17ms (Views: 12.0ms | ActiveRecord: 1.9ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:56:36 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (10.9ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (23.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:56:36.583955' and ends_at >= '2016-01-18 19:56:36.583955') Completed 200 OK in 120ms (Views: 114.3ms | ActiveRecord: 1.6ms) Started GET "/admin/countries/12" for 127.0.0.1 at 2016-01-18 13:56:38 -0600 Processing by Hatchy::Admin::CountriesController#show as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"12"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/show.html.haml within layouts/hatchy/admin/admin_layout (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:56:39.050646' and ends_at >= '2016-01-18 19:56:39.050646') Completed 200 OK in 102ms (Views: 98.4ms | ActiveRecord: 0.5ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:56:57 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:56:57.128724' and ends_at >= '2016-01-18 19:56:57.128724') Completed 200 OK in 111ms (Views: 107.4ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147017250" for 127.0.0.1 at 2016-01-18 13:56:57 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147017250", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 16ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:57:08 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:57:08.208343' and ends_at >= '2016-01-18 19:57:08.208343') Completed 200 OK in 103ms (Views: 97.8ms | ActiveRecord: 0.5ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147028351" for 127.0.0.1 at 2016-01-18 13:57:08 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147028351", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 13ms (Views: 8.2ms | ActiveRecord: 1.5ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:57:09 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (3.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:57:09.716848' and ends_at >= '2016-01-18 19:57:09.716848') Completed 200 OK in 117ms (Views: 112.7ms | ActiveRecord: 1.1ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:57:35 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (24.8ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (74.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:57:36.117128' and ends_at >= '2016-01-18 19:57:36.117128') Completed 200 OK in 254ms (Views: 168.5ms | ActiveRecord: 5.8ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:58:08 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (1.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (4.5ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (23.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.0ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:58:08.339521' and ends_at >= '2016-01-18 19:58:08.339521') Completed 200 OK in 133ms (Views: 120.1ms | ActiveRecord: 3.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-18 13:58:18 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:58:18.083448' and ends_at >= '2016-01-18 19:58:18.083448') Completed 200 OK in 101ms (Views: 98.7ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147098225" for 127.0.0.1 at 2016-01-18 13:58:18 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147098225", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 24ms (Views: 16.9ms | ActiveRecord: 1.4ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-18 13:58:19 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (2.3ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (19.3ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (31.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:58:20.078784' and ends_at >= '2016-01-18 19:58:20.078784') Completed 200 OK in 131ms (Views: 124.2ms | ActiveRecord: 2.0ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-18 13:58:21 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:58:21.391575' and ends_at >= '2016-01-18 19:58:21.391575') Completed 200 OK in 107ms (Views: 103.0ms | ActiveRecord: 0.7ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-18 13:58:23 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:58:23.114990' and ends_at >= '2016-01-18 19:58:23.114990') Completed 200 OK in 100ms (Views: 92.8ms | ActiveRecord: 0.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147103232" for 127.0.0.1 at 2016-01-18 13:58:23 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147103232", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 11ms (Views: 5.1ms | ActiveRecord: 0.9ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 13:58:24 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:58:24.858551' and ends_at >= '2016-01-18 19:58:24.858551') Completed 200 OK in 122ms (Views: 118.1ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147105007" for 127.0.0.1 at 2016-01-18 13:58:25 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147105007", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 32ms (Views: 25.9ms | ActiveRecord: 2.0ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-18 13:58:25 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Category Load (1.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (39.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (45.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:58:25.711659' and ends_at >= '2016-01-18 19:58:25.711659') Completed 200 OK in 147ms (Views: 143.6ms | ActiveRecord: 1.4ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:58:26 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:58:26.292679' and ends_at >= '2016-01-18 19:58:26.292679') Completed 200 OK in 99ms (Views: 95.0ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147106420" for 127.0.0.1 at 2016-01-18 13:58:26 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147106420", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.6ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 28ms (Views: 20.2ms | ActiveRecord: 2.2ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:58:28 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.8ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (3.9ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (16.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:58:28.258779' and ends_at >= '2016-01-18 19:58:28.258779') Completed 200 OK in 123ms (Views: 116.8ms | ActiveRecord: 1.4ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 13:59:08 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 12]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (7.8ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (26.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:59:08.301358' and ends_at >= '2016-01-18 19:59:08.301358') Completed 200 OK in 128ms (Views: 124.0ms | ActiveRecord: 1.7ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 13:59:09 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:59:09.960283' and ends_at >= '2016-01-18 19:59:09.960283') Completed 200 OK in 104ms (Views: 99.2ms | ActiveRecord: 0.5ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147150073" for 127.0.0.1 at 2016-01-18 13:59:10 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147150073", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 27ms (Views: 20.8ms | ActiveRecord: 1.9ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 13:59:29 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.2ms) Hatchy::ProjectAccount Load (1.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (44.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 19:59:29.999088' and ends_at >= '2016-01-18 19:59:29.999088') Completed 200 OK in 153ms (Views: 145.3ms | ActiveRecord: 3.2ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:02:41 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (30.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (34.2ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (36.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:02:41.577324' and ends_at >= '2016-01-18 20:02:41.577324') Completed 200 OK in 155ms (Views: 136.8ms | ActiveRecord: 3.5ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:02:44 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (3.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (72.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (88.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:02:44.771254' and ends_at >= '2016-01-18 20:02:44.771254') Completed 200 OK in 207ms (Views: 161.0ms | ActiveRecord: 6.3ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:02:44 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (29.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (42.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:02:44.894455' and ends_at >= '2016-01-18 20:02:44.894455') Completed 200 OK in 120ms (Views: 114.6ms | ActiveRecord: 2.9ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:02:47 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"R+hMpaVrkTarxv8k6rTwM/mbs/9XpzrEL6vMG8zishvCgTJGDhFIMeZkk2Tc+6UhhnTniD3uvTBZwXUn5Ew+KA==", "contribution"=>{"name"=>"Default Admin", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"1", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) UPDATE "hatchy_contributions" SET "ip_address" = ?, "country_id" = ?, "name" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["ip_address", "127.0.0.1"], ["country_id", 1], ["name", "Default Admin"], ["updated_at", "2016-01-18 20:02:47.163963"], ["id", 1]]  (213.3ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 228ms (ActiveRecord: 214.7ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:02:47 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (31.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (40.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:02:47.472588' and ends_at >= '2016-01-18 20:02:47.472588') Completed 200 OK in 146ms (Views: 139.5ms | ActiveRecord: 3.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:02:51 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.4ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:02:51.688773' and ends_at >= '2016-01-18 20:02:51.688773') Completed 200 OK in 131ms (Views: 101.5ms | ActiveRecord: 4.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 14:02:53 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:02:53.775364' and ends_at >= '2016-01-18 20:02:53.775364') Completed 200 OK in 107ms (Views: 104.5ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147373897" for 127.0.0.1 at 2016-01-18 14:02:54 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147373897", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.9ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 17ms (Views: 11.2ms | ActiveRecord: 2.1ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:02:55 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (8.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (20.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:02:55.294670' and ends_at >= '2016-01-18 20:02:55.294670') Completed 200 OK in 128ms (Views: 123.5ms | ActiveRecord: 1.5ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:03:17 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (28.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (32.4ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (33.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:03:17.864785' and ends_at >= '2016-01-18 20:03:17.864785') Completed 200 OK in 151ms (Views: 138.1ms | ActiveRecord: 2.9ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:03:20 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.7ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.0ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (68.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (84.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:03:20.308873' and ends_at >= '2016-01-18 20:03:20.308873') Completed 200 OK in 217ms (Views: 162.4ms | ActiveRecord: 5.2ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:03:20 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (3.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (30.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (42.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:03:20.438175' and ends_at >= '2016-01-18 20:03:20.438175') Completed 200 OK in 126ms (Views: 119.8ms | ActiveRecord: 3.5ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:03:22 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yT+XG0gNkd7fuL/4/0EYtu//m0KKfOC6/Qc50Rn1979MVun443dI2ZIa07jJDk2kkBDPNeA1Z06LbYDtMVt7jA==", "contribution"=>{"name"=>"Default Admin", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"1", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 26ms (ActiveRecord: 1.9ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:03:22 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.0ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (28.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (44.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:03:22.785821' and ends_at >= '2016-01-18 20:03:22.785821') Completed 200 OK in 131ms (Views: 125.4ms | ActiveRecord: 2.6ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:03:26 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (17.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:03:26.501863' and ends_at >= '2016-01-18 20:03:26.501863') Completed 200 OK in 131ms (Views: 105.2ms | ActiveRecord: 3.5ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 14:03:28 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:03:28.552209' and ends_at >= '2016-01-18 20:03:28.552209') Completed 200 OK in 110ms (Views: 107.1ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147408694" for 127.0.0.1 at 2016-01-18 14:03:28 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147408694", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 27ms (Views: 20.1ms | ActiveRecord: 2.1ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-18 14:03:30 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.0ms) Hatchy::Country Load (2.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (419.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (430.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:03:30.885174' and ends_at >= '2016-01-18 20:03:30.885174') Completed 200 OK in 519ms (Views: 514.0ms | ActiveRecord: 3.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 14:03:30 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:03:30.986032' and ends_at >= '2016-01-18 20:03:30.986032') Completed 200 OK in 278ms (Views: 275.6ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147411291" for 127.0.0.1 at 2016-01-18 14:03:31 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147411291", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (1.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 26ms (Views: 19.0ms | ActiveRecord: 2.9ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:03:33 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (5.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (13.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:03:33.614526' and ends_at >= '2016-01-18 20:03:33.614526') Completed 200 OK in 96ms (Views: 91.3ms | ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:03:42 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.8ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:03:42.113353' and ends_at >= '2016-01-18 20:03:42.113353') Completed 200 OK in 78ms (Views: 76.1ms | ActiveRecord: 0.5ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:03:47 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (28.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (38.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:03:47.686758' and ends_at >= '2016-01-18 20:03:47.686758') Completed 200 OK in 105ms (Views: 101.2ms | ActiveRecord: 1.9ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:05:06 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (14.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (18.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:05:06.921472' and ends_at >= '2016-01-18 20:05:06.921472') Completed 200 OK in 249ms (Views: 114.9ms | ActiveRecord: 6.8ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 14:05:10 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:05:10.842815' and ends_at >= '2016-01-18 20:05:10.842815') Completed 200 OK in 127ms (Views: 123.2ms | ActiveRecord: 0.6ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147510996" for 127.0.0.1 at 2016-01-18 14:05:11 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147510996", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 66ms (Views: 58.8ms | ActiveRecord: 2.4ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 14:05:11 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:05:11.878437' and ends_at >= '2016-01-18 20:05:11.878437') Completed 200 OK in 90ms (Views: 88.0ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147512008" for 127.0.0.1 at 2016-01-18 14:05:12 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147512008", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (1.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 34ms (Views: 24.1ms | ActiveRecord: 2.8ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:05:13 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.7ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (14.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.7ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:05:13.600301' and ends_at >= '2016-01-18 20:05:13.600301') Completed 200 OK in 113ms (Views: 106.8ms | ActiveRecord: 2.2ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:06:28 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (26.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (30.4ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (39.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:06:28.495221' and ends_at >= '2016-01-18 20:06:28.495221') Completed 200 OK in 154ms (Views: 137.7ms | ActiveRecord: 3.7ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:06:32 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (33.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (45.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:06:32.701159' and ends_at >= '2016-01-18 20:06:32.701159') Completed 200 OK in 150ms (Views: 111.9ms | ActiveRecord: 4.5ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:06:32 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (32.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (47.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:06:32.851715' and ends_at >= '2016-01-18 20:06:32.851715') Completed 200 OK in 150ms (Views: 141.1ms | ActiveRecord: 3.9ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:06:34 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2QCn+CgcIR4e8rzX56gzFVT0ZYcD8mH1s2Z4eaLchThcadkbg2b4GVNQ0JfR52YHKxsx8Gm75gHFDMFFinIJCw==", "contribution"=>{"name"=>"Default Admin", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"1", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 10ms (ActiveRecord: 0.9ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:06:34 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (23.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (33.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:06:34.725822' and ends_at >= '2016-01-18 20:06:34.725822') Completed 200 OK in 109ms (Views: 102.7ms | ActiveRecord: 2.5ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:06:37 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.8ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:06:37.711749' and ends_at >= '2016-01-18 20:06:37.711749') Completed 200 OK in 125ms (Views: 97.0ms | ActiveRecord: 4.6ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 14:06:39 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.7ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:06:39.372214' and ends_at >= '2016-01-18 20:06:39.372214') Completed 200 OK in 115ms (Views: 111.0ms | ActiveRecord: 0.8ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453147599485" for 127.0.0.1 at 2016-01-18 14:06:39 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453147599485", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 26ms (Views: 17.8ms | ActiveRecord: 2.1ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:06:41 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (7.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:06:41.581280' and ends_at >= '2016-01-18 20:06:41.581280') Completed 200 OK in 108ms (Views: 99.9ms | ActiveRecord: 1.5ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:13:18 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (39.4ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (95.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (19.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:13:19.039437' and ends_at >= '2016-01-18 20:13:19.039437') Completed 200 OK in 717ms (Views: 635.8ms | ActiveRecord: 5.6ms) Started GET "/assets/hatchy/admin.self-50cda63b3af4a069c3d070c66b7b33abdacb221e9c07ab505bfaaaa3c2603ea2.css?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/jquery.self-c64a74367bda6ef8b860f19e74df08927ca99d2be2ac934e9e92d5fd361e0da4.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/jquery_ujs.self-d602bdfe68ffc63b9f9cc512872aa3cfff046228a0a36e90dd476e8ef54c1b09.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/transition.self-9616c4e856b57659b67da3c6f2adcd584b5601ef4bebcdadab8ebb387d80bb25.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/affix.self-f7aef9d98ee5ece34a6a92a6a15bba777d93e8d908b75c95a85088277f394200.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/alert.self-896ab026e6823f5cef2441e07dac53d0692a5b772ac58b1ce20aa624c342d3f4.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/button.self-d19f3e2bcd3a7a4d75c11b9141b3fabd2c11987da1e99c85548ec3ecf8db30c3.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/carousel.self-b2e5e14483e6c31343a83861b7d487620f143d6fc2d07d5ae7544b6b225ba6be.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/collapse.self-93820e9b486e375a7fb4477602def3a6f8381fa6d50938d5378297ffbe4a1248.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.self-30536ae4d54b2685c26b5787ed0eb549a9075717fe690cce6270873bedf2df00.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/modal.self-bcfe54f3132bf16a8c5ce4289e47eba488f6522a08f49f378a037061c6c7aa4c.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.self-c5c6ed008955656d345067e9821d79f1216b8383134d08465d4aa1a33a2b93b4.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/tab.self-9b77df34cbbb08ec93a806d6cdb741f04e3dbf3389978a0679146f2d2987bc89.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.self-3aa41fbe871573b34e0ebddf31598cd5a11a9841ca85f90934ea46326e46626d.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/popover.self-b73e9c9111d01148e24bbc46e096782e024dc5db630e7078cf11ed2587ef8551.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.self-384a79ed2448e994af8b4d1559ebefd56d9c7b90cbcff70651aa29c4d2918c4b.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/application.self-adb77c0810259e90473997b528d8060f6f07c77125ddca0e7b99347fb1dfc88e.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/dataTables/jquery.dataTables.self-770bf6f5f52c93784a25c3c866719f24d091a3f864c36850a7d338b58bbed52c.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.self-447fa22a7aa12f01eaf2d37b45bd9b5321653e6629d888973a478ba856099083.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/jquery.autosize.self-208a4ea73c22b3517889027ffae7a076a0c5b4c38e4b595639979f10ada2ebe4.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/best_in_place.self-ef93f4d2b932bcd1e6a5160e7e2cfec71c92911751b537f402e293113595e104.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/admin.self-e02700924fb2dfcbfec0c2a060003f36b6732089dc63d0645e1ae95ace63f02d.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/assets/hatchy/admin/dashboard.self-0f55e25e07f66349de04808d65823a4d4a9f411cd7fb02cc9edda66249f8d4da.js?body=1" for 127.0.0.1 at 2016-01-18 14:13:19 -0600 Started GET "/" for 127.0.0.1 at 2016-01-18 14:13:21 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (14.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (20.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (25.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:13:21.678444' and ends_at >= '2016-01-18 20:13:21.678444') Completed 200 OK in 117ms (Views: 114.2ms | ActiveRecord: 1.2ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:13:26 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (38.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (57.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:13:26.688869' and ends_at >= '2016-01-18 20:13:26.688869') Completed 200 OK in 141ms (Views: 135.0ms | ActiveRecord: 2.1ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:13:28 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"kw0ZO2hnXwA2wMJKP1QeSHhw7W8N9YItRh0jX6vdU6sWZGfYwx2GB3tirgoJG0taB5+5GGe8Bdkwd5pjg3PfmA==", "contribution"=>{"name"=>"Default Admin", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"1", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"billing_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#billing_data Completed 302 Found in 15ms (ActiveRecord: 1.0ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:13:28 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (26.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (37.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:13:28.834389' and ends_at >= '2016-01-18 20:13:28.834389') Completed 200 OK in 113ms (Views: 106.5ms | ActiveRecord: 2.3ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:13:35 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (1.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (17.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (21.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:13:35.999886' and ends_at >= '2016-01-18 20:13:35.999886') Completed 200 OK in 122ms (Views: 105.8ms | ActiveRecord: 4.3ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 14:13:39 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:13:39.320574' and ends_at >= '2016-01-18 20:13:39.320574') Completed 200 OK in 105ms (Views: 100.8ms | ActiveRecord: 0.6ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453148019427" for 127.0.0.1 at 2016-01-18 14:13:39 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453148019427", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 22]] Completed 200 OK in 31ms (Views: 23.5ms | ActiveRecord: 1.9ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 14:13:41 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:13:41.767262' and ends_at >= '2016-01-18 20:13:41.767262') Completed 200 OK in 89ms (Views: 85.9ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453148021866" for 127.0.0.1 at 2016-01-18 14:13:41 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453148021866", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.7ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 30ms (Views: 16.2ms | ActiveRecord: 2.2ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:13:44 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:13:44.319809' and ends_at >= '2016-01-18 20:13:44.319809') Completed 200 OK in 94ms (Views: 90.5ms | ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:13:47 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (11.6ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:13:47.155409' and ends_at >= '2016-01-18 20:13:47.155409') Completed 200 OK in 84ms (Views: 82.5ms | ActiveRecord: 0.6ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:13:50 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (27.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (38.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:13:50.322301' and ends_at >= '2016-01-18 20:13:50.322301') Completed 200 OK in 131ms (Views: 126.5ms | ActiveRecord: 2.0ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:14:22 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (3.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (45.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (58.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:14:22.338288' and ends_at >= '2016-01-18 20:14:22.338288') Completed 200 OK in 154ms (Views: 142.1ms | ActiveRecord: 4.4ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:14:25 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"mgTJ0BDBfqnI3A5mg3ZQyR1kWgLV1gID0FcvIBGIJ3gfbbczu7unroV+Yia1OQXbYosOdb+fhfemPZYcOSarSw==", "contribution"=>{"name"=>"Default Admin", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"1", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 11ms (ActiveRecord: 1.0ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:14:25 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (39.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (57.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:14:25.178805' and ends_at >= '2016-01-18 20:14:25.178805') Completed 200 OK in 174ms (Views: 167.8ms | ActiveRecord: 2.7ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:16:20 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (40.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (56.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:16:21.043362' and ends_at >= '2016-01-18 20:16:21.043362') Completed 200 OK in 158ms (Views: 151.3ms | ActiveRecord: 3.1ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:16:22 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XPD5ZHxrjppQ2vnD459rAUqL5+PJVJhD/fuiu3q9sF7ZmYeH1xFXnR14lYPV0D4TNWSzlKMdH7eLkRuHUhM8bQ==", "contribution"=>{"name"=>"Default Admin", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"1", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 17ms (ActiveRecord: 1.5ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:16:22 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (3.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (35.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (54.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:16:23.042460' and ends_at >= '2016-01-18 20:16:23.042460') Completed 200 OK in 148ms (Views: 138.0ms | ActiveRecord: 5.0ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:16:26 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.5ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (14.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:16:26.302559' and ends_at >= '2016-01-18 20:16:26.302559') Completed 200 OK in 103ms (Views: 89.8ms | ActiveRecord: 4.1ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 14:16:27 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:16:27.512601' and ends_at >= '2016-01-18 20:16:27.512601') Completed 200 OK in 103ms (Views: 100.4ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453148187627" for 127.0.0.1 at 2016-01-18 14:16:27 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453148187627", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 15ms (Views: 9.8ms | ActiveRecord: 1.7ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:16:29 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (3.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:16:29.269438' and ends_at >= '2016-01-18 20:16:29.269438') Completed 200 OK in 103ms (Views: 99.1ms | ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:17:26 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.0ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:17:26.683036' and ends_at >= '2016-01-18 20:17:26.683036') Completed 200 OK in 97ms (Views: 95.7ms | ActiveRecord: 0.5ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:17:28 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (35.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (44.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:17:28.612254' and ends_at >= '2016-01-18 20:17:28.612254') Completed 200 OK in 117ms (Views: 111.9ms | ActiveRecord: 3.0ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:17:31 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"kRLcBzC3WQ9S1al1WrnJUVaEnIvse1pdv4+97SXrbsoUe6Lkm82ACB93xTVs9pxDKWvI/IYy3anJ5QTRDUXi+Q==", "contribution"=>{"name"=>"Default Admin", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"1", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181", "step"=>"billing_data"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "hatchy_contributions" SET "step" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["step", "billing_data"], ["updated_at", "2016-01-18 20:17:31.875222"], ["id", 1]]  (167.4ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 187ms (ActiveRecord: 168.8ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:17:32 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (26.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (37.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:17:32.130518' and ends_at >= '2016-01-18 20:17:32.130518') Completed 200 OK in 110ms (Views: 104.2ms | ActiveRecord: 2.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:17:36 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (19.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:17:36.610107' and ends_at >= '2016-01-18 20:17:36.610107') Completed 200 OK in 145ms (Views: 129.9ms | ActiveRecord: 3.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 14:17:38 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.6ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:17:38.870611' and ends_at >= '2016-01-18 20:17:38.870611') Completed 200 OK in 109ms (Views: 105.5ms | ActiveRecord: 0.6ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453148259046" for 127.0.0.1 at 2016-01-18 14:17:39 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453148259046", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (3.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.8ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 21ms (Views: 13.6ms | ActiveRecord: 4.7ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:17:40 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (3.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:17:40.213030' and ends_at >= '2016-01-18 20:17:40.213030') Completed 200 OK in 98ms (Views: 93.7ms | ActiveRecord: 1.1ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:18:17 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIrfRtq49X7rba+vBV+7QRL2InhkzA2d8TVGKF22S8yx46GlccIseabPw+8zEO5TbRl2Dw6FimmHX/8UdRjH/w==", "contribution"=>{"card_type"=>"Mastercard", "card_number"=>"1234567891234567", "card_verification"=>"123", "card_expires_on(1i)"=>"2019", "card_expires_on(2i)"=>"2", "card_expires_on(3i)"=>"1"}, "commit"=>"Save", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) UPDATE "hatchy_contributions" SET "card_expires_on" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["card_expires_on", "2019-02-01"], ["updated_at", "2016-01-18 20:18:17.836183"], ["id", 1]]  (239.4ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit Completed 302 Found in 254ms (ActiveRecord: 241.0ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:18:18 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (30.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (48.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:18:18.184993' and ends_at >= '2016-01-18 20:18:18.184993') Completed 200 OK in 133ms (Views: 126.9ms | ActiveRecord: 2.6ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:18:24 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.4ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.3ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:18:24.650175' and ends_at >= '2016-01-18 20:18:24.650175') Completed 200 OK in 116ms (Views: 103.3ms | ActiveRecord: 4.4ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:18:28 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (7.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (17.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:18:28.813180' and ends_at >= '2016-01-18 20:18:28.813180') Completed 200 OK in 95ms (Views: 90.1ms | ActiveRecord: 1.6ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:18:31 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (4.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:18:31.201744' and ends_at >= '2016-01-18 20:18:31.201744') Completed 200 OK in 107ms (Views: 102.4ms | ActiveRecord: 1.1ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:18:36 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6X2fhFXz7v4+SYCeQxbDWSfdgnxe3xpAsGwQQTI8QxxsFOFn/ok3+XPr7N51WZZLWDLWCzSWnbTGBql9GpLPLw==", "contribution"=>{"name"=>"Default Admin", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"1", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181", "step"=>"billing_data"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 12ms (ActiveRecord: 1.4ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:18:36 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (29.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (43.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:18:36.138764' and ends_at >= '2016-01-18 20:18:36.138764') Completed 200 OK in 125ms (Views: 119.4ms | ActiveRecord: 2.1ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:18:43 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"z/VAFT4Puz0MhPxAu9IqBpbnxJ5av14/qTdgUOz6v8pKnD72lXViOkEmkACNnX8U6QiQ6TD22cvfXdlsxFQz+Q==", "contribution"=>{"card_type"=>"Mastercard", "card_number"=>"1234567891234567", "card_verification"=>"123", "card_expires_on(1i)"=>"2019", "card_expires_on(2i)"=>"2", "card_expires_on(3i)"=>"1", "step"=>"billing_data"}, "commit"=>"Save", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit Completed 302 Found in 11ms (ActiveRecord: 0.9ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:18:43 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.6ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.0ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (33.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (44.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:18:43.281311' and ends_at >= '2016-01-18 20:18:43.281311') Completed 200 OK in 132ms (Views: 125.5ms | ActiveRecord: 3.1ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:18:45 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (4.6ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:18:45.369226' and ends_at >= '2016-01-18 20:18:45.369226') Completed 200 OK in 102ms (Views: 96.5ms | ActiveRecord: 1.4ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:19:07 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (31.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (46.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:19:07.974671' and ends_at >= '2016-01-18 20:19:07.974671') Completed 200 OK in 133ms (Views: 123.4ms | ActiveRecord: 3.4ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:19:09 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GI+ehIUYtp/u49/dW0LiKSurDuSqaAzjDRwzwGDMDBqd5uBnLmJvmKNBs51tDbc7VERak8Ahixd7dor8SGKAKQ==", "contribution"=>{"name"=>"Default Admin", "email"=>"te@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"1", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181", "step"=>"billing_data"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 15ms (ActiveRecord: 1.3ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:19:09 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (28.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (38.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:19:09.979423' and ends_at >= '2016-01-18 20:19:09.979423') Completed 200 OK in 116ms (Views: 108.9ms | ActiveRecord: 2.4ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:19:18 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ohbj312Jafw4fSe2ITNjyFG7yVrojwhmqRf7iV1WJBC/f5089vOw+3XfS/YXfDbaLlSdLYLGj5LffUK1dfioIw==", "contribution"=>{"card_type"=>"Mastercard", "card_number"=>"1234567891234567", "card_verification"=>"123", "card_expires_on(1i)"=>"2019", "card_expires_on(2i)"=>"2", "card_expires_on(3i)"=>"1", "step"=>"payment_data"}, "commit"=>"Save", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "hatchy_contributions" SET "step" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["step", "payment_data"], ["updated_at", "2016-01-18 20:19:18.544227"], ["id", 1]]  (255.2ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit Completed 302 Found in 272ms (ActiveRecord: 256.8ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:19:18 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (2.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (35.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (49.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:19:18.924365' and ends_at >= '2016-01-18 20:19:18.924365') Completed 200 OK in 173ms (Views: 166.0ms | ActiveRecord: 3.5ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:19:23 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (7.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:19:23.627660' and ends_at >= '2016-01-18 20:19:23.627660') Completed 200 OK in 102ms (Views: 97.6ms | ActiveRecord: 1.4ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18)  (171.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (154.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHatchyAnnouncements (20160111174923)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174923_create_hatchy_announcements.rb:7)  (0.3ms) CREATE TABLE "hatchy_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text(80) NOT NULL, "starts_at" datetime NOT NULL, "ends_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174923"]]  (136.3ms) commit transaction Migrating to CreateHatchyBanks (20160111174945)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174945_create_hatchy_banks.rb:6)  (0.9ms) CREATE TABLE "hatchy_banks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(80) NOT NULL, "code" varchar(10) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE UNIQUE INDEX "index_hatchy_banks_on_code" ON "hatchy_banks" ("code") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174945"]]  (137.3ms) commit transaction Migrating to CreateHatchyBankAccounts (20160111175001)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175001_create_hatchy_bank_accounts.rb:8)  (0.8ms) CREATE TABLE "hatchy_bank_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "bank_id" integer, "account" varchar NOT NULL, "account_digit" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.5ms) CREATE INDEX "index_hatchy_bank_accounts_on_user_id_and_bank_id" ON "hatchy_bank_accounts" ("user_id", "bank_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175001"]]  (159.4ms) commit transaction Migrating to CreateHatchyCategories (20160111175017)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175017_create_hatchy_categories.rb:5)  (0.8ms) CREATE TABLE "hatchy_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE UNIQUE INDEX "index_hatchy_categories_on_name" ON "hatchy_categories" ("name") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175017"]]  (159.7ms) commit transaction Migrating to CreateHatchyContributions (20160111175037)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175037_create_hatchy_contributions.rb:25)  (0.9ms) CREATE TABLE "hatchy_contributions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "user_id" integer, "reward_id" integer, "country_id" integer, "value" decimal NOT NULL, "status" varchar NOT NULL, "step" varchar NOT NULL, "name" varchar, "email" varchar, "document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_zip" varchar, "address_state" varchar, "address_phone" varchar, "ip_address" varchar, "card_type" varchar, "card_expires_on" date, "anonymous" boolean DEFAULT 'f', "notified_when_finish" boolean, "created_at" datetime, "updated_at" datetime)   (0.4ms) CREATE INDEX "index_hatchy_contributions_on_project_id" ON "hatchy_contributions" ("project_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.5ms) CREATE INDEX "index_hatchy_contributions_on_user_id" ON "hatchy_contributions" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_contributions_on_reward_id" ON "hatchy_contributions" ("reward_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_contributions_on_country_id" ON "hatchy_contributions" ("country_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175037"]]  (157.3ms) commit transaction Migrating to CreateHatchyCountries (20160111175055)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175055_create_hatchy_countries.rb:11)  (0.8ms) CREATE TABLE "hatchy_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code2" varchar, "code3" varchar, "continent" varchar, "tld" varchar, "currency" varchar, "eu_member" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175055"]]  (127.4ms) commit transaction Migrating to CreateHatchyRewards (20160111175124)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175124_create_hatchy_rewards.rb:10)  (1.0ms) CREATE TABLE "hatchy_rewards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "min_value" decimal NOT NULL, "max_contributions" integer, "description" varchar NOT NULL, "row_order" integer, "deliver_at" datetime, "created_at" datetime, "updated_at" datetime)   (0.3ms) CREATE INDEX "index_hatchy_rewards_on_project_id" ON "hatchy_rewards" ("project_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175124"]]  (137.7ms) commit transaction Migrating to CreateHatchyProjects (20160111175139)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175139_create_hatchy_projects.rb:22)  (1.1ms) CREATE TABLE "hatchy_projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "category_id" integer, "project_img" varchar, "city" varchar, "name" varchar(50) NOT NULL, "headline" varchar, "about" varchar, "budget" varchar, "video_url" varchar, "short_url" varchar, "goal" decimal(8,2), "online_days" integer, "online_date" datetime, "expires_at" datetime, "rejected_at" datetime, "send_to_draft_at" datetime, "status" varchar NOT NULL, "recommended" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.4ms) CREATE INDEX "index_hatchy_projects_on_user_id" ON "hatchy_projects" ("user_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.4ms) CREATE INDEX "index_hatchy_projects_on_category_id" ON "hatchy_projects" ("category_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175139"]]  (144.5ms) commit transaction Migrating to CreateHatchyProjectAccounts (20160111175158)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175158_create_hatchy_project_accounts.rb:18)  (0.4ms) CREATE TABLE "hatchy_project_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "bank_id" integer, "account_type" varchar, "email" varchar, "phone" varchar, "account" varchar, "account_digit" varchar, "owner_name" varchar, "owner_document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "created_at" datetime, "updated_at" datetime)   (0.3ms) CREATE INDEX "index_hatchy_project_accounts_on_project_id" ON "hatchy_project_accounts" ("project_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.5ms) CREATE INDEX "index_hatchy_project_accounts_on_bank_id" ON "hatchy_project_accounts" ("bank_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175158"]]  (171.5ms) commit transaction Migrating to DeviseCreateHatchyUsers (20160111175249)  (0.2ms) begin transaction  (1.1ms) CREATE TABLE "hatchy_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country_id" integer, "profile_img" varchar, "cover_img" varchar, "facebook_link" varchar, "twitter_link" varchar, "other_link" varchar, "first_name" varchar, "last_name" varchar, "about" varchar, "newsletter" boolean DEFAULT 't' NOT NULL, "subs_projects" boolean DEFAULT 't' NOT NULL, "locale" varchar DEFAULT 'en' NOT NULL, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "document" varchar, "phone" varchar, "mobile" varchar, "admin" boolean DEFAULT 'f' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "index_hatchy_users_on_email" ON "hatchy_users" ("email")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'  (0.5ms) CREATE UNIQUE INDEX "index_hatchy_users_on_reset_password_token" ON "hatchy_users" ("reset_password_token")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'   (0.4ms) CREATE INDEX "index_hatchy_users_on_country_id" ON "hatchy_users" ("country_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175249"]]  (163.6ms) commit transaction Migrating to CreateHatchyCategoryFollowers (20160111181655)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111181655_create_hatchy_category_followers.rb:6)  (0.5ms) CREATE TABLE "hatchy_category_followers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_hatchy_category_followers_on_user_id_and_category_id" ON "hatchy_category_followers" ("user_id", "category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111181655"]]  (140.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_banks_on_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_banks_on_code' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_categories_on_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_categories_on_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index' DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Art"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Art"], ["created_at", "2016-01-18 20:22:01.022261"], ["updated_at", "2016-01-18 20:22:01.022261"]]  (188.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Visual Arts"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Visual Arts"], ["created_at", "2016-01-18 20:22:01.217338"], ["updated_at", "2016-01-18 20:22:01.217338"]]  (161.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Circus"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Circus"], ["created_at", "2016-01-18 20:22:01.386477"], ["updated_at", "2016-01-18 20:22:01.386477"]]  (160.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Community"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Community"], ["created_at", "2016-01-18 20:22:01.554325"], ["updated_at", "2016-01-18 20:22:01.554325"]]  (193.7ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Humor"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Humor"], ["created_at", "2016-01-18 20:22:01.752497"], ["updated_at", "2016-01-18 20:22:01.752497"]]  (154.2ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Comicbooks"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Comicbooks"], ["created_at", "2016-01-18 20:22:01.911783"], ["updated_at", "2016-01-18 20:22:01.911783"]]  (150.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Dance"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dance"], ["created_at", "2016-01-18 20:22:02.068985"], ["updated_at", "2016-01-18 20:22:02.068985"]]  (160.3ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Design"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Design"], ["created_at", "2016-01-18 20:22:02.234468"], ["updated_at", "2016-01-18 20:22:02.234468"]]  (153.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Events"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Events"], ["created_at", "2016-01-18 20:22:02.394035"], ["updated_at", "2016-01-18 20:22:02.394035"]]  (127.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fashion"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fashion"], ["created_at", "2016-01-18 20:22:02.528330"], ["updated_at", "2016-01-18 20:22:02.528330"]]  (173.1ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Gastronomy"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gastronomy"], ["created_at", "2016-01-18 20:22:02.708679"], ["updated_at", "2016-01-18 20:22:02.708679"]]  (127.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Film & Video"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Film & Video"], ["created_at", "2016-01-18 20:22:02.843299"], ["updated_at", "2016-01-18 20:22:02.843299"]]  (128.2ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Games"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Games"], ["created_at", "2016-01-18 20:22:02.974838"], ["updated_at", "2016-01-18 20:22:02.974838"]]  (131.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Journalism"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Journalism"], ["created_at", "2016-01-18 20:22:03.109482"], ["updated_at", "2016-01-18 20:22:03.109482"]]  (142.5ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Music"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Music"], ["created_at", "2016-01-18 20:22:03.257647"], ["updated_at", "2016-01-18 20:22:03.257647"]]  (149.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Photography"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Photography"], ["created_at", "2016-01-18 20:22:03.414392"], ["updated_at", "2016-01-18 20:22:03.414392"]]  (182.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Science & Technology"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Science & Technology"], ["created_at", "2016-01-18 20:22:03.604423"], ["updated_at", "2016-01-18 20:22:03.604423"]]  (149.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Theatre"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Theatre"], ["created_at", "2016-01-18 20:22:03.761142"], ["updated_at", "2016-01-18 20:22:03.761142"]]  (149.2ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Sport"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sport"], ["created_at", "2016-01-18 20:22:03.917874"], ["updated_at", "2016-01-18 20:22:03.917874"]]  (172.5ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Web"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Web"], ["created_at", "2016-01-18 20:22:04.096690"], ["updated_at", "2016-01-18 20:22:04.096690"]]  (140.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Carnival"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carnival"], ["created_at", "2016-01-18 20:22:04.243867"], ["updated_at", "2016-01-18 20:22:04.243867"]]  (137.9ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Architecture & Urbanism"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Architecture & Urbanism"], ["created_at", "2016-01-18 20:22:04.387483"], ["updated_at", "2016-01-18 20:22:04.387483"]]  (140.6ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Literature"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Literature"], ["created_at", "2016-01-18 20:22:04.531606"], ["updated_at", "2016-01-18 20:22:04.531606"]]  (243.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Mobility & Transportation"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mobility & Transportation"], ["created_at", "2016-01-18 20:22:04.780742"], ["updated_at", "2016-01-18 20:22:04.780742"]]  (182.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Environment"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Environment"], ["created_at", "2016-01-18 20:22:04.970480"], ["updated_at", "2016-01-18 20:22:04.970480"]]  (171.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Social Business"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Social Business"], ["created_at", "2016-01-18 20:22:05.149638"], ["updated_at", "2016-01-18 20:22:05.149638"]]  (149.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Education"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Education"], ["created_at", "2016-01-18 20:22:05.306353"], ["updated_at", "2016-01-18 20:22:05.306353"]]  (160.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fiction Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fiction Films"], ["created_at", "2016-01-18 20:22:05.474299"], ["updated_at", "2016-01-18 20:22:05.474299"]]  (160.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Documentary Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Documentary Films"], ["created_at", "2016-01-18 20:22:05.642161"], ["updated_at", "2016-01-18 20:22:05.642161"]]  (171.5ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Experimental Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Experimental Films"], ["created_at", "2016-01-18 20:22:05.821082"], ["updated_at", "2016-01-18 20:22:05.821082"]]  (184.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Health"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Health"], ["created_at", "2016-01-18 20:22:06.012038"], ["updated_at", "2016-01-18 20:22:06.012038"]]  (207.4ms) commit transaction Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Bank"], ["code", "69"]]  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '69' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Bank"], ["code", "69"], ["created_at", "2016-01-18 20:22:06.231938"], ["updated_at", "2016-01-18 20:22:06.231938"]]  (155.2ms) commit transaction Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Second Bank"], ["code", "96"]]  (0.2ms) begin transaction Hatchy::Bank Exists (0.3ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '96' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Second Bank"], ["code", "96"], ["created_at", "2016-01-18 20:22:06.392981"], ["updated_at", "2016-01-18 20:22:06.392981"]]  (127.1ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_countries"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Andorra"], ["code2", "AD"], ["code3", "AND"], ["continent", "EU"], ["tld", "ad"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:06.545559"], ["updated_at", "2016-01-18 20:22:06.545559"]]  (254.7ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Arab Emirates"], ["code2", "AE"], ["code3", "ARE"], ["continent", "AS"], ["tld", "ae"], ["currency", "AED"], ["created_at", "2016-01-18 20:22:06.804292"], ["updated_at", "2016-01-18 20:22:06.804292"]]  (162.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Afghanistan"], ["code2", "AF"], ["code3", "AFG"], ["continent", "AS"], ["tld", "af"], ["currency", "AFN"], ["created_at", "2016-01-18 20:22:06.971894"], ["updated_at", "2016-01-18 20:22:06.971894"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Antigua and Barbuda"], ["code2", "AG"], ["code3", "ATG"], ["continent", "NA"], ["tld", "ag"], ["currency", "XCD"], ["created_at", "2016-01-18 20:22:07.128829"], ["updated_at", "2016-01-18 20:22:07.128829"]]  (173.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Anguilla"], ["code2", "AI"], ["code3", "AIA"], ["continent", "NA"], ["tld", "ai"], ["currency", "XCD"], ["created_at", "2016-01-18 20:22:07.307810"], ["updated_at", "2016-01-18 20:22:07.307810"]]  (184.5ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Albania"], ["code2", "AL"], ["code3", "ALB"], ["continent", "EU"], ["tld", "al"], ["currency", "ALL"], ["created_at", "2016-01-18 20:22:07.497765"], ["updated_at", "2016-01-18 20:22:07.497765"]]  (298.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Armenia"], ["code2", "AM"], ["code3", "ARM"], ["continent", "AS"], ["tld", "am"], ["currency", "AMD"], ["created_at", "2016-01-18 20:22:07.800695"], ["updated_at", "2016-01-18 20:22:07.800695"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Angola"], ["code2", "AO"], ["code3", "AGO"], ["continent", "AF"], ["tld", "ao"], ["currency", "AOA"], ["created_at", "2016-01-18 20:22:07.946131"], ["updated_at", "2016-01-18 20:22:07.946131"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Antarctica"], ["code2", "AQ"], ["code3", "ATA"], ["continent", "AN"], ["tld", "aq"], ["created_at", "2016-01-18 20:22:08.080498"], ["updated_at", "2016-01-18 20:22:08.080498"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Argentina"], ["code2", "AR"], ["code3", "ARG"], ["continent", "SA"], ["tld", "ar"], ["currency", "ARS"], ["created_at", "2016-01-18 20:22:08.214940"], ["updated_at", "2016-01-18 20:22:08.214940"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "American Samoa"], ["code2", "AS"], ["code3", "ASM"], ["continent", "OC"], ["tld", "as"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:08.349646"], ["updated_at", "2016-01-18 20:22:08.349646"]]  (129.5ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Austria"], ["code2", "AT"], ["code3", "AUT"], ["continent", "EU"], ["tld", "at"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:08.483951"], ["updated_at", "2016-01-18 20:22:08.483951"]]  (151.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Australia"], ["code2", "AU"], ["code3", "AUS"], ["continent", "OC"], ["tld", "au"], ["currency", "AUD"], ["created_at", "2016-01-18 20:22:08.640938"], ["updated_at", "2016-01-18 20:22:08.640938"]]  (151.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aruba"], ["code2", "AW"], ["code3", "ABW"], ["continent", "NA"], ["tld", "aw"], ["currency", "AWG"], ["created_at", "2016-01-18 20:22:08.796144"], ["updated_at", "2016-01-18 20:22:08.796144"]]  (155.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aland Islands"], ["code2", "AX"], ["code3", "ALA"], ["continent", "EU"], ["tld", "ax"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:08.954379"], ["updated_at", "2016-01-18 20:22:08.954379"]]  (152.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Azerbaijan"], ["code2", "AZ"], ["code3", "AZE"], ["continent", "AS"], ["tld", "az"], ["currency", "AZN"], ["created_at", "2016-01-18 20:22:09.112585"], ["updated_at", "2016-01-18 20:22:09.112585"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bosnia and Herzegovina"], ["code2", "BA"], ["code3", "BIH"], ["continent", "EU"], ["tld", "ba"], ["currency", "BAM"], ["created_at", "2016-01-18 20:22:09.269477"], ["updated_at", "2016-01-18 20:22:09.269477"]]  (151.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Barbados"], ["code2", "BB"], ["code3", "BRB"], ["continent", "NA"], ["tld", "bb"], ["currency", "BBD"], ["created_at", "2016-01-18 20:22:09.426338"], ["updated_at", "2016-01-18 20:22:09.426338"]]  (151.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bangladesh"], ["code2", "BD"], ["code3", "BGD"], ["continent", "AS"], ["tld", "bd"], ["currency", "BDT"], ["created_at", "2016-01-18 20:22:09.583096"], ["updated_at", "2016-01-18 20:22:09.583096"]]  (162.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belgium"], ["code2", "BE"], ["code3", "BEL"], ["continent", "EU"], ["tld", "be"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:09.750995"], ["updated_at", "2016-01-18 20:22:09.750995"]]  (184.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burkina Faso"], ["code2", "BF"], ["code3", "BFA"], ["continent", "AF"], ["tld", "bf"], ["currency", "XOF"], ["created_at", "2016-01-18 20:22:09.941149"], ["updated_at", "2016-01-18 20:22:09.941149"]]  (184.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bulgaria"], ["code2", "BG"], ["code3", "BGR"], ["continent", "EU"], ["tld", "bg"], ["currency", "BGN"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:10.131100"], ["updated_at", "2016-01-18 20:22:10.131100"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahrain"], ["code2", "BH"], ["code3", "BHR"], ["continent", "AS"], ["tld", "bh"], ["currency", "BHD"], ["created_at", "2016-01-18 20:22:10.265661"], ["updated_at", "2016-01-18 20:22:10.265661"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burundi"], ["code2", "BI"], ["code3", "BDI"], ["continent", "AF"], ["tld", "bi"], ["currency", "BIF"], ["created_at", "2016-01-18 20:22:10.410998"], ["updated_at", "2016-01-18 20:22:10.410998"]]  (130.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Benin"], ["code2", "BJ"], ["code3", "BEN"], ["continent", "AF"], ["tld", "bj"], ["currency", "XOF"], ["created_at", "2016-01-18 20:22:10.547011"], ["updated_at", "2016-01-18 20:22:10.547011"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Barthelemy"], ["code2", "BL"], ["code3", "BLM"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:10.681251"], ["updated_at", "2016-01-18 20:22:10.681251"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bermuda"], ["code2", "BM"], ["code3", "BMU"], ["continent", "NA"], ["tld", "bm"], ["currency", "BMD"], ["created_at", "2016-01-18 20:22:10.815864"], ["updated_at", "2016-01-18 20:22:10.815864"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brunei"], ["code2", "BN"], ["code3", "BRN"], ["continent", "AS"], ["tld", "bn"], ["currency", "BND"], ["created_at", "2016-01-18 20:22:10.950002"], ["updated_at", "2016-01-18 20:22:10.950002"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bolivia"], ["code2", "BO"], ["code3", "BOL"], ["continent", "SA"], ["tld", "bo"], ["currency", "BOB"], ["created_at", "2016-01-18 20:22:11.095814"], ["updated_at", "2016-01-18 20:22:11.095814"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Bonaire, Saint Eustatius and Saba NA"], ["code2", "BQ"], ["code3", "BES"], ["continent", ".bq"], ["tld", "USD"], ["created_at", "2016-01-18 20:22:11.241114"], ["updated_at", "2016-01-18 20:22:11.241114"]]  (207.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brazil"], ["code2", "BR"], ["code3", "BRA"], ["continent", "SA"], ["tld", "br"], ["currency", "BRL"], ["created_at", "2016-01-18 20:22:11.453492"], ["updated_at", "2016-01-18 20:22:11.453492"]]  (207.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahamas"], ["code2", "BS"], ["code3", "BHS"], ["continent", "NA"], ["tld", "bs"], ["currency", "BSD"], ["created_at", "2016-01-18 20:22:11.665887"], ["updated_at", "2016-01-18 20:22:11.665887"]]  (184.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bhutan"], ["code2", "BT"], ["code3", "BTN"], ["continent", "AS"], ["tld", "bt"], ["currency", "BTN"], ["created_at", "2016-01-18 20:22:11.856145"], ["updated_at", "2016-01-18 20:22:11.856145"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bouvet Island"], ["code2", "BV"], ["code3", "BVT"], ["continent", "AN"], ["tld", "bv"], ["currency", "NOK"], ["created_at", "2016-01-18 20:22:11.990435"], ["updated_at", "2016-01-18 20:22:11.990435"]]  (163.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Botswana"], ["code2", "BW"], ["code3", "BWA"], ["continent", "AF"], ["tld", "bw"], ["currency", "BWP"], ["created_at", "2016-01-18 20:22:12.159530"], ["updated_at", "2016-01-18 20:22:12.159530"]]  (184.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belarus"], ["code2", "BY"], ["code3", "BLR"], ["continent", "EU"], ["tld", "by"], ["currency", "BYR"], ["created_at", "2016-01-18 20:22:12.350109"], ["updated_at", "2016-01-18 20:22:12.350109"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belize"], ["code2", "BZ"], ["code3", "BLZ"], ["continent", "NA"], ["tld", "bz"], ["currency", "BZD"], ["created_at", "2016-01-18 20:22:12.506365"], ["updated_at", "2016-01-18 20:22:12.506365"]]  (140.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Canada"], ["code2", "CA"], ["code3", "CAN"], ["continent", "NA"], ["tld", "ca"], ["currency", "CAD"], ["created_at", "2016-01-18 20:22:12.652290"], ["updated_at", "2016-01-18 20:22:12.652290"]]  (184.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cocos Islands"], ["code2", "CC"], ["code3", "CCK"], ["continent", "AS"], ["tld", "cc"], ["currency", "AUD"], ["created_at", "2016-01-18 20:22:12.841954"], ["updated_at", "2016-01-18 20:22:12.841954"]]  (195.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Democratic Republic of the Congo"], ["code2", "CD"], ["code3", "COD"], ["continent", "AF"], ["tld", "cd"], ["currency", "CDF"], ["created_at", "2016-01-18 20:22:13.043196"], ["updated_at", "2016-01-18 20:22:13.043196"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Central African Republic"], ["code2", "CF"], ["code3", "CAF"], ["continent", "AF"], ["tld", "cf"], ["currency", "XAF"], ["created_at", "2016-01-18 20:22:13.188804"], ["updated_at", "2016-01-18 20:22:13.188804"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Republic of the Congo"], ["code2", "CG"], ["code3", "COG"], ["continent", "AF"], ["tld", "cg"], ["currency", "XAF"], ["created_at", "2016-01-18 20:22:13.334360"], ["updated_at", "2016-01-18 20:22:13.334360"]]  (173.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Switzerland"], ["code2", "CH"], ["code3", "CHE"], ["continent", "EU"], ["tld", "ch"], ["currency", "CHF"], ["created_at", "2016-01-18 20:22:13.513107"], ["updated_at", "2016-01-18 20:22:13.513107"]]  (196.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ivory Coast"], ["code2", "CI"], ["code3", "CIV"], ["continent", "AF"], ["tld", "ci"], ["currency", "XOF"], ["created_at", "2016-01-18 20:22:13.714650"], ["updated_at", "2016-01-18 20:22:13.714650"]]  (152.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cook Islands"], ["code2", "CK"], ["code3", "COK"], ["continent", "OC"], ["tld", "ck"], ["currency", "NZD"], ["created_at", "2016-01-18 20:22:13.872606"], ["updated_at", "2016-01-18 20:22:13.872606"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chile"], ["code2", "CL"], ["code3", "CHL"], ["continent", "SA"], ["tld", "cl"], ["currency", "CLP"], ["created_at", "2016-01-18 20:22:14.018304"], ["updated_at", "2016-01-18 20:22:14.018304"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cameroon"], ["code2", "CM"], ["code3", "CMR"], ["continent", "AF"], ["tld", "cm"], ["currency", "XAF"], ["created_at", "2016-01-18 20:22:14.152985"], ["updated_at", "2016-01-18 20:22:14.152985"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "China"], ["code2", "CN"], ["code3", "CHN"], ["continent", "AS"], ["tld", "cn"], ["currency", "CNY"], ["created_at", "2016-01-18 20:22:14.309288"], ["updated_at", "2016-01-18 20:22:14.309288"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Colombia"], ["code2", "CO"], ["code3", "COL"], ["continent", "SA"], ["tld", "co"], ["currency", "COP"], ["created_at", "2016-01-18 20:22:14.455075"], ["updated_at", "2016-01-18 20:22:14.455075"]]  (140.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Costa Rica"], ["code2", "CR"], ["code3", "CRI"], ["continent", "NA"], ["tld", "cr"], ["currency", "CRC"], ["created_at", "2016-01-18 20:22:14.600650"], ["updated_at", "2016-01-18 20:22:14.600650"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cuba"], ["code2", "CU"], ["code3", "CUB"], ["continent", "NA"], ["tld", "cu"], ["currency", "CUP"], ["created_at", "2016-01-18 20:22:14.735049"], ["updated_at", "2016-01-18 20:22:14.735049"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cape Verde"], ["code2", "CV"], ["code3", "CPV"], ["continent", "AF"], ["tld", "cv"], ["currency", "CVE"], ["created_at", "2016-01-18 20:22:14.869367"], ["updated_at", "2016-01-18 20:22:14.869367"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Curacao"], ["code2", "CW"], ["code3", "CUW"], ["continent", "NA"], ["tld", "cw"], ["currency", "ANG"], ["created_at", "2016-01-18 20:22:15.003858"], ["updated_at", "2016-01-18 20:22:15.003858"]]  (128.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Christmas Island"], ["code2", "CX"], ["code3", "CXR"], ["continent", "AS"], ["tld", "cx"], ["currency", "AUD"], ["created_at", "2016-01-18 20:22:15.138115"], ["updated_at", "2016-01-18 20:22:15.138115"]]  (163.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cyprus"], ["code2", "CY"], ["code3", "CYP"], ["continent", "EU"], ["tld", "cy"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:15.307291"], ["updated_at", "2016-01-18 20:22:15.307291"]]  (196.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Czech Republic"], ["code2", "CZ"], ["code3", "CZE"], ["continent", "EU"], ["tld", "cz"], ["currency", "CZK"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:15.508985"], ["updated_at", "2016-01-18 20:22:15.508985"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Germany"], ["code2", "DE"], ["code3", "DEU"], ["continent", "EU"], ["tld", "de"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:15.676716"], ["updated_at", "2016-01-18 20:22:15.676716"]]  (139.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Djibouti"], ["code2", "DJ"], ["code3", "DJI"], ["continent", "AF"], ["tld", "dj"], ["currency", "DJF"], ["created_at", "2016-01-18 20:22:15.820826"], ["updated_at", "2016-01-18 20:22:15.820826"]]  (210.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Denmark"], ["code2", "DK"], ["code3", "DNK"], ["continent", "EU"], ["tld", "dk"], ["currency", "DKK"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:16.034684"], ["updated_at", "2016-01-18 20:22:16.034684"]]  (195.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominica"], ["code2", "DM"], ["code3", "DMA"], ["continent", "NA"], ["tld", "dm"], ["currency", "XCD"], ["created_at", "2016-01-18 20:22:16.235265"], ["updated_at", "2016-01-18 20:22:16.235265"]]  (162.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominican Republic"], ["code2", "DO"], ["code3", "DOM"], ["continent", "NA"], ["tld", "do"], ["currency", "DOP"], ["created_at", "2016-01-18 20:22:16.403480"], ["updated_at", "2016-01-18 20:22:16.403480"]]  (151.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Algeria"], ["code2", "DZ"], ["code3", "DZA"], ["continent", "AF"], ["tld", "dz"], ["currency", "DZD"], ["created_at", "2016-01-18 20:22:16.560339"], ["updated_at", "2016-01-18 20:22:16.560339"]]  (318.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ecuador"], ["code2", "EC"], ["code3", "ECU"], ["continent", "SA"], ["tld", "ec"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:16.883948"], ["updated_at", "2016-01-18 20:22:16.883948"]]  (163.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Estonia"], ["code2", "EE"], ["code3", "EST"], ["continent", "EU"], ["tld", "ee"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:17.053377"], ["updated_at", "2016-01-18 20:22:17.053377"]]  (206.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Egypt"], ["code2", "EG"], ["code3", "EGY"], ["continent", "AF"], ["tld", "eg"], ["currency", "EGP"], ["created_at", "2016-01-18 20:22:17.265775"], ["updated_at", "2016-01-18 20:22:17.265775"]]  (218.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Western Sahara"], ["code2", "EH"], ["code3", "ESH"], ["continent", "AF"], ["tld", "eh"], ["currency", "MAD"], ["created_at", "2016-01-18 20:22:17.489057"], ["updated_at", "2016-01-18 20:22:17.489057"]]  (150.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Eritrea"], ["code2", "ER"], ["code3", "ERI"], ["continent", "AF"], ["tld", "er"], ["currency", "ERN"], ["created_at", "2016-01-18 20:22:17.645551"], ["updated_at", "2016-01-18 20:22:17.645551"]]  (129.1ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Spain"], ["code2", "ES"], ["code3", "ESP"], ["continent", "EU"], ["tld", "es"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:17.780391"], ["updated_at", "2016-01-18 20:22:17.780391"]]  (139.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ethiopia"], ["code2", "ET"], ["code3", "ETH"], ["continent", "AF"], ["tld", "et"], ["currency", "ETB"], ["created_at", "2016-01-18 20:22:17.924167"], ["updated_at", "2016-01-18 20:22:17.924167"]]  (221.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Finland"], ["code2", "FI"], ["code3", "FIN"], ["continent", "EU"], ["tld", "fi"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:18.148954"], ["updated_at", "2016-01-18 20:22:18.148954"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Fiji"], ["code2", "FJ"], ["code3", "FJI"], ["continent", "OC"], ["tld", "fj"], ["currency", "FJD"], ["created_at", "2016-01-18 20:22:18.294683"], ["updated_at", "2016-01-18 20:22:18.294683"]]  (129.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Falkland Islands"], ["code2", "FK"], ["code3", "FLK"], ["continent", "SA"], ["tld", "fk"], ["currency", "FKP"], ["created_at", "2016-01-18 20:22:18.429500"], ["updated_at", "2016-01-18 20:22:18.429500"]]  (153.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Micronesia"], ["code2", "FM"], ["code3", "FSM"], ["continent", "OC"], ["tld", "fm"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:18.587388"], ["updated_at", "2016-01-18 20:22:18.587388"]]  (240.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Faroe Islands"], ["code2", "FO"], ["code3", "FRO"], ["continent", "EU"], ["tld", "fo"], ["currency", "DKK"], ["created_at", "2016-01-18 20:22:18.833146"], ["updated_at", "2016-01-18 20:22:18.833146"]]  (151.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "France"], ["code2", "FR"], ["code3", "FRA"], ["continent", "EU"], ["tld", "fr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:18.989840"], ["updated_at", "2016-01-18 20:22:18.989840"]]  (128.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gabon"], ["code2", "GA"], ["code3", "GAB"], ["continent", "AF"], ["tld", "ga"], ["currency", "XAF"], ["created_at", "2016-01-18 20:22:19.123767"], ["updated_at", "2016-01-18 20:22:19.123767"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Kingdom"], ["code2", "GB"], ["code3", "GBR"], ["continent", "EU"], ["tld", "uk"], ["currency", "GBP"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:19.258612"], ["updated_at", "2016-01-18 20:22:19.258612"]]  (128.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Grenada"], ["code2", "GD"], ["code3", "GRD"], ["continent", "NA"], ["tld", "gd"], ["currency", "XCD"], ["created_at", "2016-01-18 20:22:19.392379"], ["updated_at", "2016-01-18 20:22:19.392379"]]  (129.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Georgia"], ["code2", "GE"], ["code3", "GEO"], ["continent", "AS"], ["tld", "ge"], ["currency", "GEL"], ["created_at", "2016-01-18 20:22:19.527525"], ["updated_at", "2016-01-18 20:22:19.527525"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Guiana"], ["code2", "GF"], ["code3", "GUF"], ["continent", "SA"], ["tld", "gf"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:19.662296"], ["updated_at", "2016-01-18 20:22:19.662296"]]  (151.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guernsey"], ["code2", "GG"], ["code3", "GGY"], ["continent", "EU"], ["tld", "gg"], ["currency", "GBP"], ["created_at", "2016-01-18 20:22:19.829994"], ["updated_at", "2016-01-18 20:22:19.829994"]]  (161.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ghana"], ["code2", "GH"], ["code3", "GHA"], ["continent", "AF"], ["tld", "gh"], ["currency", "GHS"], ["created_at", "2016-01-18 20:22:19.997975"], ["updated_at", "2016-01-18 20:22:19.997975"]]  (141.0ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gibraltar"], ["code2", "GI"], ["code3", "GIB"], ["continent", "EU"], ["tld", "gi"], ["currency", "GIP"], ["created_at", "2016-01-18 20:22:20.144271"], ["updated_at", "2016-01-18 20:22:20.144271"]]  (129.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greenland"], ["code2", "GL"], ["code3", "GRL"], ["continent", "NA"], ["tld", "gl"], ["currency", "DKK"], ["created_at", "2016-01-18 20:22:20.279734"], ["updated_at", "2016-01-18 20:22:20.279734"]]  (128.2ms) commit transaction  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gambia"], ["code2", "GM"], ["code3", "GMB"], ["continent", "AF"], ["tld", "gm"], ["currency", "GMD"], ["created_at", "2016-01-18 20:22:20.413915"], ["updated_at", "2016-01-18 20:22:20.413915"]]  (128.4ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea"], ["code2", "GN"], ["code3", "GIN"], ["continent", "AF"], ["tld", "gn"], ["currency", "GNF"], ["created_at", "2016-01-18 20:22:20.548359"], ["updated_at", "2016-01-18 20:22:20.548359"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guadeloupe"], ["code2", "GP"], ["code3", "GLP"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:20.682861"], ["updated_at", "2016-01-18 20:22:20.682861"]]  (128.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Equatorial Guinea"], ["code2", "GQ"], ["code3", "GNQ"], ["continent", "AF"], ["tld", "gq"], ["currency", "XAF"], ["created_at", "2016-01-18 20:22:20.816642"], ["updated_at", "2016-01-18 20:22:20.816642"]]  (129.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greece"], ["code2", "GR"], ["code3", "GRC"], ["continent", "EU"], ["tld", "gr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:20.951768"], ["updated_at", "2016-01-18 20:22:20.951768"]]  (128.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Georgia and the South Sandwich Islands"], ["code2", "GS"], ["code3", "SGS"], ["continent", "AN"], ["tld", "gs"], ["currency", "GBP"], ["created_at", "2016-01-18 20:22:21.085988"], ["updated_at", "2016-01-18 20:22:21.085988"]]  (139.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guatemala"], ["code2", "GT"], ["code3", "GTM"], ["continent", "NA"], ["tld", "gt"], ["currency", "GTQ"], ["created_at", "2016-01-18 20:22:21.231818"], ["updated_at", "2016-01-18 20:22:21.231818"]]  (139.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guam"], ["code2", "GU"], ["code3", "GUM"], ["continent", "OC"], ["tld", "gu"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:21.376764"], ["updated_at", "2016-01-18 20:22:21.376764"]]  (152.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea-Bissau"], ["code2", "GW"], ["code3", "GNB"], ["continent", "AF"], ["tld", "gw"], ["currency", "XOF"], ["created_at", "2016-01-18 20:22:21.534800"], ["updated_at", "2016-01-18 20:22:21.534800"]]  (296.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guyana"], ["code2", "GY"], ["code3", "GUY"], ["continent", "SA"], ["tld", "gy"], ["currency", "GYD"], ["created_at", "2016-01-18 20:22:21.836735"], ["updated_at", "2016-01-18 20:22:21.836735"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hong Kong"], ["code2", "HK"], ["code3", "HKG"], ["continent", "AS"], ["tld", "hk"], ["currency", "HKD"], ["created_at", "2016-01-18 20:22:21.981959"], ["updated_at", "2016-01-18 20:22:21.981959"]]  (130.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Heard Island and McDonald Islands"], ["code2", "HM"], ["code3", "HMD"], ["continent", "AN"], ["tld", "hm"], ["currency", "AUD"], ["created_at", "2016-01-18 20:22:22.116991"], ["updated_at", "2016-01-18 20:22:22.116991"]]  (161.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Honduras"], ["code2", "HN"], ["code3", "HND"], ["continent", "NA"], ["tld", "hn"], ["currency", "HNL"], ["created_at", "2016-01-18 20:22:22.284543"], ["updated_at", "2016-01-18 20:22:22.284543"]]  (251.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Croatia"], ["code2", "HR"], ["code3", "HRV"], ["continent", "EU"], ["tld", "hr"], ["currency", "HRK"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:22.541281"], ["updated_at", "2016-01-18 20:22:22.541281"]]  (139.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Haiti"], ["code2", "HT"], ["code3", "HTI"], ["continent", "NA"], ["tld", "ht"], ["currency", "HTG"], ["created_at", "2016-01-18 20:22:22.686635"], ["updated_at", "2016-01-18 20:22:22.686635"]]  (139.5ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hungary"], ["code2", "HU"], ["code3", "HUN"], ["continent", "EU"], ["tld", "hu"], ["currency", "HUF"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:22.832228"], ["updated_at", "2016-01-18 20:22:22.832228"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Indonesia"], ["code2", "ID"], ["code3", "IDN"], ["continent", "AS"], ["tld", "id"], ["currency", "IDR"], ["created_at", "2016-01-18 20:22:22.989033"], ["updated_at", "2016-01-18 20:22:22.989033"]]  (164.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ireland"], ["code2", "IE"], ["code3", "IRL"], ["continent", "EU"], ["tld", "ie"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:23.158536"], ["updated_at", "2016-01-18 20:22:23.158536"]]  (184.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Israel"], ["code2", "IL"], ["code3", "ISR"], ["continent", "AS"], ["tld", "il"], ["currency", "ILS"], ["created_at", "2016-01-18 20:22:23.348717"], ["updated_at", "2016-01-18 20:22:23.348717"]]  (184.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Isle of Man"], ["code2", "IM"], ["code3", "IMN"], ["continent", "EU"], ["tld", "im"], ["currency", "GBP"], ["created_at", "2016-01-18 20:22:23.538479"], ["updated_at", "2016-01-18 20:22:23.538479"]]  (173.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "India"], ["code2", "IN"], ["code3", "IND"], ["continent", "AS"], ["tld", "in"], ["currency", "INR"], ["created_at", "2016-01-18 20:22:23.717433"], ["updated_at", "2016-01-18 20:22:23.717433"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Indian Ocean Territory"], ["code2", "IO"], ["code3", "IOT"], ["continent", "AS"], ["tld", "io"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:23.863000"], ["updated_at", "2016-01-18 20:22:23.863000"]]  (162.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iraq"], ["code2", "IQ"], ["code3", "IRQ"], ["continent", "AS"], ["tld", "iq"], ["currency", "IQD"], ["created_at", "2016-01-18 20:22:24.030814"], ["updated_at", "2016-01-18 20:22:24.030814"]]  (240.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iran"], ["code2", "IR"], ["code3", "IRN"], ["continent", "AS"], ["tld", "ir"], ["currency", "IRR"], ["created_at", "2016-01-18 20:22:24.276578"], ["updated_at", "2016-01-18 20:22:24.276578"]]  (151.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iceland"], ["code2", "IS"], ["code3", "ISL"], ["continent", "EU"], ["tld", "is"], ["currency", "ISK"], ["created_at", "2016-01-18 20:22:24.433161"], ["updated_at", "2016-01-18 20:22:24.433161"]]  (184.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Italy"], ["code2", "IT"], ["code3", "ITA"], ["continent", "EU"], ["tld", "it"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:24.623328"], ["updated_at", "2016-01-18 20:22:24.623328"]]  (228.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jersey"], ["code2", "JE"], ["code3", "JEY"], ["continent", "EU"], ["tld", "je"], ["currency", "GBP"], ["created_at", "2016-01-18 20:22:24.857883"], ["updated_at", "2016-01-18 20:22:24.857883"]]  (174.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jamaica"], ["code2", "JM"], ["code3", "JAM"], ["continent", "NA"], ["tld", "jm"], ["currency", "JMD"], ["created_at", "2016-01-18 20:22:25.036922"], ["updated_at", "2016-01-18 20:22:25.036922"]]  (165.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jordan"], ["code2", "JO"], ["code3", "JOR"], ["continent", "AS"], ["tld", "jo"], ["currency", "JOD"], ["created_at", "2016-01-18 20:22:25.206016"], ["updated_at", "2016-01-18 20:22:25.206016"]]  (184.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Japan"], ["code2", "JP"], ["code3", "JPN"], ["continent", "AS"], ["tld", "jp"], ["currency", "JPY"], ["created_at", "2016-01-18 20:22:25.396302"], ["updated_at", "2016-01-18 20:22:25.396302"]]  (251.0ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kenya"], ["code2", "KE"], ["code3", "KEN"], ["continent", "AF"], ["tld", "ke"], ["currency", "KES"], ["created_at", "2016-01-18 20:22:25.653165"], ["updated_at", "2016-01-18 20:22:25.653165"]]  (151.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kyrgyzstan"], ["code2", "KG"], ["code3", "KGZ"], ["continent", "AS"], ["tld", "kg"], ["currency", "KGS"], ["created_at", "2016-01-18 20:22:25.809643"], ["updated_at", "2016-01-18 20:22:25.809643"]]  (151.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cambodia"], ["code2", "KH"], ["code3", "KHM"], ["continent", "AS"], ["tld", "kh"], ["currency", "KHR"], ["created_at", "2016-01-18 20:22:25.964879"], ["updated_at", "2016-01-18 20:22:25.964879"]]  (243.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kiribati"], ["code2", "KI"], ["code3", "KIR"], ["continent", "OC"], ["tld", "ki"], ["currency", "AUD"], ["created_at", "2016-01-18 20:22:26.212025"], ["updated_at", "2016-01-18 20:22:26.212025"]]  (162.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Comoros"], ["code2", "KM"], ["code3", "COM"], ["continent", "AF"], ["tld", "km"], ["currency", "KMF"], ["created_at", "2016-01-18 20:22:26.379594"], ["updated_at", "2016-01-18 20:22:26.379594"]]  (229.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Kitts and Nevis"], ["code2", "KN"], ["code3", "KNA"], ["continent", "NA"], ["tld", "kn"], ["currency", "XCD"], ["created_at", "2016-01-18 20:22:26.614481"], ["updated_at", "2016-01-18 20:22:26.614481"]]  (174.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "North Korea"], ["code2", "KP"], ["code3", "PRK"], ["continent", "AS"], ["tld", "kp"], ["currency", "KPW"], ["created_at", "2016-01-18 20:22:26.794712"], ["updated_at", "2016-01-18 20:22:26.794712"]]  (162.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Korea"], ["code2", "KR"], ["code3", "KOR"], ["continent", "AS"], ["tld", "kr"], ["currency", "KRW"], ["created_at", "2016-01-18 20:22:26.963026"], ["updated_at", "2016-01-18 20:22:26.963026"]]  (173.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kosovo"], ["code2", "XK"], ["code3", "XKX"], ["continent", "EU"], ["tld", ""], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:27.142186"], ["updated_at", "2016-01-18 20:22:27.142186"]]  (184.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kuwait"], ["code2", "KW"], ["code3", "KWT"], ["continent", "AS"], ["tld", "kw"], ["currency", "KWD"], ["created_at", "2016-01-18 20:22:27.332252"], ["updated_at", "2016-01-18 20:22:27.332252"]]  (184.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cayman Islands"], ["code2", "KY"], ["code3", "CYM"], ["continent", "NA"], ["tld", "ky"], ["currency", "KYD"], ["created_at", "2016-01-18 20:22:27.522187"], ["updated_at", "2016-01-18 20:22:27.522187"]]  (140.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kazakhstan"], ["code2", "KZ"], ["code3", "KAZ"], ["continent", "AS"], ["tld", "kz"], ["currency", "KZT"], ["created_at", "2016-01-18 20:22:27.667892"], ["updated_at", "2016-01-18 20:22:27.667892"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Laos"], ["code2", "LA"], ["code3", "LAO"], ["continent", "AS"], ["tld", "la"], ["currency", "LAK"], ["created_at", "2016-01-18 20:22:27.835419"], ["updated_at", "2016-01-18 20:22:27.835419"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lebanon"], ["code2", "LB"], ["code3", "LBN"], ["continent", "AS"], ["tld", "lb"], ["currency", "LBP"], ["created_at", "2016-01-18 20:22:27.981393"], ["updated_at", "2016-01-18 20:22:27.981393"]]  (140.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Lucia"], ["code2", "LC"], ["code3", "LCA"], ["continent", "NA"], ["tld", "lc"], ["currency", "XCD"], ["created_at", "2016-01-18 20:22:28.126485"], ["updated_at", "2016-01-18 20:22:28.126485"]]  (141.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liechtenstein"], ["code2", "LI"], ["code3", "LIE"], ["continent", "EU"], ["tld", "li"], ["currency", "CHF"], ["created_at", "2016-01-18 20:22:28.273818"], ["updated_at", "2016-01-18 20:22:28.273818"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sri Lanka"], ["code2", "LK"], ["code3", "LKA"], ["continent", "AS"], ["tld", "lk"], ["currency", "LKR"], ["created_at", "2016-01-18 20:22:28.419098"], ["updated_at", "2016-01-18 20:22:28.419098"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liberia"], ["code2", "LR"], ["code3", "LBR"], ["continent", "AF"], ["tld", "lr"], ["currency", "LRD"], ["created_at", "2016-01-18 20:22:28.564723"], ["updated_at", "2016-01-18 20:22:28.564723"]]  (206.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lesotho"], ["code2", "LS"], ["code3", "LSO"], ["continent", "AF"], ["tld", "ls"], ["currency", "LSL"], ["created_at", "2016-01-18 20:22:28.777083"], ["updated_at", "2016-01-18 20:22:28.777083"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lithuania"], ["code2", "LT"], ["code3", "LTU"], ["continent", "EU"], ["tld", "lt"], ["currency", "LTL"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:28.933482"], ["updated_at", "2016-01-18 20:22:28.933482"]]  (162.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Luxembourg"], ["code2", "LU"], ["code3", "LUX"], ["continent", "EU"], ["tld", "lu"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:29.101497"], ["updated_at", "2016-01-18 20:22:29.101497"]]  (228.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Latvia"], ["code2", "LV"], ["code3", "LVA"], ["continent", "EU"], ["tld", "lv"], ["currency", "LVL"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:29.335987"], ["updated_at", "2016-01-18 20:22:29.335987"]]  (173.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Libya"], ["code2", "LY"], ["code3", "LBY"], ["continent", "AF"], ["tld", "ly"], ["currency", "LYD"], ["created_at", "2016-01-18 20:22:29.514953"], ["updated_at", "2016-01-18 20:22:29.514953"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Morocco"], ["code2", "MA"], ["code3", "MAR"], ["continent", "AF"], ["tld", "ma"], ["currency", "MAD"], ["created_at", "2016-01-18 20:22:29.660150"], ["updated_at", "2016-01-18 20:22:29.660150"]]  (195.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Monaco"], ["code2", "MC"], ["code3", "MCO"], ["continent", "EU"], ["tld", "mc"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:29.861650"], ["updated_at", "2016-01-18 20:22:29.861650"]]  (174.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Moldova"], ["code2", "MD"], ["code3", "MDA"], ["continent", "EU"], ["tld", "md"], ["currency", "MDL"], ["created_at", "2016-01-18 20:22:30.041790"], ["updated_at", "2016-01-18 20:22:30.041790"]]  (162.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montenegro"], ["code2", "ME"], ["code3", "MNE"], ["continent", "EU"], ["tld", "me"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:30.208238"], ["updated_at", "2016-01-18 20:22:30.208238"]]  (154.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Martin"], ["code2", "MF"], ["code3", "MAF"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:30.366197"], ["updated_at", "2016-01-18 20:22:30.366197"]]  (162.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Madagascar"], ["code2", "MG"], ["code3", "MDG"], ["continent", "AF"], ["tld", "mg"], ["currency", "MGA"], ["created_at", "2016-01-18 20:22:30.534430"], ["updated_at", "2016-01-18 20:22:30.534430"]]  (195.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Marshall Islands"], ["code2", "MH"], ["code3", "MHL"], ["continent", "OC"], ["tld", "mh"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:30.735456"], ["updated_at", "2016-01-18 20:22:30.735456"]]  (173.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macedonia"], ["code2", "MK"], ["code3", "MKD"], ["continent", "EU"], ["tld", "mk"], ["currency", "MKD"], ["created_at", "2016-01-18 20:22:30.914123"], ["updated_at", "2016-01-18 20:22:30.914123"]]  (151.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mali"], ["code2", "ML"], ["code3", "MLI"], ["continent", "AF"], ["tld", "ml"], ["currency", "XOF"], ["created_at", "2016-01-18 20:22:31.071297"], ["updated_at", "2016-01-18 20:22:31.071297"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Myanmar"], ["code2", "MM"], ["code3", "MMR"], ["continent", "AS"], ["tld", "mm"], ["currency", "MMK"], ["created_at", "2016-01-18 20:22:31.239186"], ["updated_at", "2016-01-18 20:22:31.239186"]]  (184.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mongolia"], ["code2", "MN"], ["code3", "MNG"], ["continent", "AS"], ["tld", "mn"], ["currency", "MNT"], ["created_at", "2016-01-18 20:22:31.429073"], ["updated_at", "2016-01-18 20:22:31.429073"]]  (163.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macao"], ["code2", "MO"], ["code3", "MAC"], ["continent", "AS"], ["tld", "mo"], ["currency", "MOP"], ["created_at", "2016-01-18 20:22:31.598514"], ["updated_at", "2016-01-18 20:22:31.598514"]]  (174.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Northern Mariana Islands"], ["code2", "MP"], ["code3", "MNP"], ["continent", "OC"], ["tld", "mp"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:31.777791"], ["updated_at", "2016-01-18 20:22:31.777791"]]  (128.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Martinique"], ["code2", "MQ"], ["code3", "MTQ"], ["continent", "NA"], ["tld", "mq"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:31.912235"], ["updated_at", "2016-01-18 20:22:31.912235"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritania"], ["code2", "MR"], ["code3", "MRT"], ["continent", "AF"], ["tld", "mr"], ["currency", "MRO"], ["created_at", "2016-01-18 20:22:32.057713"], ["updated_at", "2016-01-18 20:22:32.057713"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montserrat"], ["code2", "MS"], ["code3", "MSR"], ["continent", "NA"], ["tld", "ms"], ["currency", "XCD"], ["created_at", "2016-01-18 20:22:32.203068"], ["updated_at", "2016-01-18 20:22:32.203068"]]  (128.8ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malta"], ["code2", "MT"], ["code3", "MLT"], ["continent", "EU"], ["tld", "mt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:32.337770"], ["updated_at", "2016-01-18 20:22:32.337770"]]  (151.6ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritius"], ["code2", "MU"], ["code3", "MUS"], ["continent", "AF"], ["tld", "mu"], ["currency", "MUR"], ["created_at", "2016-01-18 20:22:32.494133"], ["updated_at", "2016-01-18 20:22:32.494133"]]  (130.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Maldives"], ["code2", "MV"], ["code3", "MDV"], ["continent", "AS"], ["tld", "mv"], ["currency", "MVR"], ["created_at", "2016-01-18 20:22:32.628819"], ["updated_at", "2016-01-18 20:22:32.628819"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malawi"], ["code2", "MW"], ["code3", "MWI"], ["continent", "AF"], ["tld", "mw"], ["currency", "MWK"], ["created_at", "2016-01-18 20:22:32.762921"], ["updated_at", "2016-01-18 20:22:32.762921"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mexico"], ["code2", "MX"], ["code3", "MEX"], ["continent", "NA"], ["tld", "mx"], ["currency", "MXN"], ["created_at", "2016-01-18 20:22:32.897759"], ["updated_at", "2016-01-18 20:22:32.897759"]]  (141.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malaysia"], ["code2", "MY"], ["code3", "MYS"], ["continent", "AS"], ["tld", "my"], ["currency", "MYR"], ["created_at", "2016-01-18 20:22:33.044682"], ["updated_at", "2016-01-18 20:22:33.044682"]]  (151.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mozambique"], ["code2", "MZ"], ["code3", "MOZ"], ["continent", "AF"], ["tld", "mz"], ["currency", "MZN"], ["created_at", "2016-01-18 20:22:33.201462"], ["updated_at", "2016-01-18 20:22:33.201462"]]  (162.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Namibia"], ["code2", "NA"], ["code3", "NAM"], ["continent", "AF"], ["tld", "na"], ["currency", "NAD"], ["created_at", "2016-01-18 20:22:33.369508"], ["updated_at", "2016-01-18 20:22:33.369508"]]  (129.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Caledonia"], ["code2", "NC"], ["code3", "NCL"], ["continent", "OC"], ["tld", "nc"], ["currency", "XPF"], ["created_at", "2016-01-18 20:22:33.503987"], ["updated_at", "2016-01-18 20:22:33.503987"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niger"], ["code2", "NE"], ["code3", "NER"], ["continent", "AF"], ["tld", "ne"], ["currency", "XOF"], ["created_at", "2016-01-18 20:22:33.638170"], ["updated_at", "2016-01-18 20:22:33.638170"]]  (150.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norfolk Island"], ["code2", "NF"], ["code3", "NFK"], ["continent", "OC"], ["tld", "nf"], ["currency", "AUD"], ["created_at", "2016-01-18 20:22:33.794918"], ["updated_at", "2016-01-18 20:22:33.794918"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nigeria"], ["code2", "NG"], ["code3", "NGA"], ["continent", "AF"], ["tld", "ng"], ["currency", "NGN"], ["created_at", "2016-01-18 20:22:33.929262"], ["updated_at", "2016-01-18 20:22:33.929262"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nicaragua"], ["code2", "NI"], ["code3", "NIC"], ["continent", "NA"], ["tld", "ni"], ["currency", "NIO"], ["created_at", "2016-01-18 20:22:34.063892"], ["updated_at", "2016-01-18 20:22:34.063892"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands"], ["code2", "NL"], ["code3", "NLD"], ["continent", "EU"], ["tld", "nl"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:34.198094"], ["updated_at", "2016-01-18 20:22:34.198094"]]  (141.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norway"], ["code2", "NO"], ["code3", "NOR"], ["continent", "EU"], ["tld", "no"], ["currency", "NOK"], ["created_at", "2016-01-18 20:22:34.343754"], ["updated_at", "2016-01-18 20:22:34.343754"]]  (163.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nepal"], ["code2", "NP"], ["code3", "NPL"], ["continent", "AS"], ["tld", "np"], ["currency", "NPR"], ["created_at", "2016-01-18 20:22:34.513253"], ["updated_at", "2016-01-18 20:22:34.513253"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nauru"], ["code2", "NR"], ["code3", "NRU"], ["continent", "OC"], ["tld", "nr"], ["currency", "AUD"], ["created_at", "2016-01-18 20:22:34.658674"], ["updated_at", "2016-01-18 20:22:34.658674"]]  (128.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niue"], ["code2", "NU"], ["code3", "NIU"], ["continent", "OC"], ["tld", "nu"], ["currency", "NZD"], ["created_at", "2016-01-18 20:22:34.793154"], ["updated_at", "2016-01-18 20:22:34.793154"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Zealand"], ["code2", "NZ"], ["code3", "NZL"], ["continent", "OC"], ["tld", "nz"], ["currency", "NZD"], ["created_at", "2016-01-18 20:22:34.927307"], ["updated_at", "2016-01-18 20:22:34.927307"]]  (151.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Oman"], ["code2", "OM"], ["code3", "OMN"], ["continent", "AS"], ["tld", "om"], ["currency", "OMR"], ["created_at", "2016-01-18 20:22:35.084380"], ["updated_at", "2016-01-18 20:22:35.084380"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Panama"], ["code2", "PA"], ["code3", "PAN"], ["continent", "NA"], ["tld", "pa"], ["currency", "PAB"], ["created_at", "2016-01-18 20:22:35.218622"], ["updated_at", "2016-01-18 20:22:35.218622"]]  (173.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Peru"], ["code2", "PE"], ["code3", "PER"], ["continent", "SA"], ["tld", "pe"], ["currency", "PEN"], ["created_at", "2016-01-18 20:22:35.397398"], ["updated_at", "2016-01-18 20:22:35.397398"]]  (207.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Polynesia"], ["code2", "PF"], ["code3", "PYF"], ["continent", "OC"], ["tld", "pf"], ["currency", "XPF"], ["created_at", "2016-01-18 20:22:35.609868"], ["updated_at", "2016-01-18 20:22:35.609868"]]  (173.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Papua New Guinea"], ["code2", "PG"], ["code3", "PNG"], ["continent", "OC"], ["tld", "pg"], ["currency", "PGK"], ["created_at", "2016-01-18 20:22:35.788973"], ["updated_at", "2016-01-18 20:22:35.788973"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Philippines"], ["code2", "PH"], ["code3", "PHL"], ["continent", "AS"], ["tld", "ph"], ["currency", "PHP"], ["created_at", "2016-01-18 20:22:35.923257"], ["updated_at", "2016-01-18 20:22:35.923257"]]  (163.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pakistan"], ["code2", "PK"], ["code3", "PAK"], ["continent", "AS"], ["tld", "pk"], ["currency", "PKR"], ["created_at", "2016-01-18 20:22:36.092675"], ["updated_at", "2016-01-18 20:22:36.092675"]]  (229.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Poland"], ["code2", "PL"], ["code3", "POL"], ["continent", "EU"], ["tld", "pl"], ["currency", "PLN"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:36.327198"], ["updated_at", "2016-01-18 20:22:36.327198"]]  (173.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Pierre and Miquelon"], ["code2", "PM"], ["code3", "SPM"], ["continent", "NA"], ["tld", "pm"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:36.506133"], ["updated_at", "2016-01-18 20:22:36.506133"]]  (128.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pitcairn"], ["code2", "PN"], ["code3", "PCN"], ["continent", "OC"], ["tld", "pn"], ["currency", "NZD"], ["created_at", "2016-01-18 20:22:36.640733"], ["updated_at", "2016-01-18 20:22:36.640733"]]  (139.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Puerto Rico"], ["code2", "PR"], ["code3", "PRI"], ["continent", "NA"], ["tld", "pr"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:36.786120"], ["updated_at", "2016-01-18 20:22:36.786120"]]  (195.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palestinian Territory"], ["code2", "PS"], ["code3", "PSE"], ["continent", "AS"], ["tld", "ps"], ["currency", "ILS"], ["created_at", "2016-01-18 20:22:36.987436"], ["updated_at", "2016-01-18 20:22:36.987436"]]  (195.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Portugal"], ["code2", "PT"], ["code3", "PRT"], ["continent", "EU"], ["tld", "pt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:37.188808"], ["updated_at", "2016-01-18 20:22:37.188808"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palau"], ["code2", "PW"], ["code3", "PLW"], ["continent", "OC"], ["tld", "pw"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:37.334207"], ["updated_at", "2016-01-18 20:22:37.334207"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Paraguay"], ["code2", "PY"], ["code3", "PRY"], ["continent", "SA"], ["tld", "py"], ["currency", "PYG"], ["created_at", "2016-01-18 20:22:37.468810"], ["updated_at", "2016-01-18 20:22:37.468810"]]  (174.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Qatar"], ["code2", "QA"], ["code3", "QAT"], ["continent", "AS"], ["tld", "qa"], ["currency", "QAR"], ["created_at", "2016-01-18 20:22:37.649032"], ["updated_at", "2016-01-18 20:22:37.649032"]]  (195.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Reunion"], ["code2", "RE"], ["code3", "REU"], ["continent", "AF"], ["tld", "re"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:37.850334"], ["updated_at", "2016-01-18 20:22:37.850334"]]  (150.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Romania"], ["code2", "RO"], ["code3", "ROU"], ["continent", "EU"], ["tld", "ro"], ["currency", "RON"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:38.007128"], ["updated_at", "2016-01-18 20:22:38.007128"]]  (162.0ms) commit transaction  (8.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia"], ["code2", "RS"], ["code3", "SRB"], ["continent", "EU"], ["tld", "rs"], ["currency", "RSD"], ["created_at", "2016-01-18 20:22:38.183072"], ["updated_at", "2016-01-18 20:22:38.183072"]]  (200.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Russia"], ["code2", "RU"], ["code3", "RUS"], ["continent", "EU"], ["tld", "ru"], ["currency", "RUB"], ["created_at", "2016-01-18 20:22:38.387163"], ["updated_at", "2016-01-18 20:22:38.387163"]]  (184.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Rwanda"], ["code2", "RW"], ["code3", "RWA"], ["continent", "AF"], ["tld", "rw"], ["currency", "RWF"], ["created_at", "2016-01-18 20:22:38.577411"], ["updated_at", "2016-01-18 20:22:38.577411"]]  (129.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saudi Arabia"], ["code2", "SA"], ["code3", "SAU"], ["continent", "AS"], ["tld", "sa"], ["currency", "SAR"], ["created_at", "2016-01-18 20:22:38.711505"], ["updated_at", "2016-01-18 20:22:38.711505"]]  (141.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Solomon Islands"], ["code2", "SB"], ["code3", "SLB"], ["continent", "OC"], ["tld", "sb"], ["currency", "SBD"], ["created_at", "2016-01-18 20:22:38.857355"], ["updated_at", "2016-01-18 20:22:38.857355"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Seychelles"], ["code2", "SC"], ["code3", "SYC"], ["continent", "AF"], ["tld", "sc"], ["currency", "SCR"], ["created_at", "2016-01-18 20:22:39.013852"], ["updated_at", "2016-01-18 20:22:39.013852"]]  (173.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sudan"], ["code2", "SD"], ["code3", "SDN"], ["continent", "AF"], ["tld", "sd"], ["currency", "SDG"], ["created_at", "2016-01-18 20:22:39.192915"], ["updated_at", "2016-01-18 20:22:39.192915"]]  (163.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Sudan"], ["code2", "SS"], ["code3", "SSD"], ["continent", "AF"], ["tld", ""], ["currency", "SSP"], ["created_at", "2016-01-18 20:22:39.362087"], ["updated_at", "2016-01-18 20:22:39.362087"]]  (162.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sweden"], ["code2", "SE"], ["code3", "SWE"], ["continent", "EU"], ["tld", "se"], ["currency", "SEK"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:39.530149"], ["updated_at", "2016-01-18 20:22:39.530149"]]  (217.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Singapore"], ["code2", "SG"], ["code3", "SGP"], ["continent", "AS"], ["tld", "sg"], ["currency", "SGD"], ["created_at", "2016-01-18 20:22:39.753507"], ["updated_at", "2016-01-18 20:22:39.753507"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Helena"], ["code2", "SH"], ["code3", "SHN"], ["continent", "AF"], ["tld", "sh"], ["currency", "SHP"], ["created_at", "2016-01-18 20:22:39.898870"], ["updated_at", "2016-01-18 20:22:39.898870"]]  (139.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovenia"], ["code2", "SI"], ["code3", "SVN"], ["continent", "EU"], ["tld", "si"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:40.044652"], ["updated_at", "2016-01-18 20:22:40.044652"]]  (206.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Svalbard and Jan Mayen"], ["code2", "SJ"], ["code3", "SJM"], ["continent", "EU"], ["tld", "sj"], ["currency", "NOK"], ["created_at", "2016-01-18 20:22:40.256939"], ["updated_at", "2016-01-18 20:22:40.256939"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovakia"], ["code2", "SK"], ["code3", "SVK"], ["continent", "EU"], ["tld", "sk"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-18 20:22:40.424762"], ["updated_at", "2016-01-18 20:22:40.424762"]]  (151.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sierra Leone"], ["code2", "SL"], ["code3", "SLE"], ["continent", "AF"], ["tld", "sl"], ["currency", "SLL"], ["created_at", "2016-01-18 20:22:40.581532"], ["updated_at", "2016-01-18 20:22:40.581532"]]  (207.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "San Marino"], ["code2", "SM"], ["code3", "SMR"], ["continent", "EU"], ["tld", "sm"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:40.793729"], ["updated_at", "2016-01-18 20:22:40.793729"]]  (174.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Senegal"], ["code2", "SN"], ["code3", "SEN"], ["continent", "AF"], ["tld", "sn"], ["currency", "XOF"], ["created_at", "2016-01-18 20:22:40.974148"], ["updated_at", "2016-01-18 20:22:40.974148"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Somalia"], ["code2", "SO"], ["code3", "SOM"], ["continent", "AF"], ["tld", "so"], ["currency", "SOS"], ["created_at", "2016-01-18 20:22:41.142117"], ["updated_at", "2016-01-18 20:22:41.142117"]]  (162.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Suriname"], ["code2", "SR"], ["code3", "SUR"], ["continent", "SA"], ["tld", "sr"], ["currency", "SRD"], ["created_at", "2016-01-18 20:22:41.310050"], ["updated_at", "2016-01-18 20:22:41.310050"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sao Tome and Principe"], ["code2", "ST"], ["code3", "STP"], ["continent", "AF"], ["tld", "st"], ["currency", "STD"], ["created_at", "2016-01-18 20:22:41.455370"], ["updated_at", "2016-01-18 20:22:41.455370"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "El Salvador"], ["code2", "SV"], ["code3", "SLV"], ["continent", "NA"], ["tld", "sv"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:41.589981"], ["updated_at", "2016-01-18 20:22:41.589981"]]  (129.7ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sint Maarten"], ["code2", "SX"], ["code3", "SXM"], ["continent", "NA"], ["tld", "sx"], ["currency", "ANG"], ["created_at", "2016-01-18 20:22:41.724322"], ["updated_at", "2016-01-18 20:22:41.724322"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Syria"], ["code2", "SY"], ["code3", "SYR"], ["continent", "AS"], ["tld", "sy"], ["currency", "SYP"], ["created_at", "2016-01-18 20:22:41.858748"], ["updated_at", "2016-01-18 20:22:41.858748"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Swaziland"], ["code2", "SZ"], ["code3", "SWZ"], ["continent", "AF"], ["tld", "sz"], ["currency", "SZL"], ["created_at", "2016-01-18 20:22:41.993209"], ["updated_at", "2016-01-18 20:22:41.993209"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turks and Caicos Islands"], ["code2", "TC"], ["code3", "TCA"], ["continent", "NA"], ["tld", "tc"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:42.127744"], ["updated_at", "2016-01-18 20:22:42.127744"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chad"], ["code2", "TD"], ["code3", "TCD"], ["continent", "AF"], ["tld", "td"], ["currency", "XAF"], ["created_at", "2016-01-18 20:22:42.273162"], ["updated_at", "2016-01-18 20:22:42.273162"]]  (130.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Southern Territories"], ["code2", "TF"], ["code3", "ATF"], ["continent", "AN"], ["tld", "tf"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:42.409121"], ["updated_at", "2016-01-18 20:22:42.409121"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Togo"], ["code2", "TG"], ["code3", "TGO"], ["continent", "AF"], ["tld", "tg"], ["currency", "XOF"], ["created_at", "2016-01-18 20:22:42.554501"], ["updated_at", "2016-01-18 20:22:42.554501"]]  (150.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Thailand"], ["code2", "TH"], ["code3", "THA"], ["continent", "AS"], ["tld", "th"], ["currency", "THB"], ["created_at", "2016-01-18 20:22:42.711266"], ["updated_at", "2016-01-18 20:22:42.711266"]]  (172.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tajikistan"], ["code2", "TJ"], ["code3", "TJK"], ["continent", "AS"], ["tld", "tj"], ["currency", "TJS"], ["created_at", "2016-01-18 20:22:42.889521"], ["updated_at", "2016-01-18 20:22:42.889521"]]  (208.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tokelau"], ["code2", "TK"], ["code3", "TKL"], ["continent", "OC"], ["tld", "tk"], ["currency", "NZD"], ["created_at", "2016-01-18 20:22:43.102483"], ["updated_at", "2016-01-18 20:22:43.102483"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "East Timor"], ["code2", "TL"], ["code3", "TLS"], ["continent", "OC"], ["tld", "tl"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:43.237063"], ["updated_at", "2016-01-18 20:22:43.237063"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkmenistan"], ["code2", "TM"], ["code3", "TKM"], ["continent", "AS"], ["tld", "tm"], ["currency", "TMT"], ["created_at", "2016-01-18 20:22:43.371194"], ["updated_at", "2016-01-18 20:22:43.371194"]]  (161.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tunisia"], ["code2", "TN"], ["code3", "TUN"], ["continent", "AF"], ["tld", "tn"], ["currency", "TND"], ["created_at", "2016-01-18 20:22:43.538863"], ["updated_at", "2016-01-18 20:22:43.538863"]]  (217.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tonga"], ["code2", "TO"], ["code3", "TON"], ["continent", "OC"], ["tld", "to"], ["currency", "TOP"], ["created_at", "2016-01-18 20:22:43.762548"], ["updated_at", "2016-01-18 20:22:43.762548"]]  (128.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkey"], ["code2", "TR"], ["code3", "TUR"], ["continent", "AS"], ["tld", "tr"], ["currency", "TRY"], ["created_at", "2016-01-18 20:22:43.896878"], ["updated_at", "2016-01-18 20:22:43.896878"]]  (141.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Trinidad and Tobago"], ["code2", "TT"], ["code3", "TTO"], ["continent", "NA"], ["tld", "tt"], ["currency", "TTD"], ["created_at", "2016-01-18 20:22:44.043914"], ["updated_at", "2016-01-18 20:22:44.043914"]]  (162.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tuvalu"], ["code2", "TV"], ["code3", "TUV"], ["continent", "OC"], ["tld", "tv"], ["currency", "AUD"], ["created_at", "2016-01-18 20:22:44.211879"], ["updated_at", "2016-01-18 20:22:44.211879"]]  (150.7ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Taiwan"], ["code2", "TW"], ["code3", "TWN"], ["continent", "AS"], ["tld", "tw"], ["currency", "TWD"], ["created_at", "2016-01-18 20:22:44.368499"], ["updated_at", "2016-01-18 20:22:44.368499"]]  (173.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tanzania"], ["code2", "TZ"], ["code3", "TZA"], ["continent", "AF"], ["tld", "tz"], ["currency", "TZS"], ["created_at", "2016-01-18 20:22:44.547377"], ["updated_at", "2016-01-18 20:22:44.547377"]]  (151.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ukraine"], ["code2", "UA"], ["code3", "UKR"], ["continent", "EU"], ["tld", "ua"], ["currency", "UAH"], ["created_at", "2016-01-18 20:22:44.704440"], ["updated_at", "2016-01-18 20:22:44.704440"]]  (262.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uganda"], ["code2", "UG"], ["code3", "UGA"], ["continent", "AF"], ["tld", "ug"], ["currency", "UGX"], ["created_at", "2016-01-18 20:22:44.972251"], ["updated_at", "2016-01-18 20:22:44.972251"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States Minor Outlying Islands"], ["code2", "UM"], ["code3", "UMI"], ["continent", "OC"], ["tld", "um"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:45.139942"], ["updated_at", "2016-01-18 20:22:45.139942"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States"], ["code2", "US"], ["code3", "USA"], ["continent", "NA"], ["tld", "us"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:45.274641"], ["updated_at", "2016-01-18 20:22:45.274641"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uruguay"], ["code2", "UY"], ["code3", "URY"], ["continent", "SA"], ["tld", "uy"], ["currency", "UYU"], ["created_at", "2016-01-18 20:22:45.420100"], ["updated_at", "2016-01-18 20:22:45.420100"]]  (230.3ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uzbekistan"], ["code2", "UZ"], ["code3", "UZB"], ["continent", "AS"], ["tld", "uz"], ["currency", "UZS"], ["created_at", "2016-01-18 20:22:45.657374"], ["updated_at", "2016-01-18 20:22:45.657374"]]  (139.3ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vatican"], ["code2", "VA"], ["code3", "VAT"], ["continent", "EU"], ["tld", "va"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:45.802215"], ["updated_at", "2016-01-18 20:22:45.802215"]]  (129.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Vincent and the Grenadines"], ["code2", "VC"], ["code3", "VCT"], ["continent", "NA"], ["tld", "vc"], ["currency", "XCD"], ["created_at", "2016-01-18 20:22:45.936792"], ["updated_at", "2016-01-18 20:22:45.936792"]]  (127.6ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Venezuela"], ["code2", "VE"], ["code3", "VEN"], ["continent", "SA"], ["tld", "ve"], ["currency", "VEF"], ["created_at", "2016-01-18 20:22:46.071084"], ["updated_at", "2016-01-18 20:22:46.071084"]]  (128.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Virgin Islands"], ["code2", "VG"], ["code3", "VGB"], ["continent", "NA"], ["tld", "vg"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:46.205177"], ["updated_at", "2016-01-18 20:22:46.205177"]]  (139.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "U.S. Virgin Islands"], ["code2", "VI"], ["code3", "VIR"], ["continent", "NA"], ["tld", "vi"], ["currency", "USD"], ["created_at", "2016-01-18 20:22:46.350701"], ["updated_at", "2016-01-18 20:22:46.350701"]]  (127.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vietnam"], ["code2", "VN"], ["code3", "VNM"], ["continent", "AS"], ["tld", "vn"], ["currency", "VND"], ["created_at", "2016-01-18 20:22:46.485019"], ["updated_at", "2016-01-18 20:22:46.485019"]]  (129.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vanuatu"], ["code2", "VU"], ["code3", "VUT"], ["continent", "OC"], ["tld", "vu"], ["currency", "VUV"], ["created_at", "2016-01-18 20:22:46.620319"], ["updated_at", "2016-01-18 20:22:46.620319"]]  (261.3ms) commit transaction  (0.7ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Wallis and Futuna"], ["code2", "WF"], ["code3", "WLF"], ["continent", "OC"], ["tld", "wf"], ["currency", "XPF"], ["created_at", "2016-01-18 20:22:46.888113"], ["updated_at", "2016-01-18 20:22:46.888113"]]  (138.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Samoa"], ["code2", "WS"], ["code3", "WSM"], ["continent", "OC"], ["tld", "ws"], ["currency", "WST"], ["created_at", "2016-01-18 20:22:47.033484"], ["updated_at", "2016-01-18 20:22:47.033484"]]  (129.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Yemen"], ["code2", "YE"], ["code3", "YEM"], ["continent", "AS"], ["tld", "ye"], ["currency", "YER"], ["created_at", "2016-01-18 20:22:47.168975"], ["updated_at", "2016-01-18 20:22:47.168975"]]  (128.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mayotte"], ["code2", "YT"], ["code3", "MYT"], ["continent", "AF"], ["tld", "yt"], ["currency", "EUR"], ["created_at", "2016-01-18 20:22:47.301717"], ["updated_at", "2016-01-18 20:22:47.301717"]]  (132.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Africa"], ["code2", "ZA"], ["code3", "ZAF"], ["continent", "AF"], ["tld", "za"], ["currency", "ZAR"], ["created_at", "2016-01-18 20:22:47.436483"], ["updated_at", "2016-01-18 20:22:47.436483"]]  (143.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zambia"], ["code2", "ZM"], ["code3", "ZMB"], ["continent", "AF"], ["tld", "zm"], ["currency", "ZMK"], ["created_at", "2016-01-18 20:22:47.583987"], ["updated_at", "2016-01-18 20:22:47.583987"]]  (138.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zimbabwe"], ["code2", "ZW"], ["code3", "ZWE"], ["continent", "AF"], ["tld", "zw"], ["currency", "ZWL"], ["created_at", "2016-01-18 20:22:47.728735"], ["updated_at", "2016-01-18 20:22:47.728735"]]  (127.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia and Montenegro"], ["code2", "CS"], ["code3", "SCG"], ["continent", "EU"], ["tld", "cs"], ["currency", "RSD"], ["created_at", "2016-01-18 20:22:47.862959"], ["updated_at", "2016-01-18 20:22:47.862959"]]  (128.2ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands Antilles"], ["code2", "AN"], ["code3", "ANT"], ["continent", "NA"], ["tld", "an"], ["currency", "ANG"], ["created_at", "2016-01-18 20:22:47.997818"], ["updated_at", "2016-01-18 20:22:47.997818"]]  (151.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) begin transaction Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "first_name", "last_name", "admin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["email", "admin@example.com"], ["encrypted_password", "$2a$10$gwDT9Iik9GepAcHF4P1pVOkC50PlS0.GDWMhXoTd42h6RnTNrJeNq"], ["first_name", "Default"], ["last_name", "Admin"], ["admin", "t"], ["created_at", "2016-01-18 20:22:48.472105"], ["updated_at", "2016-01-18 20:22:48.472105"]]  (146.0ms) commit transaction DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/" for 127.0.0.1 at 2016-01-18 14:23:10 -0600 Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (279.0ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (54.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:23:11.455669' and ends_at >= '2016-01-18 20:23:11.455669') Completed 200 OK in 505ms (Views: 484.2ms | ActiveRecord: 3.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 14:23:44 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (55.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:23:44.794318' and ends_at >= '2016-01-18 20:23:44.794318') Completed 200 OK in 162ms (Views: 157.0ms | ActiveRecord: 0.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 14:23:44 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:23:44.913841' and ends_at >= '2016-01-18 20:23:44.913841') Completed 200 OK in 99ms (Views: 97.5ms | ActiveRecord: 0.2ms) Started GET "/users/sign_up" for 127.0.0.1 at 2016-01-18 14:23:48 -0600 Processing by Devise::RegistrationsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/registrations/new.html.haml within layouts/hatchy/application (19.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:23:48.950276' and ends_at >= '2016-01-18 20:23:48.950276') Completed 200 OK in 99ms (Views: 97.6ms | ActiveRecord: 0.2ms) Started POST "/users" for 127.0.0.1 at 2016-01-18 14:23:54 -0600 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"C6IEztSTtUxhxNXxXJeEIm73Y3ZJSA1jpNxWdxC8SzCOy3otf+lsSyxmubFq2NEwERg3ASMBipfStu9LOBLHAw==", "user"=>{"email"=>"te@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Let me in now!"}  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'te@mail.com' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'te@mail.com' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "te@mail.com"], ["encrypted_password", "$2a$10$/DAcd70W1nOfvgPaA34TC.hZV.H.LhiTfl2g4k/PlzT/w3qt6qoXK"], ["created_at", "2016-01-18 20:23:54.266197"], ["updated_at", "2016-01-18 20:23:54.266197"]]  (157.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 20:23:54.427131"], ["current_sign_in_at", "2016-01-18 20:23:54.427131"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-18 20:23:54.428816"], ["id", 2]]  (159.9ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 435ms (ActiveRecord: 318.3ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:23:54 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.0ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:23:54.655515' and ends_at >= '2016-01-18 20:23:54.655515') Completed 200 OK in 72ms (Views: 70.1ms | ActiveRecord: 0.7ms) Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-18 14:23:59 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.4ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (10.5ms) Hatchy::Country Load (1.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (39.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (76.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:23:59.630197' and ends_at >= '2016-01-18 20:23:59.630197') Completed 200 OK in 162ms (Views: 137.3ms | ActiveRecord: 3.6ms) Started PATCH "/users/2" for 127.0.0.1 at 2016-01-18 14:24:06 -0600 Processing by Hatchy::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9q5AhB4xfmyRjwQRHiJaaTNv9eYnoiJQu4XzoOtRgERzxz5ntUuna9wtaFEobQ97TIChkU3rpaTN70qcw/8Mdw==", "user"=>{"first_name"=>"TE", "last_name"=>"te", "facebook_link"=>"", "twitter_link"=>"", "about"=>""}, "anchor"=>"about_you", "commit"=>"Save Profile", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'te@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_users" SET "first_name" = ?, "last_name" = ?, "facebook_link" = ?, "twitter_link" = ?, "about" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["first_name", "TE"], ["last_name", "te"], ["facebook_link", ""], ["twitter_link", ""], ["about", ""], ["updated_at", "2016-01-18 20:24:06.492179"], ["id", 2]]  (242.7ms) commit transaction Redirected to http://localhost:3000/users/2/edit#about_you Completed 302 Found in 254ms (ActiveRecord: 243.6ms) Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-18 14:24:06 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (6.0ms) Hatchy::Country Load (1.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (23.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (40.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:24:06.824061' and ends_at >= '2016-01-18 20:24:06.824061') Completed 200 OK in 110ms (Views: 100.1ms | ActiveRecord: 2.9ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 14:24:11 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 2]] Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:24:11.566342' and ends_at >= '2016-01-18 20:24:11.566342') Completed 200 OK in 89ms (Views: 73.3ms | ActiveRecord: 1.0ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-18 14:24:14 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:24:14.600242' and ends_at >= '2016-01-18 20:24:14.600242') Completed 200 OK in 105ms (Views: 86.1ms | ActiveRecord: 0.9ms) Started POST "/projects" for 127.0.0.1 at 2016-01-18 14:24:20 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AolwyCk4VTJ5aYL/0fQCMnpkbEFK86fRoLL2hy2MEY2H4A4rgkKMNTTL7r/nu1cgBYs4NiC6ICXW2E+7BSKdvg==", "project"=>{"name"=>"NOTGME", "category_id"=>"13"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_projects" ("name", "category_id", "user_id", "created_at", "updated_at", "status", "send_to_draft_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "NOTGME"], ["category_id", 13], ["user_id", 2], ["created_at", "2016-01-18 20:24:20.192349"], ["updated_at", "2016-01-18 20:24:20.192349"], ["status", "draft"], ["send_to_draft_at", "2016-01-18 20:24:20.192572"]] SQL (0.3ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 1], ["created_at", "2016-01-18 20:24:20.204403"], ["updated_at", "2016-01-18 20:24:20.204403"]]  (258.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 283ms (ActiveRecord: 259.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:24:20 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.1ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (14.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (29.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (93.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:24:20.626165' and ends_at >= '2016-01-18 20:24:20.626165') Completed 200 OK in 181ms (Views: 158.0ms | ActiveRecord: 2.0ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 14:24:23 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"btCJ6w4QMI5iTYuodR7PCljcNYu9cyNVO5homiCFCO3rufcIpWrpiS/v5+hDUZoYJzNh/Nc6pKFN8tGmCCuE3g==", "project"=>{"name"=>"NOTGME", "category_id"=>"13", "city"=>""}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) rollback transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 10ms (ActiveRecord: 0.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:24:23 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (52.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:24:23.598354' and ends_at >= '2016-01-18 20:24:23.598354') Completed 200 OK in 126ms (Views: 116.7ms | ActiveRecord: 1.3ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 14:24:25 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0BzJNw99owkPb3kH1QT8H0MKZkSSBfmwHCisqeytbHNVdbfUpAd6DkLNFUfjS6kNPOUyM/hMfkRqQhWVxAPgQA==", "project"=>{"name"=>"NOTGME", "category_id"=>"13", "city"=>"Mont"}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "city" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["city", "Mont"], ["updated_at", "2016-01-18 20:24:25.489550"], ["id", 1]]  (384.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 397ms (ActiveRecord: 385.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:24:25 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (51.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:24:25.975089' and ends_at >= '2016-01-18 20:24:25.975089') Completed 200 OK in 123ms (Views: 115.3ms | ActiveRecord: 1.7ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 14:24:31 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8/6lifaiek1kJipSPIgLTyfqrcpUkZ0A/rFMIcLG3QN2l9tqXdijSimERhIKx15dWAX5vT7YGvSI2/Ud6mhRMA==", "project"=>{"goal"=>"200", "online_days"=>"2"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "goal" = ?, "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["goal", 200.0], ["online_days", 2], ["updated_at", "2016-01-18 20:24:31.509046"], ["id", 1]]  (168.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#goal Completed 302 Found in 178ms (ActiveRecord: 168.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:24:31 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (53.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:24:31.780530' and ends_at >= '2016-01-18 20:24:31.780530') Completed 200 OK in 125ms (Views: 119.7ms | ActiveRecord: 1.2ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 14:24:40 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0/7SlhOJr8XCS1pcarX3quCBcnE7qJDTDbYxE0SqihVWl6x1uPN2wo/pNhxc+qK4n24mBlHhFyd73IgvbAQGJg==", "project"=>{"about"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"description", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "about" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["about", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 20:24:40.065742"], ["id", 1]]  (185.5ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#description Completed 302 Found in 197ms (ActiveRecord: 186.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:24:40 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.2ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (47.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:24:40.344470' and ends_at >= '2016-01-18 20:24:40.344470') Completed 200 OK in 128ms (Views: 118.5ms | ActiveRecord: 1.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 14:24:48 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DF+yB/1mdY87Pg4C19JkaPGc7gfc08ruPJ9FV0hE52eJNszkVhysiHacYkLhnTF6jnO6cLaaTRpK9fxrYOprVA==", "project"=>{"video_url"=>"https://www.youtube.com/watch?v=63iLLXJ7oic"}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "video_url" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["video_url", "https://www.youtube.com/watch?v=63iLLXJ7oic"], ["updated_at", "2016-01-18 20:24:48.744015"], ["id", 1]]  (226.8ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#video Completed 302 Found in 237ms (ActiveRecord: 227.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:24:48 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (52.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:24:49.069634' and ends_at >= '2016-01-18 20:24:49.069634') Completed 200 OK in 126ms (Views: 119.9ms | ActiveRecord: 1.5ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 14:24:56 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"uTvzRblJ3PbAlYj5B8e796BjSSQ/jQFfGc3pyCheIF08Uo2mEjMF8Y035LkxiO7l34wdU1XEhqtvp1D0APCsbg==", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (1.7ms) UPDATE "hatchy_projects" SET "budget" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["budget", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-18 20:24:56.093604"], ["id", 1]]  (146.2ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#budget Completed 302 Found in 163ms (ActiveRecord: 148.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:24:56 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (52.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:24:56.348369' and ends_at >= '2016-01-18 20:24:56.348369') Completed 200 OK in 126ms (Views: 118.5ms | ActiveRecord: 1.2ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 14:25:49 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Sn+nDOzXRMuAyVCe9XSfplwTdNaCnVGVAYfWKBKMI5LPFtnvR62dzM1rPN7DO8q0I/wgoejU1mF37W8UOiKvoQ==", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#budget Completed 302 Found in 10ms (ActiveRecord: 1.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:25:49 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (47.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:25:49.669000' and ends_at >= '2016-01-18 20:25:49.669000') Completed 200 OK in 120ms (Views: 114.1ms | ActiveRecord: 1.1ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 14:26:02 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7LKivza8mECB6J3+2hNgqysweTuXz62VFypK/TxhQppp29xcncZBR8xK8b7sXDW5VN8tTP2GKmFhQPPBFM/OqQ==", "project"=>{"project_img"=>#, @original_filename="game.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"game.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"this is headline"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) UPDATE "hatchy_projects" SET "headline" = ?, "project_img" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["headline", "this is headline"], ["project_img", "game.jpg"], ["updated_at", "2016-01-18 20:26:02.167083"], ["id", 1]]  (173.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#project_card Completed 302 Found in 231ms (ActiveRecord: 174.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:26:02 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (49.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:02.440902' and ends_at >= '2016-01-18 20:26:02.440902') Completed 200 OK in 124ms (Views: 115.7ms | ActiveRecord: 1.5ms) Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-18 14:26:07 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.0ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "analysis"], ["updated_at", "2016-01-18 20:26:07.501012"], ["id", 1]]  (149.2ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 159ms (ActiveRecord: 149.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:26:07 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (23.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (75.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:07.779328' and ends_at >= '2016-01-18 20:26:07.779328') Completed 200 OK in 155ms (Views: 146.1ms | ActiveRecord: 1.6ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:26:14 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:14.772067' and ends_at >= '2016-01-18 20:26:14.772067') Completed 200 OK in 75ms (Views: 74.0ms | ActiveRecord: 0.4ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-18 14:26:19 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"UUwom1fCFnQnBuhzYJFGWuRlPW4oYdxNHj5z//SSAQDUJVZ4/LjPc2qkhDNW3hNIm4ppGUIoW7loVMrD3DyNMw=="} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 8ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:26:19 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:19.229810' and ends_at >= '2016-01-18 20:26:19.229810') Completed 200 OK in 65ms (Views: 64.0ms | ActiveRecord: 0.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 14:26:21 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:21.619139' and ends_at >= '2016-01-18 20:26:21.619139') Completed 200 OK in 79ms (Views: 77.3ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 14:26:26 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"66dZ0yb6zN6wb48Ax4O9uZw/TjWxIOfNAq2QXRZ875m+y5ZZW4huTdXxnMNxmrGXVoIBala8o4LS0XM16dbWHQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-18 20:26:26.393795"], ["current_sign_in_at", "2016-01-18 20:26:26.393795"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-18 20:26:26.394925"], ["id", 1]]  (169.2ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 269ms (ActiveRecord: 170.0ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:26:26 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (3.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:26.619387' and ends_at >= '2016-01-18 20:26:26.619387') Completed 200 OK in 69ms (Views: 68.6ms | ActiveRecord: 0.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:26:29 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:29.550921' and ends_at >= '2016-01-18 20:26:29.550921') Completed 200 OK in 118ms (Views: 109.0ms | ActiveRecord: 2.7ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 14:26:35 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:35.564317' and ends_at >= '2016-01-18 20:26:35.564317') Completed 200 OK in 95ms (Views: 92.8ms | ActiveRecord: 0.7ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453148795681" for 127.0.0.1 at 2016-01-18 14:26:35 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453148795681", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 9ms (Views: 4.8ms | ActiveRecord: 1.0ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 14:26:37 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:37.279736' and ends_at >= '2016-01-18 20:26:37.279736') Completed 200 OK in 75ms (Views: 72.5ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453148797368" for 127.0.0.1 at 2016-01-18 14:26:37 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453148797368", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 23ms (Views: 16.6ms | ActiveRecord: 1.2ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 14:26:38 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (12.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (22.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:38.525149' and ends_at >= '2016-01-18 20:26:38.525149') Completed 200 OK in 105ms (Views: 90.4ms | ActiveRecord: 0.9ms) Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-18 14:26:41 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"G84j81O14Wjuw/cGaTaO228TfnVVgbK54/etgqmWqUm8wnloMUV/oU+Gm4dgMJvf7uKb2Dk2fpNV/SruKA0i3A==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "approved"], ["updated_at", "2016-01-18 20:26:41.650717"], ["id", 1]]  (279.7ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 291ms (ActiveRecord: 280.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 14:26:41 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (12.0ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:41.992132' and ends_at >= '2016-01-18 20:26:41.992132') Completed 200 OK in 88ms (Views: 83.6ms | ActiveRecord: 1.2ms) Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-18 14:26:44 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"F81E0NPYgEXhh86gJdY9SPEbJLgNMG0WJnrmMhwRAcuwwR5LsSgejEDCoiEs0ChMcOrBFWGHoTyQcGFenYqKXg==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.4ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 8ms (ActiveRecord: 0.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 14:26:44 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:44.092004' and ends_at >= '2016-01-18 20:26:44.092004') Completed 200 OK in 85ms (Views: 81.2ms | ActiveRecord: 0.9ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 14:26:48 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:26:48 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.4ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (73.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:48.454742' and ends_at >= '2016-01-18 20:26:48.454742') Completed 200 OK in 149ms (Views: 142.0ms | ActiveRecord: 1.8ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 14:26:58 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cWXNw09a9D/n4JCLwF2UJp9kygxnl2tdNGRq5LYoTpHWaZdYLapq9kal/ArJW4EiHpUvoQsgp3eCbu2IN7PFBA==", "project"=>{"account_attributes"=>{"account_type"=>"Individuals", "owner_name"=>"test", "email"=>"test@mail.com", "phone"=>"123123", "owner_document"=>"test123", "bank_id"=>"2", "account"=>"123", "account_digit"=>"F123", "address_street"=>"Fake st", "address_city"=>"Fake city", "address_state"=>"Fake state", "address_number"=>"123", "address_zip"=>"F124"}}, "anchor"=>"account", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_project_accounts" ("account", "account_digit", "account_type", "address_city", "address_number", "address_state", "address_street", "address_zip", "bank_id", "email", "owner_document", "owner_name", "phone", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["account", "123"], ["account_digit", "F123"], ["account_type", "Individuals"], ["address_city", "Fake city"], ["address_number", "123"], ["address_state", "Fake state"], ["address_street", "Fake st"], ["address_zip", "F124"], ["bank_id", 2], ["email", "test@mail.com"], ["owner_document", "test123"], ["owner_name", "test"], ["phone", "123123"], ["project_id", 1], ["created_at", "2016-01-18 20:26:58.891371"], ["updated_at", "2016-01-18 20:26:58.891371"]]  (272.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#account Completed 302 Found in 288ms (ActiveRecord: 274.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:26:59 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (65.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:26:59.280699' and ends_at >= '2016-01-18 20:26:59.280699') Completed 200 OK in 130ms (Views: 125.2ms | ActiveRecord: 1.2ms) Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-18 14:27:05 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"SRO9kmWWOMUBI3w4gKf97fbM3GwXHsGG28Aolt0NsyTuH+cJB2amDKBmELmJoejpdz05wXupDaxtyq/6XJY4sQ==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "online"], ["online_date", "2016-01-18 20:27:05.260517"], ["expires_at", "2016-01-20 20:27:05.260517"], ["updated_at", "2016-01-18 20:27:05.261054"], ["id", 1]]  (174.5ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 191ms (ActiveRecord: 175.9ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 14:27:05 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.7ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (20.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:27:05.512754' and ends_at >= '2016-01-18 20:27:05.512754') Completed 200 OK in 115ms (Views: 109.7ms | ActiveRecord: 1.3ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-18 14:27:11 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"EZF1F2gGmVBemR3KSTld5Yzd/vvZoZFqcJtPQJ/EAn62nS+MCvYHmf/ccUtAP0jhDSwbVrUWXUDGkcgsHl+J6w=="} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 6ms (ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:27:11 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:27:11.155944' and ends_at >= '2016-01-18 20:27:11.155944') Completed 200 OK in 67ms (Views: 66.3ms | ActiveRecord: 0.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:27:15 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 14:27:15 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:27:15.990716' and ends_at >= '2016-01-18 20:27:15.990716') Completed 200 OK in 80ms (Views: 77.7ms | ActiveRecord: 0.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 14:27:18 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:27:18.807330' and ends_at >= '2016-01-18 20:27:18.807330') Completed 200 OK in 76ms (Views: 74.2ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 14:27:26 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"uPLhNYailLl5u7MLArh1j8HV1uE8wlFh8esZjFO4w8sRSXoNLiiust2OehtOKQzfKJhH5SpKCjFov6lu9V/M6Q==", "user"=>{"email"=>"te@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "te@mail.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["current_sign_in_at", "2016-01-18 20:27:26.692680"], ["sign_in_count", 2], ["updated_at", "2016-01-18 20:27:26.693701"], ["id", 2]]  (268.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit Completed 302 Found in 366ms (ActiveRecord: 268.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:27:26 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.0ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (62.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:27:27.074696' and ends_at >= '2016-01-18 20:27:27.074696') Completed 200 OK in 129ms (Views: 124.4ms | ActiveRecord: 1.4ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:27:30 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:27:30.443117' and ends_at >= '2016-01-18 20:27:30.443117') Completed 200 OK in 74ms (Views: 72.5ms | ActiveRecord: 0.5ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 14:27:45 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 2]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (5.4ms) Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:27:45.697503' and ends_at >= '2016-01-18 20:27:45.697503') Completed 200 OK in 78ms (Views: 74.0ms | ActiveRecord: 0.8ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 14:27:47 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:27:47 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (1.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.5ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (66.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:27:47.413107' and ends_at >= '2016-01-18 20:27:47.413107') Completed 200 OK in 147ms (Views: 137.8ms | ActiveRecord: 2.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 14:27:51 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.8ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 1.0ms) ActionView::Template::Error (undefined method `strftime' for nil:NilClass): 60: -else 61: %h3= link_to reward.min_value, "#reward-offline" 62: %p= reward.description 63: %p= reward.deliver_at.strftime("%m/%d/%Y") /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml:63:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show_html_haml__2740903000689025127_76404600' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml:56:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show_html_haml__2740903000689025127_76404600' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.3ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 14:28:08 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"y7olyz0htV3DOYCM2SHgB00QJOQYadqHJDChHSXpETiNert+hjkwIXhoopRSl1EKN5XJlGI3ShP54XoX0roCKQ==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"1"}, "1"=>{"min_value"=>"", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"", "max_contributions"=>"", "_destroy"=>"1"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = 1 [["project_id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-01-18 20:28:08.049063"], ["expires_at", "2016-01-20 20:28:08.049063"], ["updated_at", "2016-01-18 20:28:08.049675"], ["id", 1]] SQL (0.1ms) UPDATE "hatchy_rewards" SET "deliver_at" = ?, "updated_at" = ? WHERE "hatchy_rewards"."id" = ? [["deliver_at", "2016-01-01 00:00:00.000000"], ["updated_at", "2016-01-18 20:28:08.051098"], ["id", 1]]  (222.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#rewards Completed 302 Found in 236ms (ActiveRecord: 223.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:28:08 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (60.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:28:08.376667' and ends_at >= '2016-01-18 20:28:08.376667') Completed 200 OK in 127ms (Views: 122.5ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 14:28:11 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:28:11.836214' and ends_at >= '2016-01-18 20:28:11.836214') Completed 200 OK in 74ms (Views: 69.4ms | ActiveRecord: 0.9ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-18 14:28:37 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"aLXNNN+wgD6HIGhw0CnbioZiwyLsaYXDUhw+FgFD9YAudVOBZKgFQjxxSmhbn2qH/OcuUpY3FVePzeUc9hDmkQ=="} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 6ms (ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:28:37 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:28:37.728913' and ends_at >= '2016-01-18 20:28:37.728913') Completed 200 OK in 68ms (Views: 67.0ms | ActiveRecord: 0.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-18 14:28:39 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:28:39.454316' and ends_at >= '2016-01-18 20:28:39.454316') Completed 200 OK in 80ms (Views: 78.1ms | ActiveRecord: 0.1ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-18 14:30:32 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Q6nNSWRHaiC4nwHELIhh4tjY87AaPgkk0dBTysBsjXJII/yva/7X8UY/k9kySPcRXHVocXibTSs6+5b1WLpVuw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["current_sign_in_at", "2016-01-18 20:30:32.249437"], ["sign_in_count", 2], ["updated_at", "2016-01-18 20:30:32.250418"], ["id", 1]]  (129.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 223ms (ActiveRecord: 130.1ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:30:32 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (17.5ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:30:32.441930' and ends_at >= '2016-01-18 20:30:32.441930') Completed 200 OK in 76ms (Views: 75.1ms | ActiveRecord: 0.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:30:37 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:30:37.214245' and ends_at >= '2016-01-18 20:30:37.214245') Completed 200 OK in 85ms (Views: 75.7ms | ActiveRecord: 2.6ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 14:30:40 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:30:40.282163' and ends_at >= '2016-01-18 20:30:40.282163') Completed 200 OK in 84ms (Views: 80.2ms | ActiveRecord: 0.5ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453149040387" for 127.0.0.1 at 2016-01-18 14:30:40 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453149040387", "class_name"=>"Hatchy::Project"} Hatchy::User Load (1.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 11ms (Views: 5.9ms | ActiveRecord: 2.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 14:30:41 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.4ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:30:41.736314' and ends_at >= '2016-01-18 20:30:41.736314') Completed 200 OK in 80ms (Views: 76.3ms | ActiveRecord: 0.7ms) Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-18 14:30:45 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"y5xyYUzTwuDZiHcGAefxSWoaeCuSvPhaFhJ4HQsbmocK4Bh7BhvkY55Opqcq60Y6p7AA0x5HHAKp7KtPbkzUhw==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "recommended" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["recommended", "t"], ["online_date", "2016-01-18 20:30:45.422511"], ["expires_at", "2016-01-20 20:30:45.422511"], ["updated_at", "2016-01-18 20:30:45.423379"], ["id", 1]]  (183.0ms) commit transaction Completed 200 OK in 195ms (ActiveRecord: 184.1ms) Started GET "/" for 127.0.0.1 at 2016-01-18 14:30:48 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.6ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:30:48.065475' and ends_at >= '2016-01-18 20:30:48.065475') Completed 200 OK in 74ms (Views: 72.9ms | ActiveRecord: 0.5ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 14:30:49 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:30:49 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (57.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:30:49.123756' and ends_at >= '2016-01-18 20:30:49.123756') Completed 200 OK in 125ms (Views: 118.2ms | ActiveRecord: 1.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 14:30:51 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:30:51.094637' and ends_at >= '2016-01-18 20:30:51.094637') Completed 200 OK in 86ms (Views: 80.3ms | ActiveRecord: 1.2ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 14:30:54 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:30:54.245215' and ends_at >= '2016-01-18 20:30:54.245215') Completed 200 OK in 95ms (Views: 75.0ms | ActiveRecord: 1.0ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 14:31:00 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GGMYotBIZs1Zy7wBCJO1hHUqmLC2cl/piI2wjdfKCMXZH3K4moBATh4NbaAjnwL3uIDgSDqJu7E3c2Pfsp1GxQ==", "contribution"=>{"reward_id"=>"1", "value"=>"10.0"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "created_at", "updated_at", "status", "step") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 1], ["value", 10.0], ["project_id", 1], ["user_id", 1], ["created_at", "2016-01-18 20:31:00.205245"], ["updated_at", "2016-01-18 20:31:00.205245"], ["status", "pending"], ["step", "reward_data"]]  (157.1ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit Completed 302 Found in 168ms (ActiveRecord: 157.8ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:31:00 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.6ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (29.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (43.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:31:00.453513' and ends_at >= '2016-01-18 20:31:00.453513') Completed 200 OK in 109ms (Views: 100.7ms | ActiveRecord: 2.8ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-01-18 14:31:16 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JWSU0efhd9oBN8euEk0SKFCVlXcAFnvxDxHaJK5j6enkGP7LrSlRWUbxFg85QaVbnT/tj4ztn6mw7wl2yzSn6Q==", "contribution"=>{"name"=>"Default Admin", "email"=>"admin@example.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"3", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181", "step"=>"billing_data"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) UPDATE "hatchy_contributions" SET "ip_address" = ?, "address_city" = ?, "address_number" = ?, "address_phone" = ?, "address_state" = ?, "address_street" = ?, "address_zip" = ?, "country_id" = ?, "document" = ?, "email" = ?, "name" = ?, "step" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["ip_address", "127.0.0.1"], ["address_city", "MONT"], ["address_number", "123"], ["address_phone", "818181"], ["address_state", "NL"], ["address_street", "FAKE AV"], ["address_zip", "123312"], ["country_id", 3], ["document", "11111"], ["email", "admin@example.com"], ["name", "Default Admin"], ["step", "billing_data"], ["updated_at", "2016-01-18 20:31:16.333548"], ["id", 1]]  (250.0ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 262ms (ActiveRecord: 251.0ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 14:31:16 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (25.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (33.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:31:16.663876' and ends_at >= '2016-01-18 20:31:16.663876') Completed 200 OK in 103ms (Views: 96.8ms | ActiveRecord: 2.5ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:31:20 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:31:21.032067' and ends_at >= '2016-01-18 20:31:21.032067') Completed 200 OK in 93ms (Views: 78.8ms | ActiveRecord: 3.8ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 14:31:23 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:31:23.536782' and ends_at >= '2016-01-18 20:31:23.536782') Completed 200 OK in 87ms (Views: 84.4ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453149083644" for 127.0.0.1 at 2016-01-18 14:31:23 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453149083644", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 13ms (Views: 9.6ms | ActiveRecord: 1.4ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:31:25 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 3]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (18.1ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined method `strftime' for nil:NilClass): 43: %th Credit Card Type 44: %td= @contribution.card_type 45: %th Credit Card Expiration Date 46: %td= @contribution.card_expires_on.strftime("%m/%y") 47: %tr 48: %th Value 49: %td= number_to_currency @contribution.value /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:46:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions__basic_info_html_haml___3446591663633339775_55653600' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions_show_html_haml___1355961601027208965_56297080' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.4ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:32:00 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 3]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (10.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (20.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:32:00.915613' and ends_at >= '2016-01-18 20:32:00.915613') Completed 200 OK in 97ms (Views: 93.0ms | ActiveRecord: 1.1ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 14:34:30 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.4ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:34:30.741274' and ends_at >= '2016-01-18 20:34:30.741274') Completed 200 OK in 88ms (Views: 84.6ms | ActiveRecord: 1.1ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 14:34:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:34:31 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (65.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:34:32.079260' and ends_at >= '2016-01-18 20:34:32.079260') Completed 200 OK in 130ms (Views: 125.2ms | ActiveRecord: 1.3ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 14:34:44 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"a/Arj3pV/ikFk8Un/rd5cKpPgqMbzmeKLZu49dKkRH+qjEGVMJ3YqkJVFIbVu84DZ+X6W5c1g9KSZWunt/MKfw==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"", "deliver_at(2i)"=>"", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"1"}, "1"=>{"min_value"=>"", "deliver_at(1i)"=>"", "deliver_at(2i)"=>"", "deliver_at(3i)"=>"1", "description"=>"", "max_contributions"=>"", "_destroy"=>"1"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (1.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = 1 [["project_id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-01-18 20:34:44.531904"], ["expires_at", "2016-01-20 20:34:44.531904"], ["updated_at", "2016-01-18 20:34:44.532810"], ["id", 1]] SQL (0.1ms) UPDATE "hatchy_rewards" SET "deliver_at" = ?, "updated_at" = ? WHERE "hatchy_rewards"."id" = ? [["deliver_at", nil], ["updated_at", "2016-01-18 20:34:44.534963"], ["id", 1]]  (251.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#rewards Completed 302 Found in 273ms (ActiveRecord: 254.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:34:44 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (59.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:34:44.894708' and ends_at >= '2016-01-18 20:34:44.894708') Completed 200 OK in 135ms (Views: 128.7ms | ActiveRecord: 1.5ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:34:50 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.7ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:34:50.941418' and ends_at >= '2016-01-18 20:34:50.941418') Completed 200 OK in 88ms (Views: 76.6ms | ActiveRecord: 3.9ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 14:34:52 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:34:52.952387' and ends_at >= '2016-01-18 20:34:52.952387') Completed 200 OK in 89ms (Views: 85.0ms | ActiveRecord: 0.5ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453149293049" for 127.0.0.1 at 2016-01-18 14:34:53 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453149293049", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.6ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 14ms (Views: 9.9ms | ActiveRecord: 2.0ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:34:54 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 3]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (2.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:34:54.410129' and ends_at >= '2016-01-18 20:34:54.410129') Completed 200 OK in 82ms (Views: 78.9ms | ActiveRecord: 0.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-18 14:35:02 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.2ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:35:02.485223' and ends_at >= '2016-01-18 20:35:02.485223') Completed 200 OK in 91ms (Views: 86.8ms | ActiveRecord: 0.8ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 14:35:03 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:35:03 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (73.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:35:04.010927' and ends_at >= '2016-01-18 20:35:04.010927') Completed 200 OK in 139ms (Views: 134.0ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 14:35:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (8.4ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.9ms) ActionView::Template::Error (undefined method `strftime' for nil:NilClass): 60: -else 61: %h3= link_to reward.min_value, "#reward-offline" 62: %p= reward.description 63: %p= reward.deliver_at.strftime("%m/%d/%Y") /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml:63:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show_html_haml__2740903000689025127_76404600' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml:56:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show_html_haml__2740903000689025127_76404600' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 14:35:48 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:35:48.566980' and ends_at >= '2016-01-18 20:35:48.566980') Completed 200 OK in 85ms (Views: 79.5ms | ActiveRecord: 1.0ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 14:36:06 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:36:06.997360' and ends_at >= '2016-01-18 20:36:06.997360') Completed 200 OK in 75ms (Views: 70.0ms | ActiveRecord: 0.6ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 14:36:26 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:36:26.280099' and ends_at >= '2016-01-18 20:36:26.280099') Completed 200 OK in 93ms (Views: 82.5ms | ActiveRecord: 3.0ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 14:36:27 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:36:27.998944' and ends_at >= '2016-01-18 20:36:27.998944') Completed 200 OK in 87ms (Views: 82.2ms | ActiveRecord: 0.6ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453149388111" for 127.0.0.1 at 2016-01-18 14:36:28 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453149388111", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 11ms (Views: 6.6ms | ActiveRecord: 1.4ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 14:36:29 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 3]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (3.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:36:29.362289' and ends_at >= '2016-01-18 20:36:29.362289') Completed 200 OK in 83ms (Views: 78.0ms | ActiveRecord: 1.0ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 14:36:38 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_projects_you_support.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:36:38.880626' and ends_at >= '2016-01-18 20:36:38.880626') Completed 200 OK in 86ms (Views: 81.0ms | ActiveRecord: 1.1ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 14:36:44 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 14:36:44 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (61.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:36:44.127037' and ends_at >= '2016-01-18 20:36:44.127037') Completed 200 OK in 126ms (Views: 121.4ms | ActiveRecord: 1.2ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 14:38:20 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (98.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (377.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (28.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.7ms) Hatchy::Announcement Load (0.8ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:38:21.369195' and ends_at >= '2016-01-18 20:38:21.369195') Completed 200 OK in 606ms (Views: 527.0ms | ActiveRecord: 5.4ms) Started GET "/assets/hatchy/dashboard.self-5deff8d520c438fb509f014caf527daa01117474ad276ef37a7bea7908ea1d94.js?body=1" for 127.0.0.1 at 2016-01-18 14:38:21 -0600 Started GET "/" for 127.0.0.1 at 2016-01-18 14:38:29 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (14.3ms) Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:38:29.176866' and ends_at >= '2016-01-18 20:38:29.176866') Completed 200 OK in 117ms (Views: 115.0ms | ActiveRecord: 1.4ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 14:38:34 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:38:34.318523' and ends_at >= '2016-01-18 20:38:34.318523') Completed 200 OK in 81ms (Views: 76.5ms | ActiveRecord: 0.8ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 14:38:59 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (17.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 20:38:59.943609' and ends_at >= '2016-01-18 20:38:59.943609') Completed 200 OK in 89ms (Views: 83.4ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/dashboard.self-3c24e4be4219e444d5e706faff90d5900ee8956a0094735a192517e2853f5238.js?body=1" for 127.0.0.1 at 2016-01-18 14:39:00 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 16:16:40 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (94.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (367.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (28.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:16:41.407839' and ends_at >= '2016-01-18 22:16:41.407839') Completed 200 OK in 598ms (Views: 519.2ms | ActiveRecord: 5.0ms) Started GET "/" for 127.0.0.1 at 2016-01-18 16:16:59 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (16.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:16:59.372336' and ends_at >= '2016-01-18 22:16:59.372336') Completed 200 OK in 116ms (Views: 114.0ms | ActiveRecord: 1.1ms) Started GET "/explore" for 127.0.0.1 at 2016-01-18 16:17:03 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 22:17:03.797339' AND '2016-01-18 22:17:03.797545') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (26.4ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:17:03.861960' and ends_at >= '2016-01-18 22:17:03.861960') Completed 200 OK in 113ms (Views: 109.3ms | ActiveRecord: 1.5ms) Started GET "/explore?category_id=13" for 127.0.0.1 at 2016-01-18 16:18:20 -0600 Processing by Hatchy::HomeController#explore as HTML Parameters: {"category_id"=>"13"}  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" INNER JOIN "hatchy_category_followers" ON "hatchy_categories"."id" = "hatchy_category_followers"."category_id" WHERE "hatchy_category_followers"."user_id" = ? AND "hatchy_categories"."id" = ? [["user_id", 1], ["id", 13]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE (status='online' AND category_id= '13') Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (25.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:18:20.815466' and ends_at >= '2016-01-18 22:18:20.815466') Completed 200 OK in 90ms (Views: 88.1ms | ActiveRecord: 1.7ms) Started GET "/explore" for 127.0.0.1 at 2016-01-18 16:18:24 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 22:18:24.707842' AND '2016-01-18 22:18:24.708173') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (9.3ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:18:24.749529' and ends_at >= '2016-01-18 22:18:24.749529') Completed 200 OK in 79ms (Views: 75.8ms | ActiveRecord: 1.1ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/explore" for 127.0.0.1 at 2016-01-18 16:30:18 -0600 Processing by Hatchy::HomeController#explore as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15)  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 22:30:18.896439' AND '2016-01-18 22:30:18.896648') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (4537.3ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (40.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:30:23.548120' and ends_at >= '2016-01-18 22:30:23.548120') Completed 200 OK in 4713ms (Views: 4687.2ms | ActiveRecord: 4.5ms) Started GET "/assets/hatchy/hatchy.self-8a26b757cca93e3d9e31d75979a377be57ee89821a3f869f981a5b8a55d8d7f6.css?body=1" for 127.0.0.1 at 2016-01-18 16:30:23 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-18 16:31:14 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.4ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 22:31:14.399994' AND '2016-01-18 22:31:14.400366') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (14.1ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.7ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:31:14.456527' and ends_at >= '2016-01-18 22:31:14.456527') Completed 200 OK in 103ms (Views: 98.3ms | ActiveRecord: 2.3ms) Started GET "/explore" for 127.0.0.1 at 2016-01-18 16:31:44 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.4ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 22:31:44.289909' AND '2016-01-18 22:31:44.290212') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (19.3ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:31:44.356639' and ends_at >= '2016-01-18 22:31:44.356639') Completed 200 OK in 131ms (Views: 127.4ms | ActiveRecord: 1.7ms) Started GET "/explore" for 127.0.0.1 at 2016-01-18 16:31:58 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 22:31:58.249029' AND '2016-01-18 22:31:58.249149') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (19.0ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:31:58.311024' and ends_at >= '2016-01-18 22:31:58.311024') Completed 200 OK in 117ms (Views: 114.3ms | ActiveRecord: 1.4ms) Started GET "/explore" for 127.0.0.1 at 2016-01-18 16:33:44 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 22:33:44.627978' AND '2016-01-18 22:33:44.628153') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (12.9ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:33:46.878697' and ends_at >= '2016-01-18 22:33:46.878697') Completed 200 OK in 2288ms (Views: 2284.4ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.self-cd3ede4a88ffce620d6cd28a4eea49c288360c03bc67f9b54c0dfcfae087c0bf.css?body=1" for 127.0.0.1 at 2016-01-18 16:33:46 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-18 16:37:25 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.4ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-13 22:37:25.169578' AND '2016-01-18 22:37:25.169790') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (18.6ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:37:25.225042' and ends_at >= '2016-01-18 22:37:25.225042') Completed 200 OK in 91ms (Views: 87.7ms | ActiveRecord: 1.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 16:38:06 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 16:38:06 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (6.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (25.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (12.7ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (29.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (33.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (144.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:38:06.754889' and ends_at >= '2016-01-18 22:38:06.754889') Completed 200 OK in 262ms (Views: 218.2ms | ActiveRecord: 2.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 16:38:08 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (31.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:38:08.787254' and ends_at >= '2016-01-18 22:38:08.787254') Completed 200 OK in 113ms (Views: 105.3ms | ActiveRecord: 1.8ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 16:38:10 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (15.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:38:10.469045' and ends_at >= '2016-01-18 22:38:10.469045') Completed 200 OK in 110ms (Views: 86.7ms | ActiveRecord: 1.0ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-01-18 16:41:49 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:41:49.433689' and ends_at >= '2016-01-18 22:41:49.433689') Completed 200 OK in 117ms (Views: 111.2ms | ActiveRecord: 0.7ms) Started GET "/assets/hatchy/projects/contributions/new_contribution.self-08af685c5809a3ebc1a8a19d12bd084ae3af04db7de6179c899e3ccb9b7eb3a6.js?body=1" for 127.0.0.1 at 2016-01-18 16:41:49 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 16:41:56 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (27.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:41:56.117440' and ends_at >= '2016-01-18 22:41:56.117440') Completed 200 OK in 101ms (Views: 95.5ms | ActiveRecord: 1.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 16:41:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 16:41:57 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (62.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:41:57.269621' and ends_at >= '2016-01-18 22:41:57.269621') Completed 200 OK in 149ms (Views: 143.2ms | ActiveRecord: 1.3ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-18 16:42:13 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4CC+wfT32YvEBIhTmdz2H41DaBmPL+OUa8pKYFwSuLohXNTbvj//CIPCWfKy0EFsQOkQ4QPUB8zUNJkyOUX2ug==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"", "deliver_at(2i)"=>"", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"1"}, "1"=>{"min_value"=>"34", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"2", "deliver_at(3i)"=>"1", "description"=>"i will never give you reward lel", "max_contributions"=>"", "_destroy"=>"false"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = 1 [["project_id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-01-18 22:42:13.809408"], ["expires_at", "2016-01-20 22:42:13.809408"], ["updated_at", "2016-01-18 22:42:13.810577"], ["id", 1]] SQL (0.4ms) INSERT INTO "hatchy_rewards" ("description", "min_value", "deliver_at", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "i will never give you reward lel"], ["min_value", 34.0], ["deliver_at", "2016-02-01 00:00:00.000000"], ["project_id", 1], ["created_at", "2016-01-18 22:42:13.814000"], ["updated_at", "2016-01-18 22:42:13.814000"]]  (248.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#rewards Completed 302 Found in 277ms (ActiveRecord: 250.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 16:42:14 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.9ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (70.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:42:14.186834' and ends_at >= '2016-01-18 22:42:14.186834') Completed 200 OK in 135ms (Views: 127.5ms | ActiveRecord: 1.9ms) Started GET "/" for 127.0.0.1 at 2016-01-18 16:42:18 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (12.1ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:42:18.835835' and ends_at >= '2016-01-18 22:42:18.835835') Completed 200 OK in 76ms (Views: 74.7ms | ActiveRecord: 0.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 16:42:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 16:42:19 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (64.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:42:19.608101' and ends_at >= '2016-01-18 22:42:19.608101') Completed 200 OK in 131ms (Views: 123.9ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 16:42:21 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (52.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:42:21.089876' and ends_at >= '2016-01-18 22:42:21.089876') Completed 200 OK in 118ms (Views: 112.4ms | ActiveRecord: 1.3ms) Started GET "/projects/1/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-18 16:42:23 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:42:23.252858' and ends_at >= '2016-01-18 22:42:23.252858') Completed 200 OK in 79ms (Views: 70.1ms | ActiveRecord: 0.8ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 16:42:36 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cJSTohId7weYjQAUqBLmmjITbfjdpymemjPEdKrUJdqx6Pm4WNXJhN9L0bWDHlHp/7kVAFFczcYlzRcmz4Nr2g==", "contribution"=>{"value"=>"34.0", "reward_id"=>"2"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "created_at", "updated_at", "status", "step") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 2], ["value", 34.0], ["project_id", 1], ["user_id", 1], ["created_at", "2016-01-18 22:42:36.852431"], ["updated_at", "2016-01-18 22:42:36.852431"], ["status", "pending"], ["step", "reward_data"]]  (148.3ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/2/edit Completed 302 Found in 159ms (ActiveRecord: 149.0ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-01-18 16:42:37 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (1.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (36.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (50.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:42:37.101049' and ends_at >= '2016-01-18 22:42:37.101049') Completed 200 OK in 117ms (Views: 108.2ms | ActiveRecord: 2.3ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-18 16:42:43 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:42:43.329490' and ends_at >= '2016-01-18 22:42:43.329490') Completed 200 OK in 88ms (Views: 84.8ms | ActiveRecord: 1.0ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 16:42:51 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (20.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:42:54.067941' and ends_at >= '2016-01-18 22:42:54.067941') Completed 200 OK in 2278ms (Views: 2267.2ms | ActiveRecord: 2.9ms) Started GET "/assets/hatchy/admin.self-a138b5b422d2548b6185a82ec60daa4b800a59a595d67e092021cf9afc710a7e.css?body=1" for 127.0.0.1 at 2016-01-18 16:42:54 -0600 Started GET "/admin/projects" for 127.0.0.1 at 2016-01-18 16:42:59 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:42:59.684947' and ends_at >= '2016-01-18 22:42:59.684947') Completed 200 OK in 93ms (Views: 90.0ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453156979807" for 127.0.0.1 at 2016-01-18 16:42:59 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453156979807", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 13ms (Views: 7.9ms | ActiveRecord: 0.9ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 16:43:01 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:43:01.612146' and ends_at >= '2016-01-18 22:43:01.612146') Completed 200 OK in 96ms (Views: 94.1ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453156981719" for 127.0.0.1 at 2016-01-18 16:43:01 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453156981719", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 27ms (Views: 20.1ms | ActiveRecord: 2.0ms) Started GET "/admin/contributions/2" for 127.0.0.1 at 2016-01-18 16:43:05 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (18.8ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `name' for nil:NilClass): 11: %td= @contribution.user.email 12: %tr 13: %th Country 14: %td= link_to @contribution.country.name, admin_country_path(@contribution.country.id) 15: %th State 16: %td= @contribution.address_state 17: %tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:14:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions__basic_info_html_haml___862976700866448990_29070580' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions_show_html_haml___718006745033599130_29697120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.4ms) Started GET "/admin/contributions/2" for 127.0.0.1 at 2016-01-18 16:44:01 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (12.8ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `country' for nil:NilClass): 11: %td= @contribution.user.email 12: %tr 13: %th Country 14: - if @countribution.country 15: %td= link_to @contribution.country.name, admin_country_path(@contribution.country.id) 16: %th State 17: %td= @contribution.address_state /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:14:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions__basic_info_html_haml___862976700866448990_97507980' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions_show_html_haml___718006745033599130_29697120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453157052815" for 127.0.0.1 at 2016-01-18 16:44:12 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453157052815", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 17ms (Views: 13.4ms | ActiveRecord: 1.7ms) Started GET "/" for 127.0.0.1 at 2016-01-18 16:44:15 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.4ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:44:16.027056' and ends_at >= '2016-01-18 22:44:16.027056') Completed 200 OK in 69ms (Views: 68.3ms | ActiveRecord: 0.5ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 16:44:18 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (21.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (29.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:44:18.965463' and ends_at >= '2016-01-18 22:44:18.965463') Completed 200 OK in 92ms (Views: 88.4ms | ActiveRecord: 1.6ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-01-18 16:44:21 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (1.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (23.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (32.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:44:21.778024' and ends_at >= '2016-01-18 22:44:21.778024') Completed 200 OK in 118ms (Views: 109.6ms | ActiveRecord: 2.3ms) Started GET "/admin" for 127.0.0.1 at 2016-01-18 16:44:36 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:44:36.606925' and ends_at >= '2016-01-18 22:44:36.606925') Completed 200 OK in 115ms (Views: 102.9ms | ActiveRecord: 2.9ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-18 16:44:38 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:44:38.219808' and ends_at >= '2016-01-18 22:44:38.219808') Completed 200 OK in 120ms (Views: 115.3ms | ActiveRecord: 0.7ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453157078348" for 127.0.0.1 at 2016-01-18 16:44:38 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453157078348", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 24ms (Views: 18.4ms | ActiveRecord: 2.2ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 16:44:39 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (7.0ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `country' for nil:NilClass): 11: %td= @contribution.user.email 12: %tr 13: %th Country 14: - if @countribution.country 15: %td= link_to @contribution.country.name, admin_country_path(@contribution.country.id) 16: %th State 17: %td= @contribution.address_state /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:14:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions__basic_info_html_haml___862976700866448990_97507980' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions_show_html_haml___718006745033599130_29697120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.8ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453157082253" for 127.0.0.1 at 2016-01-18 16:44:42 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453157082253", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 12ms (Views: 8.9ms | ActiveRecord: 1.1ms) Started GET "/admin/contributions/2" for 127.0.0.1 at 2016-01-18 16:44:43 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (6.6ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.6ms) ActionView::Template::Error (undefined method `country' for nil:NilClass): 11: %td= @contribution.user.email 12: %tr 13: %th Country 14: - if @countribution.country 15: %td= link_to @contribution.country.name, admin_country_path(@contribution.country.id) 16: %th State 17: %td= @contribution.address_state /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:14:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions__basic_info_html_haml___862976700866448990_97507980' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions_show_html_haml___718006745033599130_29697120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453157084473" for 127.0.0.1 at 2016-01-18 16:44:44 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453157084473", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.6ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 15ms (Views: 10.8ms | ActiveRecord: 1.8ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 16:44:46 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (6.6ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.9ms) ActionView::Template::Error (undefined method `country' for nil:NilClass): 11: %td= @contribution.user.email 12: %tr 13: %th Country 14: - if @countribution.country 15: %td= link_to @contribution.country.name, admin_country_path(@contribution.country.id) 16: %th State 17: %td= @contribution.address_state /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:14:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions__basic_info_html_haml___862976700866448990_97507980' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions_show_html_haml___718006745033599130_29697120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.1ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 16:44:54 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 3]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (13.9ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (24.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:44:54.412231' and ends_at >= '2016-01-18 22:44:54.412231') Completed 200 OK in 103ms (Views: 98.0ms | ActiveRecord: 1.6ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-18 16:45:14 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 3]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (11.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (18.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:45:14.765732' and ends_at >= '2016-01-18 22:45:14.765732') Completed 200 OK in 92ms (Views: 88.1ms | ActiveRecord: 1.1ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453157116799" for 127.0.0.1 at 2016-01-18 16:45:16 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453157116799", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 11ms (Views: 7.9ms | ActiveRecord: 1.0ms) Started GET "/admin/contributions/2" for 127.0.0.1 at 2016-01-18 16:45:18 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (6.0ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `name' for nil:NilClass): 12: %tr 13: %th Country 14: - unless @contribution.country 15: %td= link_to @contribution.country.name, admin_country_path(@contribution.country.id) 16: %th State 17: %td= @contribution.address_state 18: %tr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions__basic_info_html_haml___862976700866448990_116161580' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml:15:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_contributions_show_html_haml___718006745033599130_29697120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.9ms) Started GET "/admin/contributions/2" for 127.0.0.1 at 2016-01-18 16:45:27 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (11.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (19.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:45:27.383950' and ends_at >= '2016-01-18 22:45:27.383950') Completed 200 OK in 94ms (Views: 89.4ms | ActiveRecord: 1.3ms) Started GET "/admin/contributions/2" for 127.0.0.1 at 2016-01-18 16:46:23 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (7.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (14.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:46:23.912193' and ends_at >= '2016-01-18 22:46:23.912193') Completed 200 OK in 89ms (Views: 84.5ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-01-18 16:46:43 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.9ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:46:43.374886' and ends_at >= '2016-01-18 22:46:43.374886') Completed 200 OK in 70ms (Views: 68.3ms | ActiveRecord: 0.6ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-18 16:46:45 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (33.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (42.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 22:46:45.270967' and ends_at >= '2016-01-18 22:46:45.270967') Completed 200 OK in 107ms (Views: 102.3ms | ActiveRecord: 1.7ms) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Started GET "/" for 127.0.0.1 at 2016-01-18 17:16:15 -0600 Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (22.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (72.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (424.5ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (44.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 23:16:16.169422' and ends_at >= '2016-01-18 23:16:16.169422') Completed 200 OK in 627ms (Views: 578.3ms | ActiveRecord: 31.3ms) Started GET "/" for 127.0.0.1 at 2016-01-18 17:16:57 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::HomeController#index as HTML DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (25.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (29.0ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (34.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 23:16:57.425842' and ends_at >= '2016-01-18 23:16:57.425842') Completed 200 OK in 138ms (Views: 125.8ms | ActiveRecord: 2.6ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-18 17:16:58 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-18 17:16:58 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (10.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (25.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.9ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (11.1ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (33.3ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (29.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (143.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 23:16:58.542876' and ends_at >= '2016-01-18 23:16:58.542876') Completed 200 OK in 257ms (Views: 210.2ms | ActiveRecord: 2.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-18 17:16:59 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (32.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 23:16:59.819177' and ends_at >= '2016-01-18 23:16:59.819177') Completed 200 OK in 103ms (Views: 97.8ms | ActiveRecord: 1.5ms) Started GET "/projects/1/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-18 17:17:02 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (15.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 23:17:02.408913' and ends_at >= '2016-01-18 23:17:02.408913') Completed 200 OK in 110ms (Views: 87.8ms | ActiveRecord: 1.0ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 17:17:05 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"C9bBK9cAxmiGbduzxd9w0ycisIQbNTX17cFwdG1PILHKqqsxncjg68GrChLu08eg6ojIfJfO0a1SP6MmCBhusQ==", "contribution"=>{"value"=>"34.0", "reward_id"=>"2"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.7ms) NoMethodError (undefined method `>' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/contribution.rb:32:in `cant_contribute_if_max_contribution' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `block in simple' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validate_callbacks' activemodel (4.2.5) lib/active_model/validations.rb:398:in `run_validations!' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `block in run_validations!' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validation_callbacks' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `run_validations!' activemodel (4.2.5) lib/active_model/validations.rb:337:in `valid?' activerecord (4.2.5) lib/active_record/validations.rb:58:in `valid?' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:23:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.8ms) Started GET "/projects/1/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-18 17:17:16 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 23:17:16.547004' and ends_at >= '2016-01-18 23:17:16.547004') Completed 200 OK in 88ms (Views: 80.5ms | ActiveRecord: 0.8ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 17:17:21 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ON6m+gc/PDdZUO3S0SV8Li5tyVJKyP2VFwmYEF4Nj9b5oszgTfcatB6WPHP6Kctd48exqsYzGc2o90tCO1rB1g==", "contribution"=>{"value"=>"34.0", "reward_id"=>"2"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.8ms) NoMethodError (undefined method `>' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/contribution.rb:32:in `cant_contribute_if_max_contribution' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `block in simple' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validate_callbacks' activemodel (4.2.5) lib/active_model/validations.rb:398:in `run_validations!' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `block in run_validations!' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validation_callbacks' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `run_validations!' activemodel (4.2.5) lib/active_model/validations.rb:337:in `valid?' activerecord (4.2.5) lib/active_record/validations.rb:58:in `valid?' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:23:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (23.9ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 17:18:33 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ON6m+gc/PDdZUO3S0SV8Li5tyVJKyP2VFwmYEF4Nj9b5oszgTfcatB6WPHP6Kctd48exqsYzGc2o90tCO1rB1g==", "contribution"=>{"value"=>"34.0", "reward_id"=>"2"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 86ms (ActiveRecord: 2.8ms) NoMethodError (undefined method `>' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/contribution.rb:32:in `cant_contribute_if_max_contribution' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `block in simple' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validate_callbacks' activemodel (4.2.5) lib/active_model/validations.rb:398:in `run_validations!' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `block in run_validations!' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validation_callbacks' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `run_validations!' activemodel (4.2.5) lib/active_model/validations.rb:337:in `valid?' activerecord (4.2.5) lib/active_record/validations.rb:58:in `valid?' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:23:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.3ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 17:18:45 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ON6m+gc/PDdZUO3S0SV8Li5tyVJKyP2VFwmYEF4Nj9b5oszgTfcatB6WPHP6Kctd48exqsYzGc2o90tCO1rB1g==", "contribution"=>{"value"=>"34.0", "reward_id"=>"2"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 89ms (ActiveRecord: 3.1ms) NoMethodError (undefined method `>' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/contribution.rb:32:in `cant_contribute_if_max_contribution' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `block in simple' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validate_callbacks' activemodel (4.2.5) lib/active_model/validations.rb:398:in `run_validations!' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `block in run_validations!' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validation_callbacks' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `run_validations!' activemodel (4.2.5) lib/active_model/validations.rb:337:in `valid?' activerecord (4.2.5) lib/active_record/validations.rb:58:in `valid?' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:23:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (23.3ms) Started GET "/projects/1/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-18 17:19:28 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 2]] Hatchy::Reward Load (0.4ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 23:19:28.501037' and ends_at >= '2016-01-18 23:19:28.501037') Completed 200 OK in 157ms (Views: 73.1ms | ActiveRecord: 3.4ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 17:19:29 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"kUNmV7buxQpOG5ZmI4kyC2AD+WgcXc27RZYRmQ4ltMRQPwxN/CbjiQndR8cIhYV4ramBkJCmKeP6aMLLa3L6xA==", "contribution"=>{"value"=>"34.0", "reward_id"=>"2"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.6ms) NoMethodError (undefined method `>' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/contribution.rb:33:in `cant_contribute_if_max_contribution' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:192:in `block in simple' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validate_callbacks' activemodel (4.2.5) lib/active_model/validations.rb:398:in `run_validations!' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `block in run_validations!' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_validation_callbacks' activemodel (4.2.5) lib/active_model/validations/callbacks.rb:113:in `run_validations!' activemodel (4.2.5) lib/active_model/validations.rb:337:in `valid?' activerecord (4.2.5) lib/active_record/validations.rb:58:in `valid?' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/contributions_controller.rb:23:in `create' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.1ms) Started GET "/projects/1/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-18 17:19:36 -0600 DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:18) Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. You can opt into the new behavior and remove this warning by setting: config.active_record.raise_in_transactional_callbacks = true (called from at /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/project.rb:15) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 23:19:36.610530' and ends_at >= '2016-01-18 23:19:36.610530') Completed 200 OK in 170ms (Views: 83.5ms | ActiveRecord: 3.2ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-18 17:19:38 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vvLk1RXA2Ajvj6LlWHcureeEvk80QY8eo9PRdil/qn5/jo7PXwj+i6hJc0Rze5neKi7Gt7i6a0YcLQIkTCjkfg==", "contribution"=>{"value"=>"34.0", "reward_id"=>"2"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "created_at", "updated_at", "status", "step") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 2], ["value", 34.0], ["project_id", 1], ["user_id", 1], ["created_at", "2016-01-18 23:19:38.318602"], ["updated_at", "2016-01-18 23:19:38.318602"], ["status", "pending"], ["step", "reward_data"]]  (167.1ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/3/edit Completed 302 Found in 183ms (ActiveRecord: 168.4ms) Started GET "/projects/1/contributions/3/edit" for 127.0.0.1 at 2016-01-18 17:19:38 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"3"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 3]] Hatchy::Country Load (1.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (44.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (60.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-18 23:19:38.592686' and ends_at >= '2016-01-18 23:19:38.592686') Completed 200 OK in 134ms (Views: 127.0ms | ActiveRecord: 2.5ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Hatchy::Category Load (1.8ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."id" ASC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (149.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (132.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHatchyAnnouncements (20160111174923)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174923_create_hatchy_announcements.rb:7)  (0.3ms) CREATE TABLE "hatchy_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text(80) NOT NULL, "starts_at" datetime NOT NULL, "ends_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174923"]]  (182.7ms) commit transaction Migrating to CreateHatchyBanks (20160111174945)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174945_create_hatchy_banks.rb:6)  (0.8ms) CREATE TABLE "hatchy_banks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(80) NOT NULL, "code" varchar(10) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE UNIQUE INDEX "index_hatchy_banks_on_code" ON "hatchy_banks" ("code") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174945"]]  (167.4ms) commit transaction Migrating to CreateHatchyBankAccounts (20160111175001)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175001_create_hatchy_bank_accounts.rb:8)  (0.9ms) CREATE TABLE "hatchy_bank_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "bank_id" integer, "account" varchar NOT NULL, "account_digit" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.4ms) CREATE INDEX "index_hatchy_bank_accounts_on_user_id_and_bank_id" ON "hatchy_bank_accounts" ("user_id", "bank_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175001"]]  (170.7ms) commit transaction Migrating to CreateHatchyCategories (20160111175017)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175017_create_hatchy_categories.rb:5)  (0.8ms) CREATE TABLE "hatchy_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE UNIQUE INDEX "index_hatchy_categories_on_name" ON "hatchy_categories" ("name") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175017"]]  (148.4ms) commit transaction Migrating to CreateHatchyContributions (20160111175037)  (0.3ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175037_create_hatchy_contributions.rb:25)  (1.0ms) CREATE TABLE "hatchy_contributions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "user_id" integer, "reward_id" integer, "country_id" integer, "value" decimal NOT NULL, "status" varchar NOT NULL, "step" varchar NOT NULL, "name" varchar, "email" varchar, "document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_zip" varchar, "address_state" varchar, "address_phone" varchar, "ip_address" varchar, "card_type" varchar, "card_expires_on" date, "anonymous" boolean DEFAULT 'f', "notified_when_finish" boolean, "created_at" datetime, "updated_at" datetime)   (0.4ms) CREATE INDEX "index_hatchy_contributions_on_project_id" ON "hatchy_contributions" ("project_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.4ms) CREATE INDEX "index_hatchy_contributions_on_user_id" ON "hatchy_contributions" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_contributions_on_reward_id" ON "hatchy_contributions" ("reward_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_contributions_on_country_id" ON "hatchy_contributions" ("country_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175037"]]  (142.2ms) commit transaction Migrating to CreateHatchyCountries (20160111175055)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175055_create_hatchy_countries.rb:11)  (0.9ms) CREATE TABLE "hatchy_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code2" varchar, "code3" varchar, "continent" varchar, "tld" varchar, "currency" varchar, "eu_member" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175055"]]  (160.8ms) commit transaction Migrating to CreateHatchyRewards (20160111175124)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175124_create_hatchy_rewards.rb:10)  (1.0ms) CREATE TABLE "hatchy_rewards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "min_value" decimal NOT NULL, "max_contributions" integer, "description" varchar NOT NULL, "row_order" integer, "deliver_at" datetime, "created_at" datetime, "updated_at" datetime)   (0.5ms) CREATE INDEX "index_hatchy_rewards_on_project_id" ON "hatchy_rewards" ("project_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175124"]]  (158.9ms) commit transaction Migrating to CreateHatchyProjects (20160111175139)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175139_create_hatchy_projects.rb:22)  (1.1ms) CREATE TABLE "hatchy_projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "category_id" integer, "project_img" varchar, "city" varchar, "name" varchar(50) NOT NULL, "headline" varchar, "about" varchar, "budget" varchar, "video_url" varchar, "short_url" varchar, "goal" decimal(8,2), "online_days" integer, "online_date" datetime, "expires_at" datetime, "rejected_at" datetime, "send_to_draft_at" datetime, "status" varchar NOT NULL, "recommended" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.5ms) CREATE INDEX "index_hatchy_projects_on_user_id" ON "hatchy_projects" ("user_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.4ms) CREATE INDEX "index_hatchy_projects_on_category_id" ON "hatchy_projects" ("category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175139"]]  (179.0ms) commit transaction Migrating to CreateHatchyProjectAccounts (20160111175158)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175158_create_hatchy_project_accounts.rb:18)  (1.1ms) CREATE TABLE "hatchy_project_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "bank_id" integer, "account_type" varchar, "email" varchar, "phone" varchar, "account" varchar, "account_digit" varchar, "owner_name" varchar, "owner_document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "created_at" datetime, "updated_at" datetime)   (0.5ms) CREATE INDEX "index_hatchy_project_accounts_on_project_id" ON "hatchy_project_accounts" ("project_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.5ms) CREATE INDEX "index_hatchy_project_accounts_on_bank_id" ON "hatchy_project_accounts" ("bank_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175158"]]  (146.6ms) commit transaction Migrating to DeviseCreateHatchyUsers (20160111175249)  (0.2ms) begin transaction  (1.2ms) CREATE TABLE "hatchy_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country_id" integer, "profile_img" varchar, "cover_img" varchar, "facebook_link" varchar, "twitter_link" varchar, "other_link" varchar, "first_name" varchar, "last_name" varchar, "about" varchar, "newsletter" boolean DEFAULT 't' NOT NULL, "subs_projects" boolean DEFAULT 't' NOT NULL, "locale" varchar DEFAULT 'en' NOT NULL, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "document" varchar, "phone" varchar, "mobile" varchar, "admin" boolean DEFAULT 'f' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "index_hatchy_users_on_email" ON "hatchy_users" ("email")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_hatchy_users_on_reset_password_token" ON "hatchy_users" ("reset_password_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_users_on_country_id" ON "hatchy_users" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175249"]]  (144.9ms) commit transaction Migrating to CreateHatchyCategoryFollowers (20160111181655)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111181655_create_hatchy_category_followers.rb:6)  (0.8ms) CREATE TABLE "hatchy_category_followers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_hatchy_category_followers_on_user_id_and_category_id" ON "hatchy_category_followers" ("user_id", "category_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111181655"]]  (170.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_banks_on_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_banks_on_code' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_categories_on_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_categories_on_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index' Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Art"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Art"], ["created_at", "2016-01-20 23:26:57.367573"], ["updated_at", "2016-01-20 23:26:57.367573"]]  (168.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Visual Arts"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Visual Arts"], ["created_at", "2016-01-20 23:26:57.543443"], ["updated_at", "2016-01-20 23:26:57.543443"]]  (181.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Circus"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Circus"], ["created_at", "2016-01-20 23:26:57.733133"], ["updated_at", "2016-01-20 23:26:57.733133"]]  (160.1ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Community"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Community"], ["created_at", "2016-01-20 23:26:57.901014"], ["updated_at", "2016-01-20 23:26:57.901014"]]  (182.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Humor"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Humor"], ["created_at", "2016-01-20 23:26:58.091273"], ["updated_at", "2016-01-20 23:26:58.091273"]]  (137.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Comicbooks"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Comicbooks"], ["created_at", "2016-01-20 23:26:58.236708"], ["updated_at", "2016-01-20 23:26:58.236708"]]  (206.6ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Dance"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dance"], ["created_at", "2016-01-20 23:26:58.451161"], ["updated_at", "2016-01-20 23:26:58.451161"]]  (148.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Design"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Design"], ["created_at", "2016-01-20 23:26:58.607638"], ["updated_at", "2016-01-20 23:26:58.607638"]]  (149.1ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Events"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Events"], ["created_at", "2016-01-20 23:26:58.764486"], ["updated_at", "2016-01-20 23:26:58.764486"]]  (182.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fashion"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fashion"], ["created_at", "2016-01-20 23:26:58.954561"], ["updated_at", "2016-01-20 23:26:58.954561"]]  (160.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Gastronomy"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gastronomy"], ["created_at", "2016-01-20 23:26:59.122436"], ["updated_at", "2016-01-20 23:26:59.122436"]]  (182.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Film & Video"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Film & Video"], ["created_at", "2016-01-20 23:26:59.312002"], ["updated_at", "2016-01-20 23:26:59.312002"]]  (162.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Games"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Games"], ["created_at", "2016-01-20 23:26:59.480110"], ["updated_at", "2016-01-20 23:26:59.480110"]]  (162.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Journalism"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Journalism"], ["created_at", "2016-01-20 23:26:59.648683"], ["updated_at", "2016-01-20 23:26:59.648683"]]  (150.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Music"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Music"], ["created_at", "2016-01-20 23:26:59.806816"], ["updated_at", "2016-01-20 23:26:59.806816"]]  (171.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Photography"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Photography"], ["created_at", "2016-01-20 23:26:59.986294"], ["updated_at", "2016-01-20 23:26:59.986294"]]  (148.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Science & Technology"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Science & Technology"], ["created_at", "2016-01-20 23:27:00.142755"], ["updated_at", "2016-01-20 23:27:00.142755"]]  (160.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Theatre"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Theatre"], ["created_at", "2016-01-20 23:27:00.310635"], ["updated_at", "2016-01-20 23:27:00.310635"]]  (182.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Sport"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sport"], ["created_at", "2016-01-20 23:27:00.500940"], ["updated_at", "2016-01-20 23:27:00.500940"]]  (148.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Web"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Web"], ["created_at", "2016-01-20 23:27:00.657273"], ["updated_at", "2016-01-20 23:27:00.657273"]]  (172.1ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Carnival"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carnival"], ["created_at", "2016-01-20 23:27:00.836484"], ["updated_at", "2016-01-20 23:27:00.836484"]]  (160.1ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Architecture & Urbanism"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Architecture & Urbanism"], ["created_at", "2016-01-20 23:27:01.003997"], ["updated_at", "2016-01-20 23:27:01.003997"]]  (162.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Literature"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Literature"], ["created_at", "2016-01-20 23:27:01.172043"], ["updated_at", "2016-01-20 23:27:01.172043"]]  (208.4ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Mobility & Transportation"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mobility & Transportation"], ["created_at", "2016-01-20 23:27:01.383888"], ["updated_at", "2016-01-20 23:27:01.383888"]]  (187.0ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Environment"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Environment"], ["created_at", "2016-01-20 23:27:01.576850"], ["updated_at", "2016-01-20 23:27:01.576850"]]  (181.8ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Social Business"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Social Business"], ["created_at", "2016-01-20 23:27:01.766662"], ["updated_at", "2016-01-20 23:27:01.766662"]]  (193.3ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Education"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Education"], ["created_at", "2016-01-20 23:27:01.968125"], ["updated_at", "2016-01-20 23:27:01.968125"]]  (237.8ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fiction Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fiction Films"], ["created_at", "2016-01-20 23:27:02.213523"], ["updated_at", "2016-01-20 23:27:02.213523"]]  (149.3ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Documentary Films"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Documentary Films"], ["created_at", "2016-01-20 23:27:02.367052"], ["updated_at", "2016-01-20 23:27:02.367052"]]  (153.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Experimental Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Experimental Films"], ["created_at", "2016-01-20 23:27:02.526835"], ["updated_at", "2016-01-20 23:27:02.526835"]]  (183.8ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Health"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Health"], ["created_at", "2016-01-20 23:27:02.717156"], ["updated_at", "2016-01-20 23:27:02.717156"]]  (204.7ms) commit transaction Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Bank"], ["code", "69"]]  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '69' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Bank"], ["code", "69"], ["created_at", "2016-01-20 23:27:02.938861"], ["updated_at", "2016-01-20 23:27:02.938861"]]  (120.5ms) commit transaction Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Second Bank"], ["code", "96"]]  (0.2ms) begin transaction Hatchy::Bank Exists (0.3ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '96' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Second Bank"], ["code", "96"], ["created_at", "2016-01-20 23:27:03.065392"], ["updated_at", "2016-01-20 23:27:03.065392"]]  (149.2ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_countries"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Andorra"], ["code2", "AD"], ["code3", "AND"], ["continent", "EU"], ["tld", "ad"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:03.241295"], ["updated_at", "2016-01-20 23:27:03.241295"]]  (308.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Arab Emirates"], ["code2", "AE"], ["code3", "ARE"], ["continent", "AS"], ["tld", "ae"], ["currency", "AED"], ["created_at", "2016-01-20 23:27:03.553843"], ["updated_at", "2016-01-20 23:27:03.553843"]]  (161.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Afghanistan"], ["code2", "AF"], ["code3", "AFG"], ["continent", "AS"], ["tld", "af"], ["currency", "AFN"], ["created_at", "2016-01-20 23:27:03.721644"], ["updated_at", "2016-01-20 23:27:03.721644"]]  (162.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Antigua and Barbuda"], ["code2", "AG"], ["code3", "ATG"], ["continent", "NA"], ["tld", "ag"], ["currency", "XCD"], ["created_at", "2016-01-20 23:27:03.889625"], ["updated_at", "2016-01-20 23:27:03.889625"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Anguilla"], ["code2", "AI"], ["code3", "AIA"], ["continent", "NA"], ["tld", "ai"], ["currency", "XCD"], ["created_at", "2016-01-20 23:27:04.034656"], ["updated_at", "2016-01-20 23:27:04.034656"]]  (140.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Albania"], ["code2", "AL"], ["code3", "ALB"], ["continent", "EU"], ["tld", "al"], ["currency", "ALL"], ["created_at", "2016-01-20 23:27:04.180832"], ["updated_at", "2016-01-20 23:27:04.180832"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Armenia"], ["code2", "AM"], ["code3", "ARM"], ["continent", "AS"], ["tld", "am"], ["currency", "AMD"], ["created_at", "2016-01-20 23:27:04.326044"], ["updated_at", "2016-01-20 23:27:04.326044"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Angola"], ["code2", "AO"], ["code3", "AGO"], ["continent", "AF"], ["tld", "ao"], ["currency", "AOA"], ["created_at", "2016-01-20 23:27:04.471780"], ["updated_at", "2016-01-20 23:27:04.471780"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Antarctica"], ["code2", "AQ"], ["code3", "ATA"], ["continent", "AN"], ["tld", "aq"], ["created_at", "2016-01-20 23:27:04.617283"], ["updated_at", "2016-01-20 23:27:04.617283"]]  (130.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Argentina"], ["code2", "AR"], ["code3", "ARG"], ["continent", "SA"], ["tld", "ar"], ["currency", "ARS"], ["created_at", "2016-01-20 23:27:04.753179"], ["updated_at", "2016-01-20 23:27:04.753179"]]  (150.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "American Samoa"], ["code2", "AS"], ["code3", "ASM"], ["continent", "OC"], ["tld", "as"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:04.909923"], ["updated_at", "2016-01-20 23:27:04.909923"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Austria"], ["code2", "AT"], ["code3", "AUT"], ["continent", "EU"], ["tld", "at"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:05.066456"], ["updated_at", "2016-01-20 23:27:05.066456"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Australia"], ["code2", "AU"], ["code3", "AUS"], ["continent", "OC"], ["tld", "au"], ["currency", "AUD"], ["created_at", "2016-01-20 23:27:05.223208"], ["updated_at", "2016-01-20 23:27:05.223208"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aruba"], ["code2", "AW"], ["code3", "ABW"], ["continent", "NA"], ["tld", "aw"], ["currency", "AWG"], ["created_at", "2016-01-20 23:27:05.379791"], ["updated_at", "2016-01-20 23:27:05.379791"]]  (150.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aland Islands"], ["code2", "AX"], ["code3", "ALA"], ["continent", "EU"], ["tld", "ax"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:05.535623"], ["updated_at", "2016-01-20 23:27:05.535623"]]  (151.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Azerbaijan"], ["code2", "AZ"], ["code3", "AZE"], ["continent", "AS"], ["tld", "az"], ["currency", "AZN"], ["created_at", "2016-01-20 23:27:05.693193"], ["updated_at", "2016-01-20 23:27:05.693193"]]  (151.2ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bosnia and Herzegovina"], ["code2", "BA"], ["code3", "BIH"], ["continent", "EU"], ["tld", "ba"], ["currency", "BAM"], ["created_at", "2016-01-20 23:27:05.849713"], ["updated_at", "2016-01-20 23:27:05.849713"]]  (129.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Barbados"], ["code2", "BB"], ["code3", "BRB"], ["continent", "NA"], ["tld", "bb"], ["currency", "BBD"], ["created_at", "2016-01-20 23:27:05.982612"], ["updated_at", "2016-01-20 23:27:05.982612"]]  (154.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bangladesh"], ["code2", "BD"], ["code3", "BGD"], ["continent", "AS"], ["tld", "bd"], ["currency", "BDT"], ["created_at", "2016-01-20 23:27:06.140839"], ["updated_at", "2016-01-20 23:27:06.140839"]]  (141.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belgium"], ["code2", "BE"], ["code3", "BEL"], ["continent", "EU"], ["tld", "be"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:06.286629"], ["updated_at", "2016-01-20 23:27:06.286629"]]  (154.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burkina Faso"], ["code2", "BF"], ["code3", "BFA"], ["continent", "AF"], ["tld", "bf"], ["currency", "XOF"], ["created_at", "2016-01-20 23:27:06.444614"], ["updated_at", "2016-01-20 23:27:06.444614"]]  (150.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bulgaria"], ["code2", "BG"], ["code3", "BGR"], ["continent", "EU"], ["tld", "bg"], ["currency", "BGN"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:06.599738"], ["updated_at", "2016-01-20 23:27:06.599738"]]  (155.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahrain"], ["code2", "BH"], ["code3", "BHR"], ["continent", "AS"], ["tld", "bh"], ["currency", "BHD"], ["created_at", "2016-01-20 23:27:06.758139"], ["updated_at", "2016-01-20 23:27:06.758139"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burundi"], ["code2", "BI"], ["code3", "BDI"], ["continent", "AF"], ["tld", "bi"], ["currency", "BIF"], ["created_at", "2016-01-20 23:27:06.914756"], ["updated_at", "2016-01-20 23:27:06.914756"]]  (172.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Benin"], ["code2", "BJ"], ["code3", "BEN"], ["continent", "AF"], ["tld", "bj"], ["currency", "XOF"], ["created_at", "2016-01-20 23:27:07.093398"], ["updated_at", "2016-01-20 23:27:07.093398"]]  (206.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Barthelemy"], ["code2", "BL"], ["code3", "BLM"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:07.305991"], ["updated_at", "2016-01-20 23:27:07.305991"]]  (239.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bermuda"], ["code2", "BM"], ["code3", "BMU"], ["continent", "NA"], ["tld", "bm"], ["currency", "BMD"], ["created_at", "2016-01-20 23:27:07.551542"], ["updated_at", "2016-01-20 23:27:07.551542"]]  (128.4ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brunei"], ["code2", "BN"], ["code3", "BRN"], ["continent", "AS"], ["tld", "bn"], ["currency", "BND"], ["created_at", "2016-01-20 23:27:07.685784"], ["updated_at", "2016-01-20 23:27:07.685784"]]  (163.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bolivia"], ["code2", "BO"], ["code3", "BOL"], ["continent", "SA"], ["tld", "bo"], ["currency", "BOB"], ["created_at", "2016-01-20 23:27:07.853693"], ["updated_at", "2016-01-20 23:27:07.853693"]]  (198.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Bonaire, Saint Eustatius and Saba NA"], ["code2", "BQ"], ["code3", "BES"], ["continent", ".bq"], ["tld", "USD"], ["created_at", "2016-01-20 23:27:08.056444"], ["updated_at", "2016-01-20 23:27:08.056444"]]  (340.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brazil"], ["code2", "BR"], ["code3", "BRA"], ["continent", "SA"], ["tld", "br"], ["currency", "BRL"], ["created_at", "2016-01-20 23:27:08.402354"], ["updated_at", "2016-01-20 23:27:08.402354"]]  (173.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahamas"], ["code2", "BS"], ["code3", "BHS"], ["continent", "NA"], ["tld", "bs"], ["currency", "BSD"], ["created_at", "2016-01-20 23:27:08.581501"], ["updated_at", "2016-01-20 23:27:08.581501"]]  (184.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bhutan"], ["code2", "BT"], ["code3", "BTN"], ["continent", "AS"], ["tld", "bt"], ["currency", "BTN"], ["created_at", "2016-01-20 23:27:08.771471"], ["updated_at", "2016-01-20 23:27:08.771471"]]  (196.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bouvet Island"], ["code2", "BV"], ["code3", "BVT"], ["continent", "AN"], ["tld", "bv"], ["currency", "NOK"], ["created_at", "2016-01-20 23:27:08.972426"], ["updated_at", "2016-01-20 23:27:08.972426"]]  (206.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Botswana"], ["code2", "BW"], ["code3", "BWA"], ["continent", "AF"], ["tld", "bw"], ["currency", "BWP"], ["created_at", "2016-01-20 23:27:09.184875"], ["updated_at", "2016-01-20 23:27:09.184875"]]  (129.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belarus"], ["code2", "BY"], ["code3", "BLR"], ["continent", "EU"], ["tld", "by"], ["currency", "BYR"], ["created_at", "2016-01-20 23:27:09.319138"], ["updated_at", "2016-01-20 23:27:09.319138"]]  (172.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belize"], ["code2", "BZ"], ["code3", "BLZ"], ["continent", "NA"], ["tld", "bz"], ["currency", "BZD"], ["created_at", "2016-01-20 23:27:09.496908"], ["updated_at", "2016-01-20 23:27:09.496908"]]  (198.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Canada"], ["code2", "CA"], ["code3", "CAN"], ["continent", "NA"], ["tld", "ca"], ["currency", "CAD"], ["created_at", "2016-01-20 23:27:09.699318"], ["updated_at", "2016-01-20 23:27:09.699318"]]  (174.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cocos Islands"], ["code2", "CC"], ["code3", "CCK"], ["continent", "AS"], ["tld", "cc"], ["currency", "AUD"], ["created_at", "2016-01-20 23:27:09.879630"], ["updated_at", "2016-01-20 23:27:09.879630"]]  (151.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Democratic Republic of the Congo"], ["code2", "CD"], ["code3", "COD"], ["continent", "AF"], ["tld", "cd"], ["currency", "CDF"], ["created_at", "2016-01-20 23:27:10.036851"], ["updated_at", "2016-01-20 23:27:10.036851"]]  (195.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Central African Republic"], ["code2", "CF"], ["code3", "CAF"], ["continent", "AF"], ["tld", "cf"], ["currency", "XAF"], ["created_at", "2016-01-20 23:27:10.236480"], ["updated_at", "2016-01-20 23:27:10.236480"]]  (210.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Republic of the Congo"], ["code2", "CG"], ["code3", "COG"], ["continent", "AF"], ["tld", "cg"], ["currency", "XAF"], ["created_at", "2016-01-20 23:27:10.450550"], ["updated_at", "2016-01-20 23:27:10.450550"]]  (128.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Switzerland"], ["code2", "CH"], ["code3", "CHE"], ["continent", "EU"], ["tld", "ch"], ["currency", "CHF"], ["created_at", "2016-01-20 23:27:10.584744"], ["updated_at", "2016-01-20 23:27:10.584744"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ivory Coast"], ["code2", "CI"], ["code3", "CIV"], ["continent", "AF"], ["tld", "ci"], ["currency", "XOF"], ["created_at", "2016-01-20 23:27:10.730642"], ["updated_at", "2016-01-20 23:27:10.730642"]]  (195.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cook Islands"], ["code2", "CK"], ["code3", "COK"], ["continent", "OC"], ["tld", "ck"], ["currency", "NZD"], ["created_at", "2016-01-20 23:27:10.931553"], ["updated_at", "2016-01-20 23:27:10.931553"]]  (308.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chile"], ["code2", "CL"], ["code3", "CHL"], ["continent", "SA"], ["tld", "cl"], ["currency", "CLP"], ["created_at", "2016-01-20 23:27:11.243101"], ["updated_at", "2016-01-20 23:27:11.243101"]]  (176.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cameroon"], ["code2", "CM"], ["code3", "CMR"], ["continent", "AF"], ["tld", "cm"], ["currency", "XAF"], ["created_at", "2016-01-20 23:27:11.422369"], ["updated_at", "2016-01-20 23:27:11.422369"]]  (177.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "China"], ["code2", "CN"], ["code3", "CHN"], ["continent", "AS"], ["tld", "cn"], ["currency", "CNY"], ["created_at", "2016-01-20 23:27:11.604139"], ["updated_at", "2016-01-20 23:27:11.604139"]]  (150.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Colombia"], ["code2", "CO"], ["code3", "COL"], ["continent", "SA"], ["tld", "co"], ["currency", "COP"], ["created_at", "2016-01-20 23:27:11.758932"], ["updated_at", "2016-01-20 23:27:11.758932"]]  (153.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Costa Rica"], ["code2", "CR"], ["code3", "CRI"], ["continent", "NA"], ["tld", "cr"], ["currency", "CRC"], ["created_at", "2016-01-20 23:27:11.916128"], ["updated_at", "2016-01-20 23:27:11.916128"]]  (153.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cuba"], ["code2", "CU"], ["code3", "CUB"], ["continent", "NA"], ["tld", "cu"], ["currency", "CUP"], ["created_at", "2016-01-20 23:27:12.073585"], ["updated_at", "2016-01-20 23:27:12.073585"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cape Verde"], ["code2", "CV"], ["code3", "CPV"], ["continent", "AF"], ["tld", "cv"], ["currency", "CVE"], ["created_at", "2016-01-20 23:27:12.230132"], ["updated_at", "2016-01-20 23:27:12.230132"]]  (150.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Curacao"], ["code2", "CW"], ["code3", "CUW"], ["continent", "NA"], ["tld", "cw"], ["currency", "ANG"], ["created_at", "2016-01-20 23:27:12.386946"], ["updated_at", "2016-01-20 23:27:12.386946"]]  (207.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Christmas Island"], ["code2", "CX"], ["code3", "CXR"], ["continent", "AS"], ["tld", "cx"], ["currency", "AUD"], ["created_at", "2016-01-20 23:27:12.599040"], ["updated_at", "2016-01-20 23:27:12.599040"]]  (206.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cyprus"], ["code2", "CY"], ["code3", "CYP"], ["continent", "EU"], ["tld", "cy"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:12.811959"], ["updated_at", "2016-01-20 23:27:12.811959"]]  (151.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Czech Republic"], ["code2", "CZ"], ["code3", "CZE"], ["continent", "EU"], ["tld", "cz"], ["currency", "CZK"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:12.967379"], ["updated_at", "2016-01-20 23:27:12.967379"]]  (153.5ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Germany"], ["code2", "DE"], ["code3", "DEU"], ["continent", "EU"], ["tld", "de"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:13.126827"], ["updated_at", "2016-01-20 23:27:13.126827"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Djibouti"], ["code2", "DJ"], ["code3", "DJI"], ["continent", "AF"], ["tld", "dj"], ["currency", "DJF"], ["created_at", "2016-01-20 23:27:13.283298"], ["updated_at", "2016-01-20 23:27:13.283298"]]  (195.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Denmark"], ["code2", "DK"], ["code3", "DNK"], ["continent", "EU"], ["tld", "dk"], ["currency", "DKK"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:13.484744"], ["updated_at", "2016-01-20 23:27:13.484744"]]  (162.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominica"], ["code2", "DM"], ["code3", "DMA"], ["continent", "NA"], ["tld", "dm"], ["currency", "XCD"], ["created_at", "2016-01-20 23:27:13.652214"], ["updated_at", "2016-01-20 23:27:13.652214"]]  (161.9ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominican Republic"], ["code2", "DO"], ["code3", "DOM"], ["continent", "NA"], ["tld", "do"], ["currency", "DOP"], ["created_at", "2016-01-20 23:27:13.820395"], ["updated_at", "2016-01-20 23:27:13.820395"]]  (194.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Algeria"], ["code2", "DZ"], ["code3", "DZA"], ["continent", "AF"], ["tld", "dz"], ["currency", "DZD"], ["created_at", "2016-01-20 23:27:14.021586"], ["updated_at", "2016-01-20 23:27:14.021586"]]  (219.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ecuador"], ["code2", "EC"], ["code3", "ECU"], ["continent", "SA"], ["tld", "ec"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:14.256339"], ["updated_at", "2016-01-20 23:27:14.256339"]]  (150.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Estonia"], ["code2", "EE"], ["code3", "EST"], ["continent", "EU"], ["tld", "ee"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:14.413203"], ["updated_at", "2016-01-20 23:27:14.413203"]]  (149.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Egypt"], ["code2", "EG"], ["code3", "EGY"], ["continent", "AF"], ["tld", "eg"], ["currency", "EGP"], ["created_at", "2016-01-20 23:27:14.569591"], ["updated_at", "2016-01-20 23:27:14.569591"]]  (196.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Western Sahara"], ["code2", "EH"], ["code3", "ESH"], ["continent", "AF"], ["tld", "eh"], ["currency", "MAD"], ["created_at", "2016-01-20 23:27:14.771879"], ["updated_at", "2016-01-20 23:27:14.771879"]]  (195.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Eritrea"], ["code2", "ER"], ["code3", "ERI"], ["continent", "AF"], ["tld", "er"], ["currency", "ERN"], ["created_at", "2016-01-20 23:27:14.973598"], ["updated_at", "2016-01-20 23:27:14.973598"]]  (161.0ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Spain"], ["code2", "ES"], ["code3", "ESP"], ["continent", "EU"], ["tld", "es"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:15.140518"], ["updated_at", "2016-01-20 23:27:15.140518"]]  (173.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ethiopia"], ["code2", "ET"], ["code3", "ETH"], ["continent", "AF"], ["tld", "et"], ["currency", "ETB"], ["created_at", "2016-01-20 23:27:15.320564"], ["updated_at", "2016-01-20 23:27:15.320564"]]  (239.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Finland"], ["code2", "FI"], ["code3", "FIN"], ["continent", "EU"], ["tld", "fi"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:15.564949"], ["updated_at", "2016-01-20 23:27:15.564949"]]  (242.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Fiji"], ["code2", "FJ"], ["code3", "FJI"], ["continent", "OC"], ["tld", "fj"], ["currency", "FJD"], ["created_at", "2016-01-20 23:27:15.810627"], ["updated_at", "2016-01-20 23:27:15.810627"]]  (151.9ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Falkland Islands"], ["code2", "FK"], ["code3", "FLK"], ["continent", "SA"], ["tld", "fk"], ["currency", "FKP"], ["created_at", "2016-01-20 23:27:15.968292"], ["updated_at", "2016-01-20 23:27:15.968292"]]  (183.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Micronesia"], ["code2", "FM"], ["code3", "FSM"], ["continent", "OC"], ["tld", "fm"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:16.158305"], ["updated_at", "2016-01-20 23:27:16.158305"]]  (194.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Faroe Islands"], ["code2", "FO"], ["code3", "FRO"], ["continent", "EU"], ["tld", "fo"], ["currency", "DKK"], ["created_at", "2016-01-20 23:27:16.357875"], ["updated_at", "2016-01-20 23:27:16.357875"]]  (177.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "France"], ["code2", "FR"], ["code3", "FRA"], ["continent", "EU"], ["tld", "fr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:16.538499"], ["updated_at", "2016-01-20 23:27:16.538499"]]  (151.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gabon"], ["code2", "GA"], ["code3", "GAB"], ["continent", "AF"], ["tld", "ga"], ["currency", "XAF"], ["created_at", "2016-01-20 23:27:16.696480"], ["updated_at", "2016-01-20 23:27:16.696480"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Kingdom"], ["code2", "GB"], ["code3", "GBR"], ["continent", "EU"], ["tld", "uk"], ["currency", "GBP"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:16.842342"], ["updated_at", "2016-01-20 23:27:16.842342"]]  (140.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Grenada"], ["code2", "GD"], ["code3", "GRD"], ["continent", "NA"], ["tld", "gd"], ["currency", "XCD"], ["created_at", "2016-01-20 23:27:16.987450"], ["updated_at", "2016-01-20 23:27:16.987450"]]  (150.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Georgia"], ["code2", "GE"], ["code3", "GEO"], ["continent", "AS"], ["tld", "ge"], ["currency", "GEL"], ["created_at", "2016-01-20 23:27:17.144280"], ["updated_at", "2016-01-20 23:27:17.144280"]]  (149.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Guiana"], ["code2", "GF"], ["code3", "GUF"], ["continent", "SA"], ["tld", "gf"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:17.300675"], ["updated_at", "2016-01-20 23:27:17.300675"]]  (151.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guernsey"], ["code2", "GG"], ["code3", "GGY"], ["continent", "EU"], ["tld", "gg"], ["currency", "GBP"], ["created_at", "2016-01-20 23:27:17.456398"], ["updated_at", "2016-01-20 23:27:17.456398"]]  (154.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ghana"], ["code2", "GH"], ["code3", "GHA"], ["continent", "AF"], ["tld", "gh"], ["currency", "GHS"], ["created_at", "2016-01-20 23:27:17.612925"], ["updated_at", "2016-01-20 23:27:17.612925"]]  (154.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gibraltar"], ["code2", "GI"], ["code3", "GIB"], ["continent", "EU"], ["tld", "gi"], ["currency", "GIP"], ["created_at", "2016-01-20 23:27:17.769885"], ["updated_at", "2016-01-20 23:27:17.769885"]]  (151.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greenland"], ["code2", "GL"], ["code3", "GRL"], ["continent", "NA"], ["tld", "gl"], ["currency", "DKK"], ["created_at", "2016-01-20 23:27:17.926193"], ["updated_at", "2016-01-20 23:27:17.926193"]]  (153.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gambia"], ["code2", "GM"], ["code3", "GMB"], ["continent", "AF"], ["tld", "gm"], ["currency", "GMD"], ["created_at", "2016-01-20 23:27:18.084293"], ["updated_at", "2016-01-20 23:27:18.084293"]]  (141.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea"], ["code2", "GN"], ["code3", "GIN"], ["continent", "AF"], ["tld", "gn"], ["currency", "GNF"], ["created_at", "2016-01-20 23:27:18.231361"], ["updated_at", "2016-01-20 23:27:18.231361"]]  (339.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guadeloupe"], ["code2", "GP"], ["code3", "GLP"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:18.576950"], ["updated_at", "2016-01-20 23:27:18.576950"]]  (172.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Equatorial Guinea"], ["code2", "GQ"], ["code3", "GNQ"], ["continent", "AF"], ["tld", "gq"], ["currency", "XAF"], ["created_at", "2016-01-20 23:27:18.755612"], ["updated_at", "2016-01-20 23:27:18.755612"]]  (150.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greece"], ["code2", "GR"], ["code3", "GRC"], ["continent", "EU"], ["tld", "gr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:18.912690"], ["updated_at", "2016-01-20 23:27:18.912690"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Georgia and the South Sandwich Islands"], ["code2", "GS"], ["code3", "SGS"], ["continent", "AN"], ["tld", "gs"], ["currency", "GBP"], ["created_at", "2016-01-20 23:27:19.069155"], ["updated_at", "2016-01-20 23:27:19.069155"]]  (150.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guatemala"], ["code2", "GT"], ["code3", "GTM"], ["continent", "NA"], ["tld", "gt"], ["currency", "GTQ"], ["created_at", "2016-01-20 23:27:19.224208"], ["updated_at", "2016-01-20 23:27:19.224208"]]  (154.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guam"], ["code2", "GU"], ["code3", "GUM"], ["continent", "OC"], ["tld", "gu"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:19.381768"], ["updated_at", "2016-01-20 23:27:19.381768"]]  (152.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea-Bissau"], ["code2", "GW"], ["code3", "GNB"], ["continent", "AF"], ["tld", "gw"], ["currency", "XOF"], ["created_at", "2016-01-20 23:27:19.539181"], ["updated_at", "2016-01-20 23:27:19.539181"]]  (161.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guyana"], ["code2", "GY"], ["code3", "GUY"], ["continent", "SA"], ["tld", "gy"], ["currency", "GYD"], ["created_at", "2016-01-20 23:27:19.706041"], ["updated_at", "2016-01-20 23:27:19.706041"]]  (164.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hong Kong"], ["code2", "HK"], ["code3", "HKG"], ["continent", "AS"], ["tld", "hk"], ["currency", "HKD"], ["created_at", "2016-01-20 23:27:19.873499"], ["updated_at", "2016-01-20 23:27:19.873499"]]  (255.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Heard Island and McDonald Islands"], ["code2", "HM"], ["code3", "HMD"], ["continent", "AN"], ["tld", "hm"], ["currency", "AUD"], ["created_at", "2016-01-20 23:27:20.131762"], ["updated_at", "2016-01-20 23:27:20.131762"]]  (232.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Honduras"], ["code2", "HN"], ["code3", "HND"], ["continent", "NA"], ["tld", "hn"], ["currency", "HNL"], ["created_at", "2016-01-20 23:27:20.366496"], ["updated_at", "2016-01-20 23:27:20.366496"]]  (175.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Croatia"], ["code2", "HR"], ["code3", "HRV"], ["continent", "EU"], ["tld", "hr"], ["currency", "HRK"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:20.546872"], ["updated_at", "2016-01-20 23:27:20.546872"]]  (161.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Haiti"], ["code2", "HT"], ["code3", "HTI"], ["continent", "NA"], ["tld", "ht"], ["currency", "HTG"], ["created_at", "2016-01-20 23:27:20.713548"], ["updated_at", "2016-01-20 23:27:20.713548"]]  (321.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hungary"], ["code2", "HU"], ["code3", "HUN"], ["continent", "EU"], ["tld", "hu"], ["currency", "HUF"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:21.037216"], ["updated_at", "2016-01-20 23:27:21.037216"]]  (198.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Indonesia"], ["code2", "ID"], ["code3", "IDN"], ["continent", "AS"], ["tld", "id"], ["currency", "IDR"], ["created_at", "2016-01-20 23:27:21.238516"], ["updated_at", "2016-01-20 23:27:21.238516"]]  (175.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ireland"], ["code2", "IE"], ["code3", "IRL"], ["continent", "EU"], ["tld", "ie"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:21.418656"], ["updated_at", "2016-01-20 23:27:21.418656"]]  (139.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Israel"], ["code2", "IL"], ["code3", "ISR"], ["continent", "AS"], ["tld", "il"], ["currency", "ILS"], ["created_at", "2016-01-20 23:27:21.564075"], ["updated_at", "2016-01-20 23:27:21.564075"]]  (239.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Isle of Man"], ["code2", "IM"], ["code3", "IMN"], ["continent", "EU"], ["tld", "im"], ["currency", "GBP"], ["created_at", "2016-01-20 23:27:21.807909"], ["updated_at", "2016-01-20 23:27:21.807909"]]  (211.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "India"], ["code2", "IN"], ["code3", "IND"], ["continent", "AS"], ["tld", "in"], ["currency", "INR"], ["created_at", "2016-01-20 23:27:22.023172"], ["updated_at", "2016-01-20 23:27:22.023172"]]  (150.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Indian Ocean Territory"], ["code2", "IO"], ["code3", "IOT"], ["continent", "AS"], ["tld", "io"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:22.179191"], ["updated_at", "2016-01-20 23:27:22.179191"]]  (173.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iraq"], ["code2", "IQ"], ["code3", "IRQ"], ["continent", "AS"], ["tld", "iq"], ["currency", "IQD"], ["created_at", "2016-01-20 23:27:22.358635"], ["updated_at", "2016-01-20 23:27:22.358635"]]  (206.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iran"], ["code2", "IR"], ["code3", "IRN"], ["continent", "AS"], ["tld", "ir"], ["currency", "IRR"], ["created_at", "2016-01-20 23:27:22.570918"], ["updated_at", "2016-01-20 23:27:22.570918"]]  (172.7ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iceland"], ["code2", "IS"], ["code3", "ISL"], ["continent", "EU"], ["tld", "is"], ["currency", "ISK"], ["created_at", "2016-01-20 23:27:22.749724"], ["updated_at", "2016-01-20 23:27:22.749724"]]  (173.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Italy"], ["code2", "IT"], ["code3", "ITA"], ["continent", "EU"], ["tld", "it"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:22.928777"], ["updated_at", "2016-01-20 23:27:22.928777"]]  (150.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jersey"], ["code2", "JE"], ["code3", "JEY"], ["continent", "EU"], ["tld", "je"], ["currency", "GBP"], ["created_at", "2016-01-20 23:27:23.085350"], ["updated_at", "2016-01-20 23:27:23.085350"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jamaica"], ["code2", "JM"], ["code3", "JAM"], ["continent", "NA"], ["tld", "jm"], ["currency", "JMD"], ["created_at", "2016-01-20 23:27:23.242806"], ["updated_at", "2016-01-20 23:27:23.242806"]]  (116.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jordan"], ["code2", "JO"], ["code3", "JOR"], ["continent", "AS"], ["tld", "jo"], ["currency", "JOD"], ["created_at", "2016-01-20 23:27:23.365298"], ["updated_at", "2016-01-20 23:27:23.365298"]]  (127.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Japan"], ["code2", "JP"], ["code3", "JPN"], ["continent", "AS"], ["tld", "jp"], ["currency", "JPY"], ["created_at", "2016-01-20 23:27:23.498014"], ["updated_at", "2016-01-20 23:27:23.498014"]]  (155.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kenya"], ["code2", "KE"], ["code3", "KEN"], ["continent", "AF"], ["tld", "ke"], ["currency", "KES"], ["created_at", "2016-01-20 23:27:23.656262"], ["updated_at", "2016-01-20 23:27:23.656262"]]  (153.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kyrgyzstan"], ["code2", "KG"], ["code3", "KGZ"], ["continent", "AS"], ["tld", "kg"], ["currency", "KGS"], ["created_at", "2016-01-20 23:27:23.814205"], ["updated_at", "2016-01-20 23:27:23.814205"]]  (150.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cambodia"], ["code2", "KH"], ["code3", "KHM"], ["continent", "AS"], ["tld", "kh"], ["currency", "KHR"], ["created_at", "2016-01-20 23:27:23.969366"], ["updated_at", "2016-01-20 23:27:23.969366"]]  (176.9ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kiribati"], ["code2", "KI"], ["code3", "KIR"], ["continent", "OC"], ["tld", "ki"], ["currency", "AUD"], ["created_at", "2016-01-20 23:27:24.149664"], ["updated_at", "2016-01-20 23:27:24.149664"]]  (285.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Comoros"], ["code2", "KM"], ["code3", "COM"], ["continent", "AF"], ["tld", "km"], ["currency", "KMF"], ["created_at", "2016-01-20 23:27:24.439342"], ["updated_at", "2016-01-20 23:27:24.439342"]]  (243.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Kitts and Nevis"], ["code2", "KN"], ["code3", "KNA"], ["continent", "NA"], ["tld", "kn"], ["currency", "XCD"], ["created_at", "2016-01-20 23:27:24.686211"], ["updated_at", "2016-01-20 23:27:24.686211"]]  (173.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "North Korea"], ["code2", "KP"], ["code3", "PRK"], ["continent", "AS"], ["tld", "kp"], ["currency", "KPW"], ["created_at", "2016-01-20 23:27:24.864636"], ["updated_at", "2016-01-20 23:27:24.864636"]]  (357.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Korea"], ["code2", "KR"], ["code3", "KOR"], ["continent", "AS"], ["tld", "kr"], ["currency", "KRW"], ["created_at", "2016-01-20 23:27:25.226023"], ["updated_at", "2016-01-20 23:27:25.226023"]]  (150.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kosovo"], ["code2", "XK"], ["code3", "XKX"], ["continent", "EU"], ["tld", ""], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:25.382342"], ["updated_at", "2016-01-20 23:27:25.382342"]]  (150.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kuwait"], ["code2", "KW"], ["code3", "KWT"], ["continent", "AS"], ["tld", "kw"], ["currency", "KWD"], ["created_at", "2016-01-20 23:27:25.537936"], ["updated_at", "2016-01-20 23:27:25.537936"]]  (154.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cayman Islands"], ["code2", "KY"], ["code3", "CYM"], ["continent", "NA"], ["tld", "ky"], ["currency", "KYD"], ["created_at", "2016-01-20 23:27:25.695943"], ["updated_at", "2016-01-20 23:27:25.695943"]]  (150.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kazakhstan"], ["code2", "KZ"], ["code3", "KAZ"], ["continent", "AS"], ["tld", "kz"], ["currency", "KZT"], ["created_at", "2016-01-20 23:27:25.851303"], ["updated_at", "2016-01-20 23:27:25.851303"]]  (209.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Laos"], ["code2", "LA"], ["code3", "LAO"], ["continent", "AS"], ["tld", "la"], ["currency", "LAK"], ["created_at", "2016-01-20 23:27:26.065530"], ["updated_at", "2016-01-20 23:27:26.065530"]]  (228.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lebanon"], ["code2", "LB"], ["code3", "LBN"], ["continent", "AS"], ["tld", "lb"], ["currency", "LBP"], ["created_at", "2016-01-20 23:27:26.300214"], ["updated_at", "2016-01-20 23:27:26.300214"]]  (183.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Lucia"], ["code2", "LC"], ["code3", "LCA"], ["continent", "NA"], ["tld", "lc"], ["currency", "XCD"], ["created_at", "2016-01-20 23:27:26.490009"], ["updated_at", "2016-01-20 23:27:26.490009"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liechtenstein"], ["code2", "LI"], ["code3", "LIE"], ["continent", "EU"], ["tld", "li"], ["currency", "CHF"], ["created_at", "2016-01-20 23:27:26.646679"], ["updated_at", "2016-01-20 23:27:26.646679"]]  (218.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sri Lanka"], ["code2", "LK"], ["code3", "LKA"], ["continent", "AS"], ["tld", "lk"], ["currency", "LKR"], ["created_at", "2016-01-20 23:27:26.871644"], ["updated_at", "2016-01-20 23:27:26.871644"]]  (183.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liberia"], ["code2", "LR"], ["code3", "LBR"], ["continent", "AF"], ["tld", "lr"], ["currency", "LRD"], ["created_at", "2016-01-20 23:27:27.061877"], ["updated_at", "2016-01-20 23:27:27.061877"]]  (172.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lesotho"], ["code2", "LS"], ["code3", "LSO"], ["continent", "AF"], ["tld", "ls"], ["currency", "LSL"], ["created_at", "2016-01-20 23:27:27.240831"], ["updated_at", "2016-01-20 23:27:27.240831"]]  (150.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lithuania"], ["code2", "LT"], ["code3", "LTU"], ["continent", "EU"], ["tld", "lt"], ["currency", "LTL"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:27.397494"], ["updated_at", "2016-01-20 23:27:27.397494"]]  (139.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Luxembourg"], ["code2", "LU"], ["code3", "LUX"], ["continent", "EU"], ["tld", "lu"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:27.542952"], ["updated_at", "2016-01-20 23:27:27.542952"]]  (228.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Latvia"], ["code2", "LV"], ["code3", "LVA"], ["continent", "EU"], ["tld", "lv"], ["currency", "LVL"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:27.777579"], ["updated_at", "2016-01-20 23:27:27.777579"]]  (261.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Libya"], ["code2", "LY"], ["code3", "LBY"], ["continent", "AF"], ["tld", "ly"], ["currency", "LYD"], ["created_at", "2016-01-20 23:27:28.045367"], ["updated_at", "2016-01-20 23:27:28.045367"]]  (150.5ms) commit transaction  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Morocco"], ["code2", "MA"], ["code3", "MAR"], ["continent", "AF"], ["tld", "ma"], ["currency", "MAD"], ["created_at", "2016-01-20 23:27:28.202006"], ["updated_at", "2016-01-20 23:27:28.202006"]]  (206.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Monaco"], ["code2", "MC"], ["code3", "MCO"], ["continent", "EU"], ["tld", "mc"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:28.414370"], ["updated_at", "2016-01-20 23:27:28.414370"]]  (185.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Moldova"], ["code2", "MD"], ["code3", "MDA"], ["continent", "EU"], ["tld", "md"], ["currency", "MDL"], ["created_at", "2016-01-20 23:27:28.605866"], ["updated_at", "2016-01-20 23:27:28.605866"]]  (172.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montenegro"], ["code2", "ME"], ["code3", "MNE"], ["continent", "EU"], ["tld", "me"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:28.784802"], ["updated_at", "2016-01-20 23:27:28.784802"]]  (161.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Martin"], ["code2", "MF"], ["code3", "MAF"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:28.952720"], ["updated_at", "2016-01-20 23:27:28.952720"]]  (306.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Madagascar"], ["code2", "MG"], ["code3", "MDG"], ["continent", "AF"], ["tld", "mg"], ["currency", "MGA"], ["created_at", "2016-01-20 23:27:29.265084"], ["updated_at", "2016-01-20 23:27:29.265084"]]  (150.3ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Marshall Islands"], ["code2", "MH"], ["code3", "MHL"], ["continent", "OC"], ["tld", "mh"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:29.421382"], ["updated_at", "2016-01-20 23:27:29.421382"]]  (128.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macedonia"], ["code2", "MK"], ["code3", "MKD"], ["continent", "EU"], ["tld", "mk"], ["currency", "MKD"], ["created_at", "2016-01-20 23:27:29.556060"], ["updated_at", "2016-01-20 23:27:29.556060"]]  (327.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mali"], ["code2", "ML"], ["code3", "MLI"], ["continent", "AF"], ["tld", "ml"], ["currency", "XOF"], ["created_at", "2016-01-20 23:27:29.889169"], ["updated_at", "2016-01-20 23:27:29.889169"]]  (342.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Myanmar"], ["code2", "MM"], ["code3", "MMR"], ["continent", "AS"], ["tld", "mm"], ["currency", "MMK"], ["created_at", "2016-01-20 23:27:30.237395"], ["updated_at", "2016-01-20 23:27:30.237395"]]  (150.4ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mongolia"], ["code2", "MN"], ["code3", "MNG"], ["continent", "AS"], ["tld", "mn"], ["currency", "MNT"], ["created_at", "2016-01-20 23:27:30.393892"], ["updated_at", "2016-01-20 23:27:30.393892"]]  (197.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macao"], ["code2", "MO"], ["code3", "MAC"], ["continent", "AS"], ["tld", "mo"], ["currency", "MOP"], ["created_at", "2016-01-20 23:27:30.597003"], ["updated_at", "2016-01-20 23:27:30.597003"]]  (206.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Northern Mariana Islands"], ["code2", "MP"], ["code3", "MNP"], ["continent", "OC"], ["tld", "mp"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:30.809206"], ["updated_at", "2016-01-20 23:27:30.809206"]]  (151.6ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Martinique"], ["code2", "MQ"], ["code3", "MTQ"], ["continent", "NA"], ["tld", "mq"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:30.965937"], ["updated_at", "2016-01-20 23:27:30.965937"]]  (129.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritania"], ["code2", "MR"], ["code3", "MRT"], ["continent", "AF"], ["tld", "mr"], ["currency", "MRO"], ["created_at", "2016-01-20 23:27:31.100561"], ["updated_at", "2016-01-20 23:27:31.100561"]]  (150.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montserrat"], ["code2", "MS"], ["code3", "MSR"], ["continent", "NA"], ["tld", "ms"], ["currency", "XCD"], ["created_at", "2016-01-20 23:27:31.255321"], ["updated_at", "2016-01-20 23:27:31.255321"]]  (155.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malta"], ["code2", "MT"], ["code3", "MLT"], ["continent", "EU"], ["tld", "mt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:31.413910"], ["updated_at", "2016-01-20 23:27:31.413910"]]  (150.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritius"], ["code2", "MU"], ["code3", "MUS"], ["continent", "AF"], ["tld", "mu"], ["currency", "MUR"], ["created_at", "2016-01-20 23:27:31.569569"], ["updated_at", "2016-01-20 23:27:31.569569"]]  (152.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Maldives"], ["code2", "MV"], ["code3", "MDV"], ["continent", "AS"], ["tld", "mv"], ["currency", "MVR"], ["created_at", "2016-01-20 23:27:31.727116"], ["updated_at", "2016-01-20 23:27:31.727116"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malawi"], ["code2", "MW"], ["code3", "MWI"], ["continent", "AF"], ["tld", "mw"], ["currency", "MWK"], ["created_at", "2016-01-20 23:27:31.883781"], ["updated_at", "2016-01-20 23:27:31.883781"]]  (163.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mexico"], ["code2", "MX"], ["code3", "MEX"], ["continent", "NA"], ["tld", "mx"], ["currency", "MXN"], ["created_at", "2016-01-20 23:27:32.053323"], ["updated_at", "2016-01-20 23:27:32.053323"]]  (150.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malaysia"], ["code2", "MY"], ["code3", "MYS"], ["continent", "AS"], ["tld", "my"], ["currency", "MYR"], ["created_at", "2016-01-20 23:27:32.209643"], ["updated_at", "2016-01-20 23:27:32.209643"]]  (128.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mozambique"], ["code2", "MZ"], ["code3", "MOZ"], ["continent", "AF"], ["tld", "mz"], ["currency", "MZN"], ["created_at", "2016-01-20 23:27:32.344144"], ["updated_at", "2016-01-20 23:27:32.344144"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Namibia"], ["code2", "NA"], ["code3", "NAM"], ["continent", "AF"], ["tld", "na"], ["currency", "NAD"], ["created_at", "2016-01-20 23:27:32.500936"], ["updated_at", "2016-01-20 23:27:32.500936"]]  (151.5ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Caledonia"], ["code2", "NC"], ["code3", "NCL"], ["continent", "OC"], ["tld", "nc"], ["currency", "XPF"], ["created_at", "2016-01-20 23:27:32.657753"], ["updated_at", "2016-01-20 23:27:32.657753"]]  (151.7ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niger"], ["code2", "NE"], ["code3", "NER"], ["continent", "AF"], ["tld", "ne"], ["currency", "XOF"], ["created_at", "2016-01-20 23:27:32.814381"], ["updated_at", "2016-01-20 23:27:32.814381"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norfolk Island"], ["code2", "NF"], ["code3", "NFK"], ["continent", "OC"], ["tld", "nf"], ["currency", "AUD"], ["created_at", "2016-01-20 23:27:32.971054"], ["updated_at", "2016-01-20 23:27:32.971054"]]  (150.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nigeria"], ["code2", "NG"], ["code3", "NGA"], ["continent", "AF"], ["tld", "ng"], ["currency", "NGN"], ["created_at", "2016-01-20 23:27:33.127474"], ["updated_at", "2016-01-20 23:27:33.127474"]]  (165.1ms) commit transaction  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nicaragua"], ["code2", "NI"], ["code3", "NIC"], ["continent", "NA"], ["tld", "ni"], ["currency", "NIO"], ["created_at", "2016-01-20 23:27:33.306728"], ["updated_at", "2016-01-20 23:27:33.306728"]]  (195.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands"], ["code2", "NL"], ["code3", "NLD"], ["continent", "EU"], ["tld", "nl"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:33.508247"], ["updated_at", "2016-01-20 23:27:33.508247"]]  (152.0ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norway"], ["code2", "NO"], ["code3", "NOR"], ["continent", "EU"], ["tld", "no"], ["currency", "NOK"], ["created_at", "2016-01-20 23:27:33.666145"], ["updated_at", "2016-01-20 23:27:33.666145"]]  (129.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nepal"], ["code2", "NP"], ["code3", "NPL"], ["continent", "AS"], ["tld", "np"], ["currency", "NPR"], ["created_at", "2016-01-20 23:27:33.800719"], ["updated_at", "2016-01-20 23:27:33.800719"]]  (127.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nauru"], ["code2", "NR"], ["code3", "NRU"], ["continent", "OC"], ["tld", "nr"], ["currency", "AUD"], ["created_at", "2016-01-20 23:27:33.934931"], ["updated_at", "2016-01-20 23:27:33.934931"]]  (150.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niue"], ["code2", "NU"], ["code3", "NIU"], ["continent", "OC"], ["tld", "nu"], ["currency", "NZD"], ["created_at", "2016-01-20 23:27:34.091560"], ["updated_at", "2016-01-20 23:27:34.091560"]]  (150.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Zealand"], ["code2", "NZ"], ["code3", "NZL"], ["continent", "OC"], ["tld", "nz"], ["currency", "NZD"], ["created_at", "2016-01-20 23:27:34.248185"], ["updated_at", "2016-01-20 23:27:34.248185"]]  (150.7ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Oman"], ["code2", "OM"], ["code3", "OMN"], ["continent", "AS"], ["tld", "om"], ["currency", "OMR"], ["created_at", "2016-01-20 23:27:34.404982"], ["updated_at", "2016-01-20 23:27:34.404982"]]  (150.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Panama"], ["code2", "PA"], ["code3", "PAN"], ["continent", "NA"], ["tld", "pa"], ["currency", "PAB"], ["created_at", "2016-01-20 23:27:34.561516"], ["updated_at", "2016-01-20 23:27:34.561516"]]  (161.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Peru"], ["code2", "PE"], ["code3", "PER"], ["continent", "SA"], ["tld", "pe"], ["currency", "PEN"], ["created_at", "2016-01-20 23:27:34.729203"], ["updated_at", "2016-01-20 23:27:34.729203"]]  (161.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Polynesia"], ["code2", "PF"], ["code3", "PYF"], ["continent", "OC"], ["tld", "pf"], ["currency", "XPF"], ["created_at", "2016-01-20 23:27:34.897107"], ["updated_at", "2016-01-20 23:27:34.897107"]]  (150.4ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Papua New Guinea"], ["code2", "PG"], ["code3", "PNG"], ["continent", "OC"], ["tld", "pg"], ["currency", "PGK"], ["created_at", "2016-01-20 23:27:35.053560"], ["updated_at", "2016-01-20 23:27:35.053560"]]  (140.9ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Philippines"], ["code2", "PH"], ["code3", "PHL"], ["continent", "AS"], ["tld", "ph"], ["currency", "PHP"], ["created_at", "2016-01-20 23:27:35.200475"], ["updated_at", "2016-01-20 23:27:35.200475"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pakistan"], ["code2", "PK"], ["code3", "PAK"], ["continent", "AS"], ["tld", "pk"], ["currency", "PKR"], ["created_at", "2016-01-20 23:27:35.357225"], ["updated_at", "2016-01-20 23:27:35.357225"]]  (206.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Poland"], ["code2", "PL"], ["code3", "POL"], ["continent", "EU"], ["tld", "pl"], ["currency", "PLN"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:35.569505"], ["updated_at", "2016-01-20 23:27:35.569505"]]  (217.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Pierre and Miquelon"], ["code2", "PM"], ["code3", "SPM"], ["continent", "NA"], ["tld", "pm"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:35.793006"], ["updated_at", "2016-01-20 23:27:35.793006"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pitcairn"], ["code2", "PN"], ["code3", "PCN"], ["continent", "OC"], ["tld", "pn"], ["currency", "NZD"], ["created_at", "2016-01-20 23:27:35.949863"], ["updated_at", "2016-01-20 23:27:35.949863"]]  (160.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Puerto Rico"], ["code2", "PR"], ["code3", "PRI"], ["continent", "NA"], ["tld", "pr"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:36.117114"], ["updated_at", "2016-01-20 23:27:36.117114"]]  (195.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palestinian Territory"], ["code2", "PS"], ["code3", "PSE"], ["continent", "AS"], ["tld", "ps"], ["currency", "ILS"], ["created_at", "2016-01-20 23:27:36.318409"], ["updated_at", "2016-01-20 23:27:36.318409"]]  (194.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Portugal"], ["code2", "PT"], ["code3", "PRT"], ["continent", "EU"], ["tld", "pt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:36.518097"], ["updated_at", "2016-01-20 23:27:36.518097"]]  (155.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palau"], ["code2", "PW"], ["code3", "PLW"], ["continent", "OC"], ["tld", "pw"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:36.676653"], ["updated_at", "2016-01-20 23:27:36.676653"]]  (195.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Paraguay"], ["code2", "PY"], ["code3", "PRY"], ["continent", "SA"], ["tld", "py"], ["currency", "PYG"], ["created_at", "2016-01-20 23:27:36.877682"], ["updated_at", "2016-01-20 23:27:36.877682"]]  (163.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Qatar"], ["code2", "QA"], ["code3", "QAT"], ["continent", "AS"], ["tld", "qa"], ["currency", "QAR"], ["created_at", "2016-01-20 23:27:37.046842"], ["updated_at", "2016-01-20 23:27:37.046842"]]  (183.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Reunion"], ["code2", "RE"], ["code3", "REU"], ["continent", "AF"], ["tld", "re"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:37.235564"], ["updated_at", "2016-01-20 23:27:37.235564"]]  (175.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Romania"], ["code2", "RO"], ["code3", "ROU"], ["continent", "EU"], ["tld", "ro"], ["currency", "RON"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:37.416124"], ["updated_at", "2016-01-20 23:27:37.416124"]]  (172.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia"], ["code2", "RS"], ["code3", "SRB"], ["continent", "EU"], ["tld", "rs"], ["currency", "RSD"], ["created_at", "2016-01-20 23:27:37.595124"], ["updated_at", "2016-01-20 23:27:37.595124"]]  (250.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Russia"], ["code2", "RU"], ["code3", "RUS"], ["continent", "EU"], ["tld", "ru"], ["currency", "RUB"], ["created_at", "2016-01-20 23:27:37.852182"], ["updated_at", "2016-01-20 23:27:37.852182"]]  (150.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Rwanda"], ["code2", "RW"], ["code3", "RWA"], ["continent", "AF"], ["tld", "rw"], ["currency", "RWF"], ["created_at", "2016-01-20 23:27:38.008512"], ["updated_at", "2016-01-20 23:27:38.008512"]]  (139.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saudi Arabia"], ["code2", "SA"], ["code3", "SAU"], ["continent", "AS"], ["tld", "sa"], ["currency", "SAR"], ["created_at", "2016-01-20 23:27:38.152681"], ["updated_at", "2016-01-20 23:27:38.152681"]]  (199.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Solomon Islands"], ["code2", "SB"], ["code3", "SLB"], ["continent", "OC"], ["tld", "sb"], ["currency", "SBD"], ["created_at", "2016-01-20 23:27:38.355291"], ["updated_at", "2016-01-20 23:27:38.355291"]]  (239.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Seychelles"], ["code2", "SC"], ["code3", "SYC"], ["continent", "AF"], ["tld", "sc"], ["currency", "SCR"], ["created_at", "2016-01-20 23:27:38.601214"], ["updated_at", "2016-01-20 23:27:38.601214"]]  (263.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sudan"], ["code2", "SD"], ["code3", "SDN"], ["continent", "AF"], ["tld", "sd"], ["currency", "SDG"], ["created_at", "2016-01-20 23:27:38.870701"], ["updated_at", "2016-01-20 23:27:38.870701"]]  (161.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Sudan"], ["code2", "SS"], ["code3", "SSD"], ["continent", "AF"], ["tld", ""], ["currency", "SSP"], ["created_at", "2016-01-20 23:27:39.038207"], ["updated_at", "2016-01-20 23:27:39.038207"]]  (217.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sweden"], ["code2", "SE"], ["code3", "SWE"], ["continent", "EU"], ["tld", "se"], ["currency", "SEK"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:39.261997"], ["updated_at", "2016-01-20 23:27:39.261997"]]  (217.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Singapore"], ["code2", "SG"], ["code3", "SGP"], ["continent", "AS"], ["tld", "sg"], ["currency", "SGD"], ["created_at", "2016-01-20 23:27:39.485143"], ["updated_at", "2016-01-20 23:27:39.485143"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Helena"], ["code2", "SH"], ["code3", "SHN"], ["continent", "AF"], ["tld", "sh"], ["currency", "SHP"], ["created_at", "2016-01-20 23:27:39.641812"], ["updated_at", "2016-01-20 23:27:39.641812"]]  (151.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovenia"], ["code2", "SI"], ["code3", "SVN"], ["continent", "EU"], ["tld", "si"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:39.798159"], ["updated_at", "2016-01-20 23:27:39.798159"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Svalbard and Jan Mayen"], ["code2", "SJ"], ["code3", "SJM"], ["continent", "EU"], ["tld", "sj"], ["currency", "NOK"], ["created_at", "2016-01-20 23:27:39.954884"], ["updated_at", "2016-01-20 23:27:39.954884"]]  (172.8ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovakia"], ["code2", "SK"], ["code3", "SVK"], ["continent", "EU"], ["tld", "sk"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-20 23:27:40.133972"], ["updated_at", "2016-01-20 23:27:40.133972"]]  (229.7ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sierra Leone"], ["code2", "SL"], ["code3", "SLE"], ["continent", "AF"], ["tld", "sl"], ["currency", "SLL"], ["created_at", "2016-01-20 23:27:40.368500"], ["updated_at", "2016-01-20 23:27:40.368500"]]  (229.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "San Marino"], ["code2", "SM"], ["code3", "SMR"], ["continent", "EU"], ["tld", "sm"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:40.604825"], ["updated_at", "2016-01-20 23:27:40.604825"]]  (172.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Senegal"], ["code2", "SN"], ["code3", "SEN"], ["continent", "AF"], ["tld", "sn"], ["currency", "XOF"], ["created_at", "2016-01-20 23:27:40.783619"], ["updated_at", "2016-01-20 23:27:40.783619"]]  (229.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Somalia"], ["code2", "SO"], ["code3", "SOM"], ["continent", "AF"], ["tld", "so"], ["currency", "SOS"], ["created_at", "2016-01-20 23:27:41.018073"], ["updated_at", "2016-01-20 23:27:41.018073"]]  (206.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Suriname"], ["code2", "SR"], ["code3", "SUR"], ["continent", "SA"], ["tld", "sr"], ["currency", "SRD"], ["created_at", "2016-01-20 23:27:41.230627"], ["updated_at", "2016-01-20 23:27:41.230627"]]  (139.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sao Tome and Principe"], ["code2", "ST"], ["code3", "STP"], ["continent", "AF"], ["tld", "st"], ["currency", "STD"], ["created_at", "2016-01-20 23:27:41.375551"], ["updated_at", "2016-01-20 23:27:41.375551"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "El Salvador"], ["code2", "SV"], ["code3", "SLV"], ["continent", "NA"], ["tld", "sv"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:41.532553"], ["updated_at", "2016-01-20 23:27:41.532553"]]  (150.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sint Maarten"], ["code2", "SX"], ["code3", "SXM"], ["continent", "NA"], ["tld", "sx"], ["currency", "ANG"], ["created_at", "2016-01-20 23:27:41.688397"], ["updated_at", "2016-01-20 23:27:41.688397"]]  (151.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Syria"], ["code2", "SY"], ["code3", "SYR"], ["continent", "AS"], ["tld", "sy"], ["currency", "SYP"], ["created_at", "2016-01-20 23:27:41.845605"], ["updated_at", "2016-01-20 23:27:41.845605"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Swaziland"], ["code2", "SZ"], ["code3", "SWZ"], ["continent", "AF"], ["tld", "sz"], ["currency", "SZL"], ["created_at", "2016-01-20 23:27:41.991473"], ["updated_at", "2016-01-20 23:27:41.991473"]]  (128.0ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turks and Caicos Islands"], ["code2", "TC"], ["code3", "TCA"], ["continent", "NA"], ["tld", "tc"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:42.125677"], ["updated_at", "2016-01-20 23:27:42.125677"]]  (208.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chad"], ["code2", "TD"], ["code3", "TCD"], ["continent", "AF"], ["tld", "td"], ["currency", "XAF"], ["created_at", "2016-01-20 23:27:42.338186"], ["updated_at", "2016-01-20 23:27:42.338186"]]  (198.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Southern Territories"], ["code2", "TF"], ["code3", "ATF"], ["continent", "AN"], ["tld", "tf"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:42.541276"], ["updated_at", "2016-01-20 23:27:42.541276"]]  (138.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Togo"], ["code2", "TG"], ["code3", "TGO"], ["continent", "AF"], ["tld", "tg"], ["currency", "XOF"], ["created_at", "2016-01-20 23:27:42.686369"], ["updated_at", "2016-01-20 23:27:42.686369"]]  (228.0ms) commit transaction  (0.7ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Thailand"], ["code2", "TH"], ["code3", "THA"], ["continent", "AS"], ["tld", "th"], ["currency", "THB"], ["created_at", "2016-01-20 23:27:42.921166"], ["updated_at", "2016-01-20 23:27:42.921166"]]  (216.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tajikistan"], ["code2", "TJ"], ["code3", "TJK"], ["continent", "AS"], ["tld", "tj"], ["currency", "TJS"], ["created_at", "2016-01-20 23:27:43.144407"], ["updated_at", "2016-01-20 23:27:43.144407"]]  (306.8ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tokelau"], ["code2", "TK"], ["code3", "TKL"], ["continent", "OC"], ["tld", "tk"], ["currency", "NZD"], ["created_at", "2016-01-20 23:27:43.457068"], ["updated_at", "2016-01-20 23:27:43.457068"]]  (162.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "East Timor"], ["code2", "TL"], ["code3", "TLS"], ["continent", "OC"], ["tld", "tl"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:43.624759"], ["updated_at", "2016-01-20 23:27:43.624759"]]  (150.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkmenistan"], ["code2", "TM"], ["code3", "TKM"], ["continent", "AS"], ["tld", "tm"], ["currency", "TMT"], ["created_at", "2016-01-20 23:27:43.780570"], ["updated_at", "2016-01-20 23:27:43.780570"]]  (218.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tunisia"], ["code2", "TN"], ["code3", "TUN"], ["continent", "AF"], ["tld", "tn"], ["currency", "TND"], ["created_at", "2016-01-20 23:27:44.005777"], ["updated_at", "2016-01-20 23:27:44.005777"]]  (184.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tonga"], ["code2", "TO"], ["code3", "TON"], ["continent", "OC"], ["tld", "to"], ["currency", "TOP"], ["created_at", "2016-01-20 23:27:44.197068"], ["updated_at", "2016-01-20 23:27:44.197068"]]  (138.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkey"], ["code2", "TR"], ["code3", "TUR"], ["continent", "AS"], ["tld", "tr"], ["currency", "TRY"], ["created_at", "2016-01-20 23:27:44.342543"], ["updated_at", "2016-01-20 23:27:44.342543"]]  (194.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Trinidad and Tobago"], ["code2", "TT"], ["code3", "TTO"], ["continent", "NA"], ["tld", "tt"], ["currency", "TTD"], ["created_at", "2016-01-20 23:27:44.543252"], ["updated_at", "2016-01-20 23:27:44.543252"]]  (205.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tuvalu"], ["code2", "TV"], ["code3", "TUV"], ["continent", "OC"], ["tld", "tv"], ["currency", "AUD"], ["created_at", "2016-01-20 23:27:44.755578"], ["updated_at", "2016-01-20 23:27:44.755578"]]  (150.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Taiwan"], ["code2", "TW"], ["code3", "TWN"], ["continent", "AS"], ["tld", "tw"], ["currency", "TWD"], ["created_at", "2016-01-20 23:27:44.912817"], ["updated_at", "2016-01-20 23:27:44.912817"]]  (127.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tanzania"], ["code2", "TZ"], ["code3", "TZA"], ["continent", "AF"], ["tld", "tz"], ["currency", "TZS"], ["created_at", "2016-01-20 23:27:45.046751"], ["updated_at", "2016-01-20 23:27:45.046751"]]  (127.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ukraine"], ["code2", "UA"], ["code3", "UKR"], ["continent", "EU"], ["tld", "ua"], ["currency", "UAH"], ["created_at", "2016-01-20 23:27:45.181621"], ["updated_at", "2016-01-20 23:27:45.181621"]]  (149.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uganda"], ["code2", "UG"], ["code3", "UGA"], ["continent", "AF"], ["tld", "ug"], ["currency", "UGX"], ["created_at", "2016-01-20 23:27:45.338004"], ["updated_at", "2016-01-20 23:27:45.338004"]]  (150.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States Minor Outlying Islands"], ["code2", "UM"], ["code3", "UMI"], ["continent", "OC"], ["tld", "um"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:45.494702"], ["updated_at", "2016-01-20 23:27:45.494702"]]  (161.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States"], ["code2", "US"], ["code3", "USA"], ["continent", "NA"], ["tld", "us"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:45.660923"], ["updated_at", "2016-01-20 23:27:45.660923"]]  (156.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uruguay"], ["code2", "UY"], ["code3", "URY"], ["continent", "SA"], ["tld", "uy"], ["currency", "UYU"], ["created_at", "2016-01-20 23:27:45.820826"], ["updated_at", "2016-01-20 23:27:45.820826"]]  (150.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uzbekistan"], ["code2", "UZ"], ["code3", "UZB"], ["continent", "AS"], ["tld", "uz"], ["currency", "UZS"], ["created_at", "2016-01-20 23:27:45.977656"], ["updated_at", "2016-01-20 23:27:45.977656"]]  (162.4ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vatican"], ["code2", "VA"], ["code3", "VAT"], ["continent", "EU"], ["tld", "va"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:46.145189"], ["updated_at", "2016-01-20 23:27:46.145189"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Vincent and the Grenadines"], ["code2", "VC"], ["code3", "VCT"], ["continent", "NA"], ["tld", "vc"], ["currency", "XCD"], ["created_at", "2016-01-20 23:27:46.301485"], ["updated_at", "2016-01-20 23:27:46.301485"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Venezuela"], ["code2", "VE"], ["code3", "VEN"], ["continent", "SA"], ["tld", "ve"], ["currency", "VEF"], ["created_at", "2016-01-20 23:27:46.447842"], ["updated_at", "2016-01-20 23:27:46.447842"]]  (129.3ms) commit transaction  (0.8ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Virgin Islands"], ["code2", "VG"], ["code3", "VGB"], ["continent", "NA"], ["tld", "vg"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:46.581994"], ["updated_at", "2016-01-20 23:27:46.581994"]]  (127.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "U.S. Virgin Islands"], ["code2", "VI"], ["code3", "VIR"], ["continent", "NA"], ["tld", "vi"], ["currency", "USD"], ["created_at", "2016-01-20 23:27:46.716082"], ["updated_at", "2016-01-20 23:27:46.716082"]]  (160.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vietnam"], ["code2", "VN"], ["code3", "VNM"], ["continent", "AS"], ["tld", "vn"], ["currency", "VND"], ["created_at", "2016-01-20 23:27:46.883741"], ["updated_at", "2016-01-20 23:27:46.883741"]]  (194.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vanuatu"], ["code2", "VU"], ["code3", "VUT"], ["continent", "OC"], ["tld", "vu"], ["currency", "VUV"], ["created_at", "2016-01-20 23:27:47.085309"], ["updated_at", "2016-01-20 23:27:47.085309"]]  (227.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Wallis and Futuna"], ["code2", "WF"], ["code3", "WLF"], ["continent", "OC"], ["tld", "wf"], ["currency", "XPF"], ["created_at", "2016-01-20 23:27:47.319755"], ["updated_at", "2016-01-20 23:27:47.319755"]]  (151.6ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Samoa"], ["code2", "WS"], ["code3", "WSM"], ["continent", "OC"], ["tld", "ws"], ["currency", "WST"], ["created_at", "2016-01-20 23:27:47.478156"], ["updated_at", "2016-01-20 23:27:47.478156"]]  (195.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Yemen"], ["code2", "YE"], ["code3", "YEM"], ["continent", "AS"], ["tld", "ye"], ["currency", "YER"], ["created_at", "2016-01-20 23:27:47.679277"], ["updated_at", "2016-01-20 23:27:47.679277"]]  (216.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mayotte"], ["code2", "YT"], ["code3", "MYT"], ["continent", "AF"], ["tld", "yt"], ["currency", "EUR"], ["created_at", "2016-01-20 23:27:47.902577"], ["updated_at", "2016-01-20 23:27:47.902577"]]  (172.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Africa"], ["code2", "ZA"], ["code3", "ZAF"], ["continent", "AF"], ["tld", "za"], ["currency", "ZAR"], ["created_at", "2016-01-20 23:27:48.081518"], ["updated_at", "2016-01-20 23:27:48.081518"]]  (127.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zambia"], ["code2", "ZM"], ["code3", "ZMB"], ["continent", "AF"], ["tld", "zm"], ["currency", "ZMK"], ["created_at", "2016-01-20 23:27:48.215852"], ["updated_at", "2016-01-20 23:27:48.215852"]]  (138.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zimbabwe"], ["code2", "ZW"], ["code3", "ZWE"], ["continent", "AF"], ["tld", "zw"], ["currency", "ZWL"], ["created_at", "2016-01-20 23:27:48.361207"], ["updated_at", "2016-01-20 23:27:48.361207"]]  (160.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia and Montenegro"], ["code2", "CS"], ["code3", "SCG"], ["continent", "EU"], ["tld", "cs"], ["currency", "RSD"], ["created_at", "2016-01-20 23:27:48.527513"], ["updated_at", "2016-01-20 23:27:48.527513"]]  (165.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands Antilles"], ["code2", "AN"], ["code3", "ANT"], ["continent", "NA"], ["tld", "an"], ["currency", "ANG"], ["created_at", "2016-01-20 23:27:48.697449"], ["updated_at", "2016-01-20 23:27:48.697449"]]  (149.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "first_name", "last_name", "admin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["email", "admin@example.com"], ["encrypted_password", "$2a$10$qxupxiHcV3eWkMo.wLCTB.pSeID7kLxQ0H1XJnAAsIxiYRgsu6Vbe"], ["first_name", "Default"], ["last_name", "Admin"], ["admin", "t"], ["created_at", "2016-01-20 23:27:49.175252"], ["updated_at", "2016-01-20 23:27:49.175252"]]  (278.3ms) commit transaction Started GET "/" for 127.0.0.1 at 2016-01-20 17:31:31 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (316.9ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (50.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:31:32.415097' and ends_at >= '2016-01-20 23:31:32.415097') Completed 200 OK in 562ms (Views: 538.0ms | ActiveRecord: 3.4ms) Started GET "/" for 127.0.0.1 at 2016-01-20 17:31:32 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.4ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:31:32.568675' and ends_at >= '2016-01-20 23:31:32.568675') Completed 200 OK in 136ms (Views: 134.8ms | ActiveRecord: 0.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-20 17:31:37 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (64.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:31:37.774781' and ends_at >= '2016-01-20 23:31:37.774781') Completed 200 OK in 149ms (Views: 142.4ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-20 17:31:42 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"q5ZHKzk8SXTGuv8sVAvlHqtBwkiqTWOx/VncjUdDduhq6i0xc/Rv94F8Lo1/B1JtZuu6sCa2h+lCpw/fIhQ46A==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-20 23:31:42.157628"], ["current_sign_in_at", "2016-01-20 23:31:42.157628"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-20 23:31:42.159069"], ["id", 1]]  (168.5ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 271ms (ActiveRecord: 169.4ms) Started GET "/" for 127.0.0.1 at 2016-01-20 17:31:42 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:31:42.389595' and ends_at >= '2016-01-20 23:31:42.389595') Completed 200 OK in 75ms (Views: 73.5ms | ActiveRecord: 0.5ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-20 17:31:47 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:31:47.966722' and ends_at >= '2016-01-20 23:31:47.966722') Completed 200 OK in 99ms (Views: 78.8ms | ActiveRecord: 0.8ms) Started GET "/admin" for 127.0.0.1 at 2016-01-20 17:31:52 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.3ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:31:52.407902' and ends_at >= '2016-01-20 23:31:52.407902') Completed 200 OK in 138ms (Views: 112.5ms | ActiveRecord: 2.9ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-20 17:32:08 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:09.007528' and ends_at >= '2016-01-20 23:32:09.007528') Completed 200 OK in 105ms (Views: 101.0ms | ActiveRecord: 0.5ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 17:32:09 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:09.671218' and ends_at >= '2016-01-20 23:32:09.671218') Completed 200 OK in 95ms (Views: 92.5ms | ActiveRecord: 0.5ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-20 17:32:10 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (26.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (30.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:10.233633' and ends_at >= '2016-01-20 23:32:10.233633') Completed 200 OK in 107ms (Views: 104.4ms | ActiveRecord: 0.5ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-20 17:32:11 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (29.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (32.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:11.284039' and ends_at >= '2016-01-20 23:32:11.284039') Completed 200 OK in 112ms (Views: 109.4ms | ActiveRecord: 0.8ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 17:32:11 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:11.848935' and ends_at >= '2016-01-20 23:32:11.848935') Completed 200 OK in 81ms (Views: 77.6ms | ActiveRecord: 0.6ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-20 17:32:12 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (29.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (33.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:13.001105' and ends_at >= '2016-01-20 23:32:13.001105') Completed 200 OK in 114ms (Views: 110.3ms | ActiveRecord: 0.8ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 17:32:13 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:14.024339' and ends_at >= '2016-01-20 23:32:14.024339') Completed 200 OK in 84ms (Views: 81.8ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453332734139" for 127.0.0.1 at 2016-01-20 17:32:14 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453332734139", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 5.0ms | ActiveRecord: 0.8ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-20 17:32:14 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Country Load (2.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (366.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (373.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:14.955274' and ends_at >= '2016-01-20 23:32:14.955274') Completed 200 OK in 456ms (Views: 449.0ms | ActiveRecord: 3.4ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 17:32:17 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:17.909648' and ends_at >= '2016-01-20 23:32:17.909648') Completed 200 OK in 109ms (Views: 106.9ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453332738035" for 127.0.0.1 at 2016-01-20 17:32:18 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453332738035", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 16ms (Views: 7.6ms | ActiveRecord: 1.0ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:32:19 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:19.359077' and ends_at >= '2016-01-20 23:32:19.359077') Completed 200 OK in 105ms (Views: 102.1ms | ActiveRecord: 0.8ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453332739462" for 127.0.0.1 at 2016-01-20 17:32:19 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453332739462", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "hatchy_users"  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 18ms (Views: 9.3ms | ActiveRecord: 1.7ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-20 17:32:22 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (16.8ms) Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (6.5ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (44.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:22.639850' and ends_at >= '2016-01-20 23:32:22.639850') Completed 200 OK in 143ms (Views: 137.0ms | ActiveRecord: 1.2ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453332743658" for 127.0.0.1 at 2016-01-20 17:32:23 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453332743658", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 7ms (Views: 3.6ms | ActiveRecord: 0.9ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-20 17:32:25 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.5ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.7ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:32:25.241460' and ends_at >= '2016-01-20 23:32:25.241460') Completed 200 OK in 98ms (Views: 94.4ms | ActiveRecord: 0.9ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453332748210" for 127.0.0.1 at 2016-01-20 17:32:28 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453332748210", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.7ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:39:30 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:39:30.389122' and ends_at >= '2016-01-20 23:39:30.389122') Completed 200 OK in 154ms (Views: 100.8ms | ActiveRecord: 2.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333170511" for 127.0.0.1 at 2016-01-20 17:39:30 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333170511", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 57ms (ActiveRecord: 1.1ms) NoMethodError (undefined method `content_tag' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:30:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:21:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:14:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (86.9ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:42:17 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (45.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (8.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:42:18.284244' and ends_at >= '2016-01-20 23:42:18.284244') Completed 200 OK in 433ms (Views: 376.4ms | ActiveRecord: 2.7ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333338409" for 127.0.0.1 at 2016-01-20 17:42:18 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333338409", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 122ms (ActiveRecord: 0.2ms) LoadError (cannot load such file -- ActionView/Helpers/TagHelper): activesupport (4.2.5) lib/active_support/dependencies.rb:274:in `require' activesupport (4.2.5) lib/active_support/dependencies.rb:274:in `block in require' activesupport (4.2.5) lib/active_support/dependencies.rb:238:in `block in load_dependency' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:238:in `load_dependency' activesupport (4.2.5) lib/active_support/dependencies.rb:274:in `require' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:1:in `' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (17.7ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:43:16 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:43:17.033264' and ends_at >= '2016-01-20 23:43:17.033264') Completed 200 OK in 162ms (Views: 104.6ms | ActiveRecord: 2.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333397145" for 127.0.0.1 at 2016-01-20 17:43:17 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333397145", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.7ms) NoMethodError (undefined method `content_tag' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:31:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:22:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:15:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (29.0ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:43:53 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:43:53.987743' and ends_at >= '2016-01-20 23:43:53.987743') Completed 200 OK in 118ms (Views: 84.0ms | ActiveRecord: 1.9ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333434090" for 127.0.0.1 at 2016-01-20 17:43:54 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333434090", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 38ms (ActiveRecord: 1.0ms) NoMethodError (undefined method `output_buffer=' for #): actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:205:in `ensure in with_output_buffer' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:205:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:33:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:24:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:17:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (28.7ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:44:20 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:44:20.568202' and ends_at >= '2016-01-20 23:44:20.568202') Completed 200 OK in 547ms (Views: 490.2ms | ActiveRecord: 2.8ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333460734" for 127.0.0.1 at 2016-01-20 17:44:20 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333460734", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.8ms) NoMethodError (undefined method `output_buffer=' for #): actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:205:in `ensure in with_output_buffer' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:205:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:32:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:23:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:16:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (27.9ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:44:45 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:44:45.816565' and ends_at >= '2016-01-20 23:44:45.816565') Completed 200 OK in 117ms (Views: 83.5ms | ActiveRecord: 1.5ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333485928" for 127.0.0.1 at 2016-01-20 17:44:45 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333485928", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.8ms) NoMethodError (undefined method `output_buffer=' for #): actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:205:in `ensure in with_output_buffer' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:205:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:32:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:23:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:16:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (27.4ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:45:33 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:45:33.315232' and ends_at >= '2016-01-20 23:45:33.315232') Completed 200 OK in 103ms (Views: 71.7ms | ActiveRecord: 1.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333533407" for 127.0.0.1 at 2016-01-20 17:45:33 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333533407", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 19ms (Views: 9.1ms | ActiveRecord: 1.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:46:00 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:46:00.701662' and ends_at >= '2016-01-20 23:46:00.701662') Completed 200 OK in 139ms (Views: 92.6ms | ActiveRecord: 1.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333560807" for 127.0.0.1 at 2016-01-20 17:46:00 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333560807", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 17ms (Views: 7.3ms | ActiveRecord: 1.2ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:46:09 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:46:09.396180' and ends_at >= '2016-01-20 23:46:09.396180') Completed 200 OK in 151ms (Views: 98.4ms | ActiveRecord: 2.1ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333569509" for 127.0.0.1 at 2016-01-20 17:46:09 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333569509", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 15ms (ActiveRecord: 1.2ms) ArgumentError (wrong number of arguments (1 for 0)): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:36:in `class' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:36:in `block (4 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:184:in `link_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:6:in `link_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:35:in `block (3 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:34:in `block (2 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:33:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:24:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:17:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (16.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:46:29 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:46:29.841647' and ends_at >= '2016-01-20 23:46:29.841647') Completed 200 OK in 111ms (Views: 77.6ms | ActiveRecord: 1.8ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333589944" for 127.0.0.1 at 2016-01-20 17:46:30 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333589944", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 15ms (Views: 5.6ms | ActiveRecord: 0.8ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:47:09 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:47:09.546545' and ends_at >= '2016-01-20 23:47:09.546545') Completed 200 OK in 113ms (Views: 78.6ms | ActiveRecord: 1.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333629756" for 127.0.0.1 at 2016-01-20 17:47:09 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333629756", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 12ms (Views: 6.2ms | ActiveRecord: 0.9ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:48:45 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:48:45.672194' and ends_at >= '2016-01-20 23:48:45.672194') Completed 200 OK in 122ms (Views: 75.1ms | ActiveRecord: 1.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333725869" for 127.0.0.1 at 2016-01-20 17:48:46 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333725869", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 45ms (ActiveRecord: 1.2ms) NameError (undefined local variable or method `info' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:38:in `block (6 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:37:in `block (5 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:36:in `block (4 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' actionview (4.2.5) lib/action_view/helpers/url_helper.rb:184:in `link_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:6:in `link_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:35:in `block (3 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:34:in `block (2 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:33:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:24:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:17:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (32.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:49:02 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:49:02.508444' and ends_at >= '2016-01-20 23:49:02.508444') Completed 200 OK in 117ms (Views: 87.2ms | ActiveRecord: 1.5ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333742633" for 127.0.0.1 at 2016-01-20 17:49:02 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333742633", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 15ms (Views: 8.5ms | ActiveRecord: 1.2ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:50:14 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:50:14.970316' and ends_at >= '2016-01-20 23:50:14.970316') Completed 200 OK in 112ms (Views: 77.8ms | ActiveRecord: 1.8ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333815095" for 127.0.0.1 at 2016-01-20 17:50:15 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333815095", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 12ms (Views: 7.2ms | ActiveRecord: 0.9ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:51:21 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:51:21.396220' and ends_at >= '2016-01-20 23:51:21.396220') Completed 200 OK in 114ms (Views: 78.9ms | ActiveRecord: 2.1ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333881516" for 127.0.0.1 at 2016-01-20 17:51:21 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333881516", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 15ms (Views: 8.3ms | ActiveRecord: 1.2ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-20 17:51:37 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:51:37.212730' and ends_at >= '2016-01-20 23:51:37.212730') Completed 200 OK in 87ms (Views: 84.5ms | ActiveRecord: 0.7ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-20 17:51:38 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:51:38.905186' and ends_at >= '2016-01-20 23:51:38.905186') Completed 200 OK in 93ms (Views: 90.3ms | ActiveRecord: 0.6ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-20 17:51:39 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (30.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (36.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:51:39.543794' and ends_at >= '2016-01-20 23:51:39.543794') Completed 200 OK in 119ms (Views: 112.5ms | ActiveRecord: 0.7ms) Started GET "/assets/dataTables/sort_desc-26da8e7eaf746a08dec2928977be21aa67212484540a12042b86aa2d904b80e8.png" for 127.0.0.1 at 2016-01-20 17:51:44 -0600 Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 17:52:09 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-20 23:52:09.366299' and ends_at >= '2016-01-20 23:52:09.366299') Completed 200 OK in 88ms (Views: 85.2ms | ActiveRecord: 0.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453333929512" for 127.0.0.1 at 2016-01-20 17:52:09 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453333929512", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 8ms (Views: 3.7ms | ActiveRecord: 1.0ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:00:58 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:00:58.792579' and ends_at >= '2016-01-21 00:00:58.792579') Completed 200 OK in 90ms (Views: 87.3ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334458934" for 127.0.0.1 at 2016-01-20 18:00:59 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334458934", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.8ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:02:13 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:02:13.275513' and ends_at >= '2016-01-21 00:02:13.275513') Completed 200 OK in 225ms (Views: 222.1ms | ActiveRecord: 0.5ms) Started GET "/assets/hatchy/admin.self-46dc2e2921162729cb157696d112219c40cbe59dffc592cacf0571be71fe0fbd.js?body=1" for 127.0.0.1 at 2016-01-20 18:02:13 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334533545" for 127.0.0.1 at 2016-01-20 18:02:13 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334533545", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 4.7ms | ActiveRecord: 1.2ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:02:17 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:02:17.752022' and ends_at >= '2016-01-21 00:02:17.752022') Completed 200 OK in 94ms (Views: 91.8ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334537902" for 127.0.0.1 at 2016-01-20 18:02:18 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334537902", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 7ms (Views: 2.8ms | ActiveRecord: 0.7ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:02:21 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:02:21.825719' and ends_at >= '2016-01-21 00:02:21.825719') Completed 200 OK in 83ms (Views: 79.2ms | ActiveRecord: 0.5ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334541954" for 127.0.0.1 at 2016-01-20 18:02:22 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334541954", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 5.7ms | ActiveRecord: 1.4ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:02:28 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.8ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:02:28.417215' and ends_at >= '2016-01-21 00:02:28.417215') Completed 200 OK in 106ms (Views: 93.2ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:02:34 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.8ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:02:34.054465' and ends_at >= '2016-01-21 00:02:34.054465') Completed 200 OK in 73ms (Views: 72.2ms | ActiveRecord: 0.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-20 18:02:37 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (18.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (24.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:02:37.511683' and ends_at >= '2016-01-21 00:02:37.511683') Completed 200 OK in 119ms (Views: 97.5ms | ActiveRecord: 2.7ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:02:41 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:02:41.281475' and ends_at >= '2016-01-21 00:02:41.281475') Completed 200 OK in 93ms (Views: 90.4ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334561383" for 127.0.0.1 at 2016-01-20 18:02:41 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334561383", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 1.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:03:24 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:03:24.854764' and ends_at >= '2016-01-21 00:03:24.854764') Completed 200 OK in 229ms (Views: 227.3ms | ActiveRecord: 0.3ms) Started GET "/assets/hatchy/admin.self-7cdb008227c5623d61f7ef5948e619f009086cd8009fdcc7cc246ab4c8be4d2f.js?body=1" for 127.0.0.1 at 2016-01-20 18:03:25 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334605204" for 127.0.0.1 at 2016-01-20 18:03:25 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334605204", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 4.4ms | ActiveRecord: 1.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:03:50 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:03:50.368981' and ends_at >= '2016-01-21 00:03:50.368981') Completed 200 OK in 219ms (Views: 215.4ms | ActiveRecord: 0.3ms) Started GET "/assets/hatchy/admin.self-e96062ec772c2363210d118f70c382b02f0c58d14f60600bc6d381dbf15cfe5f.js?body=1" for 127.0.0.1 at 2016-01-20 18:03:50 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334630687" for 127.0.0.1 at 2016-01-20 18:03:50 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334630687", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 9ms (Views: 4.8ms | ActiveRecord: 1.2ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:05:11 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:05:11.628392' and ends_at >= '2016-01-21 00:05:11.628392') Completed 200 OK in 211ms (Views: 209.2ms | ActiveRecord: 0.4ms) Started GET "/assets/hatchy/admin.self-c52ae40210faaa3a3d68f137e5c982dcf92da9063481ed3041a537bae1ce3baa.js?body=1" for 127.0.0.1 at 2016-01-20 18:05:11 -0600 Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334711959" for 127.0.0.1 at 2016-01-20 18:05:12 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334711959", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (1.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 11ms (Views: 6.4ms | ActiveRecord: 2.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:05:38 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:05:38.779566' and ends_at >= '2016-01-21 00:05:38.779566') Completed 200 OK in 87ms (Views: 83.9ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334738893" for 127.0.0.1 at 2016-01-20 18:05:39 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334738893", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 7ms (Views: 3.1ms | ActiveRecord: 0.8ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:07:56 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:07:56.882797' and ends_at >= '2016-01-21 00:07:56.882797') Completed 200 OK in 94ms (Views: 90.6ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334876997" for 127.0.0.1 at 2016-01-20 18:07:57 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334876997", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 12ms (Views: 7.1ms | ActiveRecord: 1.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:08:00 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:08:00.666916' and ends_at >= '2016-01-21 00:08:00.666916') Completed 200 OK in 94ms (Views: 91.1ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334880813" for 127.0.0.1 at 2016-01-20 18:08:00 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334880813", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 8ms (Views: 3.8ms | ActiveRecord: 1.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:08:13 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:08:13.972712' and ends_at >= '2016-01-21 00:08:13.972712') Completed 200 OK in 84ms (Views: 81.7ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334894079" for 127.0.0.1 at 2016-01-20 18:08:14 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334894079", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 4.1ms | ActiveRecord: 1.0ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:09:34 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:09:34.719589' and ends_at >= '2016-01-21 00:09:34.719589') Completed 200 OK in 80ms (Views: 78.3ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334974828" for 127.0.0.1 at 2016-01-20 18:09:34 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334974828", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 4.0ms | ActiveRecord: 0.7ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:09:44 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:09:44.846294' and ends_at >= '2016-01-21 00:09:44.846294') Completed 200 OK in 91ms (Views: 88.2ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334984944" for 127.0.0.1 at 2016-01-20 18:09:45 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334984944", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.8ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:09:46 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:09:46.220604' and ends_at >= '2016-01-21 00:09:46.220604') Completed 200 OK in 77ms (Views: 75.4ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334986341" for 127.0.0.1 at 2016-01-20 18:09:46 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334986341", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 7ms (Views: 3.2ms | ActiveRecord: 0.8ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-20 18:09:51 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (380.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (387.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:09:51.680833' and ends_at >= '2016-01-21 00:09:51.680833') Completed 200 OK in 466ms (Views: 458.9ms | ActiveRecord: 3.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 18:09:55 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:09:55.658752' and ends_at >= '2016-01-21 00:09:55.658752') Completed 200 OK in 88ms (Views: 86.4ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453334995788" for 127.0.0.1 at 2016-01-20 18:09:55 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453334995788", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 13ms (Views: 6.7ms | ActiveRecord: 0.9ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-20 18:10:08 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.2ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (39.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (47.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:10:09.093793' and ends_at >= '2016-01-21 00:10:09.093793') Completed 200 OK in 145ms (Views: 141.0ms | ActiveRecord: 0.8ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:10:12 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:10:12.055651' and ends_at >= '2016-01-21 00:10:12.055651') Completed 200 OK in 95ms (Views: 93.0ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335012181" for 127.0.0.1 at 2016-01-20 18:10:12 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335012181", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (1.9ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 9ms (Views: 4.0ms | ActiveRecord: 2.4ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-20 18:10:15 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (33.8ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (6.4ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (70.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:10:15.614279' and ends_at >= '2016-01-21 00:10:15.614279') Completed 200 OK in 166ms (Views: 157.4ms | ActiveRecord: 1.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335018241" for 127.0.0.1 at 2016-01-20 18:10:18 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335018241", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY first_name asc LIMIT 10 OFFSET 0 Completed 200 OK in 7ms (Views: 4.1ms | ActiveRecord: 0.9ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:10:21 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:10:21.098023' and ends_at >= '2016-01-21 00:10:21.098023') Completed 200 OK in 91ms (Views: 88.5ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335021219" for 127.0.0.1 at 2016-01-20 18:10:21 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335021219", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 13ms (Views: 8.1ms | ActiveRecord: 1.3ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:11:31 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:11:31.737545' and ends_at >= '2016-01-21 00:11:31.737545') Completed 200 OK in 142ms (Views: 100.5ms | ActiveRecord: 2.0ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335091863" for 127.0.0.1 at 2016-01-20 18:11:31 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335091863", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:27: syntax error, unexpected tIDENTIFIER, expecting ']' user.first_name, ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:29: syntax error, unexpected ',', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:30: syntax error, unexpected ',', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:45: syntax error, unexpected '\n', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:82: syntax error, unexpected end-of-input, expecting keyword_end): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:27: syntax error, unexpected tIDENTIFIER, expecting ']' user.first_name, ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:29: syntax error, unexpected ',', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:30: syntax error, unexpected ',', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:45: syntax error, unexpected '\n', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:82: syntax error, unexpected end-of-input, expecting keyword_end activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (15.7ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:11:41 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:11:41.513356' and ends_at >= '2016-01-21 00:11:41.513356') Completed 200 OK in 117ms (Views: 81.2ms | ActiveRecord: 2.1ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335101613" for 127.0.0.1 at 2016-01-20 18:11:41 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335101613", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:27: syntax error, unexpected tIDENTIFIER, expecting ']' user.first_name, ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:29: syntax error, unexpected ',', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:30: syntax error, unexpected ',', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:45: syntax error, unexpected '\n', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:82: syntax error, unexpected end-of-input, expecting keyword_end): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:27: syntax error, unexpected tIDENTIFIER, expecting ']' user.first_name, ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:29: syntax error, unexpected ',', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:30: syntax error, unexpected ',', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:45: syntax error, unexpected '\n', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:82: syntax error, unexpected end-of-input, expecting keyword_end activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (16.2ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:12:09 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:12:09.715567' and ends_at >= '2016-01-21 00:12:09.715567') Completed 200 OK in 115ms (Views: 82.1ms | ActiveRecord: 1.9ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335129812" for 127.0.0.1 at 2016-01-20 18:12:09 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335129812", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 17ms (Views: 9.9ms | ActiveRecord: 1.5ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-20 18:12:35 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Country Load (2.0ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (361.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (366.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:12:35.481580' and ends_at >= '2016-01-21 00:12:35.481580') Completed 200 OK in 455ms (Views: 444.5ms | ActiveRecord: 2.6ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:12:40 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:12:40.324026' and ends_at >= '2016-01-21 00:12:40.324026') Completed 200 OK in 70ms (Views: 67.5ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335160439" for 127.0.0.1 at 2016-01-20 18:12:40 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335160439", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 9ms (Views: 4.8ms | ActiveRecord: 1.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 18:12:47 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:12:47.777211' and ends_at >= '2016-01-21 00:12:47.777211') Completed 200 OK in 88ms (Views: 86.4ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335167900" for 127.0.0.1 at 2016-01-20 18:12:47 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335167900", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 22ms (Views: 14.4ms | ActiveRecord: 1.1ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-20 18:12:49 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Hatchy::Country Load (2.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (411.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (417.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:12:49.959984' and ends_at >= '2016-01-21 00:12:49.959984') Completed 200 OK in 505ms (Views: 498.6ms | ActiveRecord: 3.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:12:51 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:12:51.512612' and ends_at >= '2016-01-21 00:12:51.512612') Completed 200 OK in 72ms (Views: 68.8ms | ActiveRecord: 0.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335171618" for 127.0.0.1 at 2016-01-20 18:12:51 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335171618", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 8ms (Views: 4.0ms | ActiveRecord: 1.1ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-20 18:19:49 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (2.3ms) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (1.3ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (21.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:19:49.285678' and ends_at >= '2016-01-21 00:19:49.285678') Completed 200 OK in 100ms (Views: 95.3ms | ActiveRecord: 1.4ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-20 18:19:51 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:19:51.601702' and ends_at >= '2016-01-21 00:19:51.601702') Completed 200 OK in 118ms (Views: 112.8ms | ActiveRecord: 0.6ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:19:52 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:19:52.863078' and ends_at >= '2016-01-21 00:19:52.863078') Completed 200 OK in 92ms (Views: 89.7ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335592986" for 127.0.0.1 at 2016-01-20 18:19:53 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335592986", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (1.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 4.9ms | ActiveRecord: 1.8ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-20 18:19:55 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.0ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.5ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:19:55.124514' and ends_at >= '2016-01-21 00:19:55.124514') Completed 200 OK in 105ms (Views: 100.4ms | ActiveRecord: 0.6ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-20 18:19:56 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:19:56.284046' and ends_at >= '2016-01-21 00:19:56.284046') Completed 200 OK in 89ms (Views: 82.7ms | ActiveRecord: 0.7ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-20 18:20:00 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:20:00.961702' and ends_at >= '2016-01-21 00:20:00.961702') Completed 200 OK in 91ms (Views: 88.1ms | ActiveRecord: 0.5ms) Started GET "/admin/announcements/new" for 127.0.0.1 at 2016-01-20 18:20:02 -0600 Processing by Hatchy::Admin::AnnouncementsController#new as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/new.html.haml within layouts/hatchy/admin/admin_layout (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:20:02.169807' and ends_at >= '2016-01-21 00:20:02.169807') Completed 200 OK in 96ms (Views: 86.9ms | ActiveRecord: 0.8ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-20 18:20:03 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (28.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (30.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:20:03.649999' and ends_at >= '2016-01-21 00:20:03.649999') Completed 200 OK in 107ms (Views: 99.9ms | ActiveRecord: 0.8ms) Started GET "/admin/categories/1" for 127.0.0.1 at 2016-01-20 18:20:05 -0600 Processing by Hatchy::Admin::CategoriesController#show as HTML Parameters: {"class_name"=>"Hatchy::Category", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/show.html.haml within layouts/hatchy/admin/admin_layout (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:20:06.027034' and ends_at >= '2016-01-21 00:20:06.027034') Completed 200 OK in 94ms (Views: 89.2ms | ActiveRecord: 0.6ms) Started GET "/admin/categories/1/edit" for 127.0.0.1 at 2016-01-20 18:20:08 -0600 Processing by Hatchy::Admin::CategoriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Category", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/edit.html.haml within layouts/hatchy/admin/admin_layout (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:20:08.276282' and ends_at >= '2016-01-21 00:20:08.276282') Completed 200 OK in 91ms (Views: 86.6ms | ActiveRecord: 0.5ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:20:13 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:20:13.480869' and ends_at >= '2016-01-21 00:20:13.480869') Completed 200 OK in 85ms (Views: 82.4ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335613590" for 127.0.0.1 at 2016-01-20 18:20:13 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335613590", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 8ms (Views: 4.4ms | ActiveRecord: 0.9ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:20:29 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:20:29.932012' and ends_at >= '2016-01-21 00:20:29.932012') Completed 200 OK in 74ms (Views: 71.5ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335630025" for 127.0.0.1 at 2016-01-20 18:20:30 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335630025", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 11ms (Views: 3.6ms | ActiveRecord: 0.8ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:20:33 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:20:33.325304' and ends_at >= '2016-01-21 00:20:33.325304') Completed 200 OK in 76ms (Views: 71.5ms | ActiveRecord: 0.7ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335633419" for 127.0.0.1 at 2016-01-20 18:20:33 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335633419", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 10ms (Views: 5.3ms | ActiveRecord: 1.2ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:20:34 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:20:34.500635' and ends_at >= '2016-01-21 00:20:34.500635') Completed 200 OK in 77ms (Views: 72.6ms | ActiveRecord: 0.7ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B9%5D%5Bdata%5D=9&columns%5B9%5D%5Bname%5D=&columns%5B9%5D%5Bsearchable%5D=true&columns%5B9%5D%5Borderable%5D=true&columns%5B9%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B9%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B10%5D%5Bdata%5D=10&columns%5B10%5D%5Bname%5D=&columns%5B10%5D%5Bsearchable%5D=true&columns%5B10%5D%5Borderable%5D=true&columns%5B10%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B10%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B11%5D%5Bdata%5D=11&columns%5B11%5D%5Bname%5D=&columns%5B11%5D%5Bsearchable%5D=true&columns%5B11%5D%5Borderable%5D=true&columns%5B11%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B11%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335634599" for 127.0.0.1 at 2016-01-20 18:20:34 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "9"=>{"data"=>"9", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "10"=>{"data"=>"10", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "11"=>{"data"=>"11", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335634599", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 7ms (Views: 3.4ms | ActiveRecord: 1.0ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:22:41 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:22:42.184921' and ends_at >= '2016-01-21 00:22:42.184921') Completed 200 OK in 119ms (Views: 83.9ms | ActiveRecord: 1.8ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335762301" for 127.0.0.1 at 2016-01-20 18:22:42 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335762301", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 22ms (Views: 17.7ms | ActiveRecord: 0.8ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 18:22:59 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:22:59.327357' and ends_at >= '2016-01-21 00:22:59.327357') Completed 200 OK in 87ms (Views: 85.1ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335779430" for 127.0.0.1 at 2016-01-20 18:22:59 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335779430", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 21ms (Views: 16.1ms | ActiveRecord: 1.6ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:24:10 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:24:10.726604' and ends_at >= '2016-01-21 00:24:10.726604') Completed 200 OK in 114ms (Views: 79.1ms | ActiveRecord: 2.0ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335850828" for 127.0.0.1 at 2016-01-20 18:24:10 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335850828", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 31ms (Views: 23.4ms | ActiveRecord: 1.9ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:25:10 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.8ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:25:10.941455' and ends_at >= '2016-01-21 00:25:10.941455') Completed 200 OK in 73ms (Views: 72.1ms | ActiveRecord: 0.7ms) Started GET "/r" for 127.0.0.1 at 2016-01-20 18:25:12 -0600 ActionController::RoutingError (No route matches [GET] "/r"): actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (120.4ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:25:29 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:25:29.417658' and ends_at >= '2016-01-21 00:25:29.417658') Completed 200 OK in 122ms (Views: 73.1ms | ActiveRecord: 2.1ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335929518" for 127.0.0.1 at 2016-01-20 18:25:29 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335929518", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 29ms (Views: 22.1ms | ActiveRecord: 1.4ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:25:30 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:25:30.286972' and ends_at >= '2016-01-21 00:25:30.286972') Completed 200 OK in 77ms (Views: 74.9ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453335930377" for 127.0.0.1 at 2016-01-20 18:25:30 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453335930377", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 44ms (ActiveRecord: 1.0ms) NameError (undefined local variable or method `hatchy' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:36:in `block (3 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:35:in `block (2 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:34:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:24:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:17:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (37.8ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:27:06 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:27:06.275000' and ends_at >= '2016-01-21 00:27:06.275000') Completed 200 OK in 117ms (Views: 81.3ms | ActiveRecord: 1.7ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336026393" for 127.0.0.1 at 2016-01-20 18:27:06 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336026393", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 45ms (ActiveRecord: 1.3ms) NameError (undefined local variable or method `hatchy' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:36:in `block (3 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:35:in `block (2 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:34:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:24:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:17:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (36.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:27:38 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:27:38.467484' and ends_at >= '2016-01-21 00:27:38.467484') Completed 200 OK in 137ms (Views: 100.1ms | ActiveRecord: 1.8ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336058567" for 127.0.0.1 at 2016-01-20 18:27:38 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336058567", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 43ms (ActiveRecord: 1.0ms) NoMethodError (undefined method `admin_user_path' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:36:in `block (3 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:35:in `block (2 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:34:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:24:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:17:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (35.8ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:28:51 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:28:51.253322' and ends_at >= '2016-01-21 00:28:51.253322') Completed 200 OK in 142ms (Views: 105.1ms | ActiveRecord: 1.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336131372" for 127.0.0.1 at 2016-01-20 18:28:51 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336131372", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 53ms (ActiveRecord: 1.1ms) NoMethodError (undefined method `admin_user_path' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:37:in `block (3 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:36:in `block (2 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:35:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:25:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:18:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (36.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:29:25 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:29:25.666728' and ends_at >= '2016-01-21 00:29:25.666728') Completed 200 OK in 118ms (Views: 82.9ms | ActiveRecord: 1.9ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336165775" for 127.0.0.1 at 2016-01-20 18:29:25 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336165775", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.7ms) NoMethodError (undefined method `admin_user_path' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:37:in `block (3 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:36:in `block (2 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:35:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:25:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:18:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (35.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:29:40 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:29:41.394070' and ends_at >= '2016-01-21 00:29:41.394070') Completed 200 OK in 523ms (Views: 465.1ms | ActiveRecord: 2.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336181536" for 127.0.0.1 at 2016-01-20 18:29:41 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336181536", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.7ms) NoMethodError (undefined method `admin_user_path' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:37:in `block (3 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:36:in `block (2 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:35:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:25:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:18:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (28.2ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:30:17 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:30:17.779081' and ends_at >= '2016-01-21 00:30:17.779081') Completed 200 OK in 117ms (Views: 83.9ms | ActiveRecord: 2.0ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336217874" for 127.0.0.1 at 2016-01-20 18:30:17 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336217874", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms) NameError (uninitialized constant Rails::Application::Routes): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:5:in `' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:2:in `' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:1:in `' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (16.0ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:31:59 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:31:59.983567' and ends_at >= '2016-01-21 00:31:59.983567') Completed 200 OK in 101ms (Views: 69.7ms | ActiveRecord: 1.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336320074" for 127.0.0.1 at 2016-01-20 18:32:00 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336320074", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms) NameError (uninitialized constant Hatchy::UsersDatatable::MyEngine): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:5:in `' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:2:in `' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:1:in `' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (14.9ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:32:16 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:32:16.616037' and ends_at >= '2016-01-21 00:32:16.616037') Completed 200 OK in 117ms (Views: 82.6ms | ActiveRecord: 2.0ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336336703" for 127.0.0.1 at 2016-01-20 18:32:16 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336336703", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.9ms) NoMethodError (undefined method `admin_user_path' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:37:in `block (3 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:36:in `block (2 levels) in data' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:61:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:35:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:25:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:18:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (27.5ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:35:43 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:35:43.983580' and ends_at >= '2016-01-21 00:35:43.983580') Completed 200 OK in 510ms (Views: 452.3ms | ActiveRecord: 2.5ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336544149" for 127.0.0.1 at 2016-01-20 18:35:44 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336544149", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.9ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 37ms (Views: 15.2ms | ActiveRecord: 1.4ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:36:12 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:36:12.321473' and ends_at >= '2016-01-21 00:36:12.321473') Completed 200 OK in 118ms (Views: 78.0ms | ActiveRecord: 1.6ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336572467" for 127.0.0.1 at 2016-01-20 18:36:12 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336572467", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 35ms (Views: 28.5ms | ActiveRecord: 1.5ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-20 18:36:18 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (29.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:36:18.870120' and ends_at >= '2016-01-21 00:36:18.870120') Completed 200 OK in 154ms (Views: 131.3ms | ActiveRecord: 1.0ms) Started POST "/projects" for 127.0.0.1 at 2016-01-20 18:36:24 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Q7h72Iim3ms3HUKJw3NAGSfZA5Z6kd4T42moJBnO3yf3ITrOoqb/Zt+k4uU5mJiD5yJIiJNht/FvsDrBPttz6A==", "project"=>{"name"=>"NOTGME", "category_id"=>"13"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.4ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_projects" ("name", "category_id", "user_id", "created_at", "updated_at", "status", "send_to_draft_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "NOTGME"], ["category_id", 13], ["user_id", 1], ["created_at", "2016-01-21 00:36:24.366266"], ["updated_at", "2016-01-21 00:36:24.366266"], ["status", "draft"], ["send_to_draft_at", "2016-01-21 00:36:24.366496"]] SQL (0.2ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 1], ["created_at", "2016-01-21 00:36:24.388783"], ["updated_at", "2016-01-21 00:36:24.388783"]]  (183.8ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 226ms (ActiveRecord: 185.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:36:24 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.3ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (5.1ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (14.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (28.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (95.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:36:24.741173' and ends_at >= '2016-01-21 00:36:24.741173') Completed 200 OK in 184ms (Views: 158.7ms | ActiveRecord: 2.5ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-20 18:36:28 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tJF2HY/LZMe04kEJigqrC+B9x1JbDyTNRiILPhADy3IACDcLpctFylxb4WVw4XORIIaMTLL/TS/K+5nbNxZnvQ==", "project"=>{"name"=>"NOTGME", "category_id"=>"13", "city"=>"Mont"}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "city" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["city", "Mont"], ["updated_at", "2016-01-21 00:36:28.104166"], ["id", 1]]  (307.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 322ms (ActiveRecord: 308.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:36:28 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (49.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:36:28.513503' and ends_at >= '2016-01-21 00:36:28.513503') Completed 200 OK in 122ms (Views: 114.2ms | ActiveRecord: 1.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-20 18:36:31 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.6ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:36:31.149767' and ends_at >= '2016-01-21 00:36:31.149767') Completed 200 OK in 107ms (Views: 86.9ms | ActiveRecord: 3.4ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:36:32 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:36:32.503198' and ends_at >= '2016-01-21 00:36:32.503198') Completed 200 OK in 86ms (Views: 83.3ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336592600" for 127.0.0.1 at 2016-01-20 18:36:32 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336592600", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 500 Internal Server Error in 35ms (ActiveRecord: 1.0ms) NoMethodError (undefined method `content_tag' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:32:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:21:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:14:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (38.9ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:39:13 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:39:14.068673' and ends_at >= '2016-01-21 00:39:14.068673') Completed 200 OK in 514ms (Views: 455.5ms | ActiveRecord: 2.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336754205" for 127.0.0.1 at 2016-01-20 18:39:14 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336754205", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.1ms) RuntimeError (Circular dependency detected while autoloading constant Hatchy::ApplicationDatatable): activesupport (4.2.5) lib/active_support/dependencies.rb:492:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/application_datatable.rb:2:in `' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/application_datatable.rb:1:in `' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:2:in `' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:1:in `' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (35.5ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:39:47 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:39:48.032457' and ends_at >= '2016-01-21 00:39:48.032457') Completed 200 OK in 103ms (Views: 72.2ms | ActiveRecord: 1.9ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336788131" for 127.0.0.1 at 2016-01-20 18:39:48 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336788131", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms) RuntimeError (Circular dependency detected while autoloading constant Hatchy::ApplicationDatatable): activesupport (4.2.5) lib/active_support/dependencies.rb:492:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/application_datatable.rb:2:in `' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/application_datatable.rb:1:in `' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:2:in `' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/users_datatable.rb:1:in `' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/users_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (15.4ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:40:15 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:40:15.228375' and ends_at >= '2016-01-21 00:40:15.228375') Completed 200 OK in 107ms (Views: 72.7ms | ActiveRecord: 1.8ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336815315" for 127.0.0.1 at 2016-01-20 18:40:15 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336815315", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 31ms (Views: 17.4ms | ActiveRecord: 1.2ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:40:54 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:40:54.243359' and ends_at >= '2016-01-21 00:40:54.243359') Completed 200 OK in 113ms (Views: 77.0ms | ActiveRecord: 1.8ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336854339" for 127.0.0.1 at 2016-01-20 18:40:54 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336854339", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 31ms (Views: 19.6ms | ActiveRecord: 1.3ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:40:55 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:40:55.600733' and ends_at >= '2016-01-21 00:40:55.600733') Completed 200 OK in 100ms (Views: 98.5ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336855725" for 127.0.0.1 at 2016-01-20 18:40:55 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336855725", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 85ms (Views: 76.8ms | ActiveRecord: 2.7ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:41:06 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:41:07.140064' and ends_at >= '2016-01-21 00:41:07.140064') Completed 200 OK in 122ms (Views: 81.5ms | ActiveRecord: 1.9ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336867244" for 127.0.0.1 at 2016-01-20 18:41:07 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336867244", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 500 Internal Server Error in 77ms (ActiveRecord: 2.0ms) NoMethodError (undefined method `content_tag' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:32:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:21:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:14:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (28.5ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:41:13 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:41:13.760335' and ends_at >= '2016-01-21 00:41:13.760335') Completed 200 OK in 121ms (Views: 88.1ms | ActiveRecord: 2.0ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336873862" for 127.0.0.1 at 2016-01-20 18:41:13 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336873862", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 79ms (Views: 63.4ms | ActiveRecord: 2.8ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:42:06 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:42:06.324660' and ends_at >= '2016-01-21 00:42:06.324660') Completed 200 OK in 117ms (Views: 81.5ms | ActiveRecord: 1.7ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336926417" for 127.0.0.1 at 2016-01-20 18:42:06 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336926417", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 80ms (Views: 63.7ms | ActiveRecord: 2.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-20 18:42:07 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (24.2ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (39.6ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined method `html_safe' for nil:NilClass): 1: .col-md-7 2: %h3 About 3: = @project.about.html_safe 4: %hr 5: %h3 Budget 6: = @project.budget.html_safe /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml:3:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects__about_html_haml___1926442640782303230_79487080' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects_show_html_haml___31423394378429151_27877000' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.1ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336933878" for 127.0.0.1 at 2016-01-20 18:42:13 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336933878", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 16ms (Views: 10.5ms | ActiveRecord: 1.5ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:43:12 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:43:13.200978' and ends_at >= '2016-01-21 00:43:13.200978') Completed 200 OK in 117ms (Views: 81.8ms | ActiveRecord: 2.0ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336993303" for 127.0.0.1 at 2016-01-20 18:43:13 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336993303", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:25: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' link_to project.name, project_path(project), ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:25: syntax error, unexpected ',', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:26: syntax error, unexpected ',', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:30: syntax error, unexpected ',', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:44: syntax error, unexpected ']', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:80: syntax error, unexpected end-of-input, expecting keyword_end): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:25: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' link_to project.name, project_path(project), ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:25: syntax error, unexpected ',', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:26: syntax error, unexpected ',', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:30: syntax error, unexpected ',', expecting :: or '[' or '.' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:44: syntax error, unexpected ']', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/projects_datatable.rb:80: syntax error, unexpected end-of-input, expecting keyword_end activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/projects_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (15.2ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:43:18 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:43:18.771565' and ends_at >= '2016-01-21 00:43:18.771565') Completed 200 OK in 112ms (Views: 77.5ms | ActiveRecord: 2.2ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453336998871" for 127.0.0.1 at 2016-01-20 18:43:18 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453336998871", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 70ms (Views: 55.3ms | ActiveRecord: 3.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-20 18:43:20 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:43:20 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (17.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (13.4ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (29.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (108.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:43:20.690792' and ends_at >= '2016-01-21 00:43:20.690792') Completed 200 OK in 234ms (Views: 192.4ms | ActiveRecord: 2.1ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337002604" for 127.0.0.1 at 2016-01-20 18:43:22 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337002604", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (1.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 15ms (Views: 11.4ms | ActiveRecord: 1.9ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:43:53 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:43:53.821329' and ends_at >= '2016-01-21 00:43:53.821329') Completed 200 OK in 112ms (Views: 80.2ms | ActiveRecord: 1.6ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337033928" for 127.0.0.1 at 2016-01-20 18:43:54 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337033928", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 83ms (Views: 72.5ms | ActiveRecord: 2.3ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-20 18:43:55 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (11.3ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (6.3ms) Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (41.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:43:55.168294' and ends_at >= '2016-01-21 00:43:55.168294') Completed 200 OK in 132ms (Views: 127.8ms | ActiveRecord: 1.6ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337037075" for 127.0.0.1 at 2016-01-20 18:43:57 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337037075", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 22ms (Views: 17.0ms | ActiveRecord: 1.3ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-20 18:44:23 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.5ms) Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.4ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 1.5ms) ActionView::Template::Error (undefined method `html_safe' for nil:NilClass): 1: .col-md-7 2: %h3 About 3: = @project.about.html_safe 4: %hr 5: %h3 Budget 6: = @project.budget.html_safe /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml:3:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects__about_html_haml___1926442640782303230_79487080' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects_show_html_haml___31423394378429151_27877000' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.1ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-20 18:44:53 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:44:53.546366' and ends_at >= '2016-01-21 00:44:53.546366') Completed 200 OK in 100ms (Views: 95.2ms | ActiveRecord: 1.0ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:45:14 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:45:14.763805' and ends_at >= '2016-01-21 00:45:14.763805') Completed 200 OK in 79ms (Views: 75.3ms | ActiveRecord: 0.5ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337114871" for 127.0.0.1 at 2016-01-20 18:45:14 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337114871", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 17ms (Views: 10.0ms | ActiveRecord: 1.6ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-20 18:45:16 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.1ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.2ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:45:16.920802' and ends_at >= '2016-01-21 00:45:16.920802') Completed 200 OK in 87ms (Views: 83.9ms | ActiveRecord: 0.8ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 18:45:41 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:45:41.078053' and ends_at >= '2016-01-21 00:45:41.078053') Completed 200 OK in 86ms (Views: 84.1ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337141178" for 127.0.0.1 at 2016-01-20 18:45:41 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337141178", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.7ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 9ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 18:48:04 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:48:04.609092' and ends_at >= '2016-01-21 00:48:04.609092') Completed 200 OK in 119ms (Views: 82.6ms | ActiveRecord: 2.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337284713" for 127.0.0.1 at 2016-01-20 18:48:04 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337284713", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:29: syntax error, unexpected tIDENTIFIER, expecting ']' check_box("Anonymous", contribution.an... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:29: syntax error, unexpected ',', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:43: syntax error, unexpected ']', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:79: syntax error, unexpected end-of-input, expecting keyword_end): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:29: syntax error, unexpected tIDENTIFIER, expecting ']' check_box("Anonymous", contribution.an... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:29: syntax error, unexpected ',', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:43: syntax error, unexpected ']', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:79: syntax error, unexpected end-of-input, expecting keyword_end activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/contributions_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/contributions_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (16.1ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 18:48:11 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:48:11.895960' and ends_at >= '2016-01-21 00:48:11.895960') Completed 200 OK in 88ms (Views: 84.9ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337291998" for 127.0.0.1 at 2016-01-20 18:48:12 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337291998", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:29: syntax error, unexpected tIDENTIFIER, expecting ']' check_box("Anonymous", contribution.an... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:29: syntax error, unexpected ',', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:43: syntax error, unexpected ']', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:79: syntax error, unexpected end-of-input, expecting keyword_end): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:29: syntax error, unexpected tIDENTIFIER, expecting ']' check_box("Anonymous", contribution.an... ^ /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:29: syntax error, unexpected ',', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:43: syntax error, unexpected ']', expecting keyword_end /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:79: syntax error, unexpected end-of-input, expecting keyword_end activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/contributions_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/contributions_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (16.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 18:48:29 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:48:29.625776' and ends_at >= '2016-01-21 00:48:29.625776') Completed 200 OK in 109ms (Views: 75.5ms | ActiveRecord: 2.2ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337309734" for 127.0.0.1 at 2016-01-20 18:48:29 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337309734", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 25ms (Views: 13.7ms | ActiveRecord: 1.2ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-20 18:48:37 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:48:37.362785' and ends_at >= '2016-01-21 00:48:37.362785') Completed 200 OK in 90ms (Views: 88.1ms | ActiveRecord: 0.5ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-20 18:48:39 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:48:39.299255' and ends_at >= '2016-01-21 00:48:39.299255') Completed 200 OK in 82ms (Views: 78.8ms | ActiveRecord: 0.7ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 18:48:40 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:48:40.202337' and ends_at >= '2016-01-21 00:48:40.202337') Completed 200 OK in 109ms (Views: 104.0ms | ActiveRecord: 0.8ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-20 18:48:41 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (30.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (36.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:48:41.603968' and ends_at >= '2016-01-21 00:48:41.603968') Completed 200 OK in 118ms (Views: 110.7ms | ActiveRecord: 0.9ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:48:43 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:48:43.285981' and ends_at >= '2016-01-21 00:48:43.285981') Completed 200 OK in 77ms (Views: 75.1ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337323389" for 127.0.0.1 at 2016-01-20 18:48:43 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337323389", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 48ms (Views: 40.6ms | ActiveRecord: 1.9ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 18:48:43 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:48:43.976068' and ends_at >= '2016-01-21 00:48:43.976068') Completed 200 OK in 78ms (Views: 75.5ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337324065" for 127.0.0.1 at 2016-01-20 18:48:44 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337324065", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 8ms (Views: 2.8ms | ActiveRecord: 1.2ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 18:50:36 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:50:36.404006' and ends_at >= '2016-01-21 00:50:36.404006') Completed 200 OK in 123ms (Views: 86.6ms | ActiveRecord: 2.0ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337436511" for 127.0.0.1 at 2016-01-20 18:50:36 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337436511", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 28ms (Views: 15.9ms | ActiveRecord: 1.8ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:50:48 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:50:48.495005' and ends_at >= '2016-01-21 00:50:48.495005') Completed 200 OK in 94ms (Views: 91.9ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337448627" for 127.0.0.1 at 2016-01-20 18:50:48 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337448627", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (1.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 24ms (Views: 17.3ms | ActiveRecord: 1.9ms) Started GET "/admin" for 127.0.0.1 at 2016-01-20 18:51:00 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.6ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (19.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (35.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:51:00.962511' and ends_at >= '2016-01-21 00:51:00.962511') Completed 200 OK in 211ms (Views: 137.9ms | ActiveRecord: 4.8ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-20 18:51:09 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (11.5ms) Hatchy::Contribution Exists (0.3ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (31.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (14.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:51:10.041391' and ends_at >= '2016-01-21 00:51:10.041391') Completed 200 OK in 146ms (Views: 136.8ms | ActiveRecord: 1.4ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-20 18:51:11 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:51:11 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.7ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (54.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:51:11.661256' and ends_at >= '2016-01-21 00:51:11.661256') Completed 200 OK in 154ms (Views: 128.8ms | ActiveRecord: 2.0ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-20 18:51:18 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ut+2+qsAM0Icb8USYfU2LK99rdY7IeHT96J97KQQya3mRvfsgQAST/TWZX6bHu62b4bmyNLRiDF7e+8JgwVlYg==", "project"=>{"goal"=>"250", "online_days"=>"4"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction Hatchy::Project Exists (0.6ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "goal" = ?, "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["goal", 250.0], ["online_days", 4], ["updated_at", "2016-01-21 00:51:18.425103"], ["id", 1]]  (176.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#goal Completed 302 Found in 194ms (ActiveRecord: 177.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:51:18 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (4.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (57.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:51:18.718565' and ends_at >= '2016-01-21 00:51:18.718565') Completed 200 OK in 141ms (Views: 134.7ms | ActiveRecord: 1.1ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-20 18:51:25 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"/ddS8LwZXW3Uiz0H6mxkPwHUld36asn1pBrbNMBJAWhJThPmlhl8YDwynWsQh7ylwS/ewxOaoBcow0nR51ytpw==", "project"=>{"about"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"description", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "about" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["about", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-21 00:51:25.996696"], ["id", 1]]  (157.3ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#description Completed 302 Found in 167ms (ActiveRecord: 158.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:51:26 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.7ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (59.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:51:26.266719' and ends_at >= '2016-01-21 00:51:26.266719') Completed 200 OK in 140ms (Views: 132.5ms | ActiveRecord: 1.7ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-20 18:51:35 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5VELQrAdRCO01wSdLmXmv+tcvucqpRhZLdbwrGP8uUVRyEpUmh1lLlxupPHUjj4lK6f1+cNVcbuhD2JJROkVig==", "project"=>{"video_url"=>"https://www.youtube.com/watch?v=63iLLXJ7oic"}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "video_url" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["video_url", "https://www.youtube.com/watch?v=63iLLXJ7oic"], ["updated_at", "2016-01-21 00:51:35.689480"], ["id", 1]]  (294.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#video Completed 302 Found in 306ms (ActiveRecord: 295.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:51:35 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (56.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:51:36.096866' and ends_at >= '2016-01-21 00:51:36.096866') Completed 200 OK in 138ms (Views: 129.9ms | ActiveRecord: 1.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-20 18:51:41 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0GpbSBk1v6KrdIbORVZFUaxkA7g+2xyBW4g8a5WwD+Jk8xpeMzWer0PNJqK/vZ3LbJ9IptcrdWPXUa6OsqWjLQ==", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.6ms) UPDATE "hatchy_projects" SET "budget" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["budget", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-21 00:51:41.429131"], ["id", 1]]  (160.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#budget Completed 302 Found in 173ms (ActiveRecord: 161.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:51:41 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (50.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:51:41.693007' and ends_at >= '2016-01-21 00:51:41.693007') Completed 200 OK in 137ms (Views: 130.3ms | ActiveRecord: 1.3ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-20 18:51:50 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BRH5XPIIywzVO64VaYZAT+/ZIYsIKy1W99MaxGcmLM2xiLhK2AjqAT2CDnmTbZjVLyJqleHbRLR7CoghQDOAAg==", "project"=>{"project_img"=>#, @original_filename="circus.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"circus.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"this is headlone"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "hatchy_projects" SET "headline" = ?, "project_img" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["headline", "this is headlone"], ["project_img", "circus.jpg"], ["updated_at", "2016-01-21 00:51:50.107839"], ["id", 1]]  (181.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#project_card Completed 302 Found in 198ms (ActiveRecord: 182.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:51:50 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (54.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:51:50.395938' and ends_at >= '2016-01-21 00:51:50.395938') Completed 200 OK in 132ms (Views: 124.7ms | ActiveRecord: 1.2ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-20 18:52:15 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"uUSFeWjpJflOWXqdgDs18gsEXhUy49Ye3UcqV6ZLIfgN3cRvQukE9Kbg2vF60O1oy/8VC9sTv/xRnriygV6NNw==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"", "deliver_at(2i)"=>"", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"1"}, "1"=>{"min_value"=>"65", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"1", "deliver_at(3i)"=>"1", "description"=>"i will never give you reward lel", "max_contributions"=>"", "_destroy"=>"false"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_rewards" ("description", "min_value", "deliver_at", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "i will never give you reward lel"], ["min_value", 65.0], ["deliver_at", "2016-01-01 06:00:00.000000"], ["project_id", 1], ["created_at", "2016-01-21 00:52:15.809313"], ["updated_at", "2016-01-21 00:52:15.809313"]]  (242.3ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#rewards Completed 302 Found in 269ms (ActiveRecord: 244.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:52:16 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (58.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:52:16.174371' and ends_at >= '2016-01-21 00:52:16.174371') Completed 200 OK in 147ms (Views: 133.1ms | ActiveRecord: 1.6ms) Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-20 18:52:20 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "analysis"], ["updated_at", "2016-01-21 00:52:20.867789"], ["id", 1]]  (258.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 274ms (ActiveRecord: 259.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:52:21 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (30.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (31.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (99.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:52:21.281048' and ends_at >= '2016-01-21 00:52:21.281048') Completed 200 OK in 187ms (Views: 177.3ms | ActiveRecord: 1.6ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-20 18:52:25 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"duj2ub9i8lcopQP0CXqasZPi9b6jhQiovozAbqSKknjCcbevlWLTWsAco5jzkUIrUxm+oEp1YUoyVVKLg58+tw=="} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 6ms (ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:52:25 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:52:25.914728' and ends_at >= '2016-01-21 00:52:25.914728') Completed 200 OK in 83ms (Views: 81.3ms | ActiveRecord: 0.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-20 18:52:27 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (27.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:52:27.724002' and ends_at >= '2016-01-21 00:52:27.724002') Completed 200 OK in 116ms (Views: 112.5ms | ActiveRecord: 0.2ms) Started GET "/users/sign_up" for 127.0.0.1 at 2016-01-20 18:52:29 -0600 Processing by Devise::RegistrationsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/registrations/new.html.haml within layouts/hatchy/application (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.5ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:52:29.479596' and ends_at >= '2016-01-21 00:52:29.479596') Completed 200 OK in 92ms (Views: 90.4ms | ActiveRecord: 0.3ms) Started POST "/users" for 127.0.0.1 at 2016-01-20 18:52:35 -0600 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"sJkDRRkdaRZ5ES/vAVVW6KHUveK6M+qOd02OusqJtN1QhWlKJdjbM8ZqMsshWhWM3oW7Rq4jCG3MXu6kJAklxA==", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Let me in now!"}  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@mail.com"], ["encrypted_password", "$2a$10$qxsJ6FRT5vmfMGPtna4wJOhFwtS5KVwB7blqKagAjWkM7fOYiJkU."], ["created_at", "2016-01-21 00:52:35.370411"], ["updated_at", "2016-01-21 00:52:35.370411"]]  (231.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-21 00:52:35.605891"], ["current_sign_in_at", "2016-01-21 00:52:35.605891"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-21 00:52:35.607022"], ["id", 2]]  (163.5ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 501ms (ActiveRecord: 396.1ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:52:35 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:52:35.834902' and ends_at >= '2016-01-21 00:52:35.834902') Completed 200 OK in 82ms (Views: 80.5ms | ActiveRecord: 0.5ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-20 18:52:40 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"eTMPu75bEIkcas0qKD0kVRmCgAHMeWlHSEzX4rkmROKZL2W0gp6irKMR0A4IMmcxZtOGpdhpi6TzX7f8V6bV+w=="} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.5ms) begin transaction  (0.2ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 8ms (ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:52:40 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:52:40.141931' and ends_at >= '2016-01-21 00:52:40.141931') Completed 200 OK in 75ms (Views: 73.9ms | ActiveRecord: 0.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-20 18:52:41 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:52:41.262069' and ends_at >= '2016-01-21 00:52:41.262069') Completed 200 OK in 82ms (Views: 80.0ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-20 18:52:46 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cA54k0CF4QGOZSq7f8wc8zHQoXpl/s81FoJUF3QUmC1DH75tRPj/l9dVu3F2zaQC7ngUi8nh6wKACJbXYwKHEw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["current_sign_in_at", "2016-01-21 00:52:46.404327"], ["sign_in_count", 2], ["updated_at", "2016-01-21 00:52:46.405684"], ["id", 1]]  (186.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 284ms (ActiveRecord: 187.8ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:52:46 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:52:46.647673' and ends_at >= '2016-01-21 00:52:46.647673') Completed 200 OK in 75ms (Views: 74.5ms | ActiveRecord: 0.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-20 18:52:50 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:52:50.136255' and ends_at >= '2016-01-21 00:52:50.136255') Completed 200 OK in 101ms (Views: 89.6ms | ActiveRecord: 3.5ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:52:59 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:52:59.450078' and ends_at >= '2016-01-21 00:52:59.450078') Completed 200 OK in 114ms (Views: 108.2ms | ActiveRecord: 0.6ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337579588" for 127.0.0.1 at 2016-01-20 18:52:59 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337579588", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 18ms (Views: 14.1ms | ActiveRecord: 1.0ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 18:53:05 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (1.0ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `capitalize' for nil:NilClass): 2: .container-fluid 3: .row 4: .text-center 5: %h1= @user.full_name 6: %hr 7: .row 8: .col-md-12 /home/bauser/Documents/dev/ruby/opensource/hatchy/app/models/hatchy/user.rb:22:in `full_name' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml:5:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_users_show_html_haml___813003915913140493_77906280' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.0ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337587471" for 127.0.0.1 at 2016-01-20 18:53:07 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337587471", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 15ms (Views: 11.8ms | ActiveRecord: 1.1ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:53:16 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:53:16.819595' and ends_at >= '2016-01-21 00:53:16.819595') Completed 200 OK in 84ms (Views: 81.5ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337596923" for 127.0.0.1 at 2016-01-20 18:53:17 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337596923", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 48ms (Views: 36.9ms | ActiveRecord: 1.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-20 18:53:22 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:53:22.860604' and ends_at >= '2016-01-21 00:53:22.860604') Completed 200 OK in 95ms (Views: 91.4ms | ActiveRecord: 0.8ms) Started PUT "/admin/projects/1" for 127.0.0.1 at 2016-01-20 18:53:29 -0600 Processing by Hatchy::Admin::ProjectsController#update as JSON Parameters: {"project"=>{"recommended"=>"true"}, "authenticity_token"=>"HmEbRLegFpD06eYs1XxyJqvDH7TkGQkOMJkRQVKlJhBFwRidS4957umW8JcbeXns1tmsYok/GaZAlyqf3dSCsQ==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "recommended" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["recommended", "t"], ["updated_at", "2016-01-21 00:53:29.880365"], ["id", 1]]  (178.4ms) commit transaction Completed 200 OK in 191ms (ActiveRecord: 179.6ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:53:36 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:53:36.050553' and ends_at >= '2016-01-21 00:53:36.050553') Completed 200 OK in 80ms (Views: 78.9ms | ActiveRecord: 0.4ms) Started GET "/explore" for 127.0.0.1 at 2016-01-20 18:53:37 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-16 00:53:37.701467' AND '2016-01-21 00:53:37.701712') [["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (12.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:53:37.747923' and ends_at >= '2016-01-21 00:53:37.747923') Completed 200 OK in 99ms (Views: 96.6ms | ActiveRecord: 1.2ms) Started GET "/admin" for 127.0.0.1 at 2016-01-20 18:53:39 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:53:39.887303' and ends_at >= '2016-01-21 00:53:39.887303') Completed 200 OK in 92ms (Views: 82.0ms | ActiveRecord: 3.2ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 18:53:41 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:53:41.582760' and ends_at >= '2016-01-21 00:53:41.582760') Completed 200 OK in 95ms (Views: 92.8ms | ActiveRecord: 0.5ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337621692" for 127.0.0.1 at 2016-01-20 18:53:41 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337621692", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 27ms (Views: 22.8ms | ActiveRecord: 1.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-20 18:53:42 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:53:42.984527' and ends_at >= '2016-01-21 00:53:42.984527') Completed 200 OK in 94ms (Views: 90.5ms | ActiveRecord: 0.8ms) Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-20 18:53:49 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"z/C+Ecgva8x/dMEPYWbsDm853j85HP57avxcN/RyTwWUUL3INAAEsmIL17SvY+fEEiNt6VQ67tMa8mfpewPrpA==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.0ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "approved"], ["updated_at", "2016-01-21 00:53:49.356106"], ["id", 1]]  (170.0ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 184ms (ActiveRecord: 170.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-20 18:53:49 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.7ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (4.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:53:49.594393' and ends_at >= '2016-01-21 00:53:49.594393') Completed 200 OK in 105ms (Views: 100.4ms | ActiveRecord: 1.0ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-20 18:53:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:53:54 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.2ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (75.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:53:54.175217' and ends_at >= '2016-01-21 00:53:54.175217') Completed 200 OK in 154ms (Views: 143.1ms | ActiveRecord: 1.8ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-20 18:54:07 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+Z5m83aJ3nuxo0maLRHpWrvoRL6Zo4ouZS+FnUj277SiPmUqiqaxBazcXyHjFOKQxvL3aPSFmoYVIb5Dx4dLFQ==", "project"=>{"account_attributes"=>{"account_type"=>"Individuals", "owner_name"=>"test", "email"=>"test@mail.com", "phone"=>"123123", "owner_document"=>"test123", "bank_id"=>"2", "account"=>"123", "account_digit"=>"F123", "address_street"=>"Fake st", "address_city"=>"Fake city", "address_state"=>"Fake state", "address_number"=>"123", "address_zip"=>"F124"}}, "anchor"=>"account", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_project_accounts" ("account", "account_digit", "account_type", "address_city", "address_number", "address_state", "address_street", "address_zip", "bank_id", "email", "owner_document", "owner_name", "phone", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["account", "123"], ["account_digit", "F123"], ["account_type", "Individuals"], ["address_city", "Fake city"], ["address_number", "123"], ["address_state", "Fake state"], ["address_street", "Fake st"], ["address_zip", "F124"], ["bank_id", 2], ["email", "test@mail.com"], ["owner_document", "test123"], ["owner_name", "test"], ["phone", "123123"], ["project_id", 1], ["created_at", "2016-01-21 00:54:07.171705"], ["updated_at", "2016-01-21 00:54:07.171705"]]  (274.2ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#account Completed 302 Found in 292ms (ActiveRecord: 275.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:54:07 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.1ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (44.6ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (96.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:54:07.598985' and ends_at >= '2016-01-21 00:54:07.598985') Completed 200 OK in 173ms (Views: 165.0ms | ActiveRecord: 1.8ms) Started GET "/projects/1/publish" for 127.0.0.1 at 2016-01-20 18:54:11 -0600 Processing by Hatchy::ProjectsController#publish as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.5ms) UPDATE "hatchy_projects" SET "status" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "online"], ["online_date", "2016-01-21 00:54:11.133419"], ["expires_at", "2016-01-25 00:54:11.133419"], ["updated_at", "2016-01-21 00:54:11.135021"], ["id", 1]]  (193.5ms) commit transaction Redirected to http://localhost:3000/projects/1 Completed 302 Found in 211ms (ActiveRecord: 195.1ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-20 18:54:11 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:54:11 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (72.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:54:11.470559' and ends_at >= '2016-01-21 00:54:11.470559') Completed 200 OK in 150ms (Views: 141.9ms | ActiveRecord: 1.6ms) Started GET "/admin" for 127.0.0.1 at 2016-01-20 18:54:15 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:54:15.190608' and ends_at >= '2016-01-21 00:54:15.190608') Completed 200 OK in 94ms (Views: 86.5ms | ActiveRecord: 2.5ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:54:16 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:54:16.934121' and ends_at >= '2016-01-21 00:54:16.934121') Completed 200 OK in 92ms (Views: 91.1ms | ActiveRecord: 0.6ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-20 18:54:18 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-20 18:54:18 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.7ms) Hatchy::Bank Load (0.5ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (70.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:54:18.533469' and ends_at >= '2016-01-21 00:54:18.533469') Completed 200 OK in 148ms (Views: 137.9ms | ActiveRecord: 2.5ms) Started GET "/explore" for 127.0.0.1 at 2016-01-20 18:54:19 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-16 00:54:19.992435' AND '2016-01-21 00:54:19.992827') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (22.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:54:20.051721' and ends_at >= '2016-01-21 00:54:20.051721') Completed 200 OK in 116ms (Views: 113.1ms | ActiveRecord: 1.7ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-20 18:54:22 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"J7KLTXPKyAbVb+R05FbtC4miqAuanxEMURcuxelbkwV8EoiUj+WneMgQ8s8qU+bB9Lgb3fe5AaQhGRUbZio3pA=="} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 7ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:54:22 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:54:22.431525' and ends_at >= '2016-01-21 00:54:22.431525') Completed 200 OK in 79ms (Views: 78.0ms | ActiveRecord: 0.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-20 18:54:24 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:54:24.305201' and ends_at >= '2016-01-21 00:54:24.305201') Completed 200 OK in 80ms (Views: 78.4ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-20 18:54:29 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eQ8lE5vBEWFwmQ8gcQzzAkR8Rf4jzyohlmfOX3BOoOymqUZfrW0ISo+c52PAX4iOk6iNcq2iBFgIMa2DzkTr6A==", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "test@mail.com"]]  (0.2ms) begin transaction SQL (0.2ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["current_sign_in_at", "2016-01-21 00:54:29.200428"], ["sign_in_count", 2], ["updated_at", "2016-01-21 00:54:29.201629"], ["id", 2]]  (178.2ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 277ms (ActiveRecord: 178.7ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:54:29 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.4ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:54:29.439885' and ends_at >= '2016-01-21 00:54:29.439885') Completed 200 OK in 78ms (Views: 76.9ms | ActiveRecord: 0.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-20 18:54:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.7ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:54:31.132328' and ends_at >= '2016-01-21 00:54:31.132328') Completed 200 OK in 98ms (Views: 92.8ms | ActiveRecord: 1.9ms) Started GET "/projects/1/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-20 18:54:55 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (17.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.6ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:54:55.850332' and ends_at >= '2016-01-21 00:54:55.850332') Completed 200 OK in 122ms (Views: 95.8ms | ActiveRecord: 1.5ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-20 18:55:04 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"WsB5s5Ovx+pO2ISl/Plzz5WyaGgBMau8jkHDZLPzWcNaNgKQxvsCBf0ANkVUMQz5laz76rM8B1cZC9T0y/w5iw==", "contribution"=>{"value"=>"100", "reward_id"=>"2"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "created_at", "updated_at", "status", "step") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 2], ["value", 100.0], ["project_id", 1], ["user_id", 2], ["created_at", "2016-01-21 00:55:04.659693"], ["updated_at", "2016-01-21 00:55:04.659693"], ["status", "pending"], ["step", "reward_data"]]  (170.3ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit Completed 302 Found in 190ms (ActiveRecord: 171.6ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-20 18:55:04 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (40.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (59.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:55:04.959421' and ends_at >= '2016-01-21 00:55:04.959421') Completed 200 OK in 150ms (Views: 139.6ms | ActiveRecord: 3.0ms) Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-20 18:55:22 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (10.6ms) Hatchy::Country Load (3.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (32.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (68.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:55:22.507977' and ends_at >= '2016-01-21 00:55:22.507977') Completed 200 OK in 157ms (Views: 140.2ms | ActiveRecord: 4.3ms) Started PATCH "/users/2" for 127.0.0.1 at 2016-01-20 18:55:33 -0600 Processing by Hatchy::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DmmQ3yx8AzdukCmQQYlQQiYUjIzyHqygQf+tnkKrcbgOn+v8eSjG2N1Im3DpQS90JgofDkATAEvWtboOOqQR8A==", "user"=>{"first_name"=>"Test", "last_name"=>"mail", "facebook_link"=>"", "twitter_link"=>"", "about"=>""}, "anchor"=>"about_you", "commit"=>"Save Profile", "class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Exists (0.3ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'test@mail.com' AND "hatchy_users"."id" != 2) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_users" SET "first_name" = ?, "last_name" = ?, "facebook_link" = ?, "twitter_link" = ?, "about" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["first_name", "Test"], ["last_name", "mail"], ["facebook_link", ""], ["twitter_link", ""], ["about", ""], ["updated_at", "2016-01-21 00:55:33.094064"], ["id", 2]]  (236.5ms) commit transaction Redirected to http://localhost:3000/users/2/edit#about_you Completed 302 Found in 251ms (ActiveRecord: 237.6ms) Started GET "/users/2/edit" for 127.0.0.1 at 2016-01-20 18:55:33 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (8.4ms) Hatchy::Country Load (2.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (27.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (50.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:55:33.441144' and ends_at >= '2016-01-21 00:55:33.441144') Completed 200 OK in 129ms (Views: 120.3ms | ActiveRecord: 3.4ms) Started GET "/explore" for 127.0.0.1 at 2016-01-20 18:55:40 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-16 00:55:40.126580' AND '2016-01-21 00:55:40.127056') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (9.3ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:55:40.170980' and ends_at >= '2016-01-21 00:55:40.170980') Completed 200 OK in 85ms (Views: 81.4ms | ActiveRecord: 1.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-20 18:55:40 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:55:40.868931' and ends_at >= '2016-01-21 00:55:40.868931') Completed 200 OK in 87ms (Views: 82.3ms | ActiveRecord: 1.0ms) Started GET "/projects/1/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-20 18:55:42 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:55:42.742498' and ends_at >= '2016-01-21 00:55:42.742498') Completed 200 OK in 100ms (Views: 92.8ms | ActiveRecord: 0.8ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-20 18:55:47 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"R28z4hqu5TkwBXhgw/G1adCdgQFlj5+LYQC2TnyIAOVHmUjBT/og1oPdyoBrOcpf0IMSg9eCM2D2SqHeBIdgrQ==", "contribution"=>{"value"=>"100", "reward_id"=>"2"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "created_at", "updated_at", "status", "step") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 2], ["value", 100.0], ["project_id", 1], ["user_id", 2], ["created_at", "2016-01-21 00:55:47.238337"], ["updated_at", "2016-01-21 00:55:47.238337"], ["status", "pending"], ["step", "reward_data"]]  (170.7ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/2/edit Completed 302 Found in 183ms (ActiveRecord: 171.5ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-01-20 18:55:47 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (3.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (27.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (37.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:55:47.496259' and ends_at >= '2016-01-21 00:55:47.496259') Completed 200 OK in 110ms (Views: 102.7ms | ActiveRecord: 4.0ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-01-20 18:56:37 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (14.9ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.3ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:11: syntax error, unexpected keyword_class, expecting ')' ...l, value:"#{@user.email}" class: 'form-control' ... ^): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml:11: syntax error, unexpected keyword_class, expecting ')' ...l, value:"#{@user.email}" class: 'form-control' ... ^ actionview (4.2.5) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.5) lib/action_view/template.rb:296:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_contributions_edit_html_haml___2345403222045481633_54432900' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.7ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-01-20 18:56:44 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (1.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (37.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (52.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:56:45.069149' and ends_at >= '2016-01-21 00:56:45.069149') Completed 200 OK in 133ms (Views: 126.0ms | ActiveRecord: 2.6ms) Started PATCH "/projects/1/contributions/2" for 127.0.0.1 at 2016-01-20 18:57:05 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ecX2HidBgKKY9Wk2X93zuSCVuzWs+eR4l4st+w6jB3x5M409chVFTSst29b3FYyPIIsotx70SJMAwTprdqxnNA==", "contribution"=>{"name"=>"Test mail", "email"=>"test@mail.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"10", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181", "step"=>"billing_data"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "hatchy_contributions" SET "ip_address" = ?, "address_city" = ?, "address_number" = ?, "address_phone" = ?, "address_state" = ?, "address_street" = ?, "address_zip" = ?, "country_id" = ?, "document" = ?, "email" = ?, "name" = ?, "step" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["ip_address", "127.0.0.1"], ["address_city", "MONT"], ["address_number", "123"], ["address_phone", "818181"], ["address_state", "NL"], ["address_street", "FAKE AV"], ["address_zip", "123312"], ["country_id", 10], ["document", "11111"], ["email", "test@mail.com"], ["name", "Test mail"], ["step", "billing_data"], ["updated_at", "2016-01-21 00:57:05.677282"], ["id", 2]]  (263.6ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/2/edit#payment_data Completed 302 Found in 283ms (ActiveRecord: 265.2ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-01-20 18:57:05 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (2.0ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (43.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (56.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:57:06.056114' and ends_at >= '2016-01-21 00:57:06.056114') Completed 200 OK in 134ms (Views: 127.2ms | ActiveRecord: 2.7ms) Started PATCH "/projects/1/contributions/2" for 127.0.0.1 at 2016-01-20 18:57:17 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3yuan3+jqIcjnH/ViI2DQ+MKrSSL3h/FVOiFcMD1lnHf3eG8KvdtaJBEzTUgRfx14xQ+pjnTsy7DopLguPr2OQ==", "contribution"=>{"card_type"=>"Mastercard", "card_number"=>"1234567891234567", "card_verification"=>"123", "card_expires_on(1i)"=>"2016", "card_expires_on(2i)"=>"1", "card_expires_on(3i)"=>"1", "step"=>"payment_data"}, "commit"=>"Save", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.5ms) UPDATE "hatchy_contributions" SET "card_type" = ?, "step" = ?, "card_expires_on" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["card_type", "Mastercard"], ["step", "payment_data"], ["card_expires_on", "2016-01-01"], ["updated_at", "2016-01-21 00:57:17.452580"], ["id", 2]]  (328.3ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/2/edit Completed 302 Found in 341ms (ActiveRecord: 329.4ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-01-20 18:57:17 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (1.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (24.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (36.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:57:17.871330' and ends_at >= '2016-01-21 00:57:17.871330') Completed 200 OK in 104ms (Views: 99.9ms | ActiveRecord: 2.3ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-01-20 18:57:31 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"dcjvSR95JAxCULgXHTP6uhvNO7GESg7R5jUv4IrUlQZ1PpRqSi3h4/GICve1+4WMG9OoMzZHojpxfzhw8tv1Tg=="} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 8ms (ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:57:31 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:57:31.761249' and ends_at >= '2016-01-21 00:57:31.761249') Completed 200 OK in 81ms (Views: 79.7ms | ActiveRecord: 0.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-20 18:57:35 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:57:35.283836' and ends_at >= '2016-01-21 00:57:35.283836') Completed 200 OK in 82ms (Views: 80.3ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-20 18:57:39 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dkjOwPyK65Pyh5jlM6cGhb4B8HtXU9tw9fs1wJE9vevMdmg0kGM6E0MFZdapbVQP5UsGQG6k0DQNt4LxkZEFcA==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-21 00:52:46.404327"], ["current_sign_in_at", "2016-01-21 00:57:39.500435"], ["sign_in_count", 3], ["updated_at", "2016-01-21 00:57:39.501588"], ["id", 1]]  (158.8ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 257ms (ActiveRecord: 159.4ms) Started GET "/" for 127.0.0.1 at 2016-01-20 18:57:39 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (9.9ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:57:39.723141' and ends_at >= '2016-01-21 00:57:39.723141') Completed 200 OK in 82ms (Views: 80.6ms | ActiveRecord: 0.6ms) Started GET "/admin" for 127.0.0.1 at 2016-01-20 18:57:44 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.5ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.3ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (17.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (21.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:57:44.459289' and ends_at >= '2016-01-21 00:57:44.459289') Completed 200 OK in 122ms (Views: 108.5ms | ActiveRecord: 4.3ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 18:57:50 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:57:50.496260' and ends_at >= '2016-01-21 00:57:50.496260') Completed 200 OK in 111ms (Views: 106.2ms | ActiveRecord: 0.5ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337870617" for 127.0.0.1 at 2016-01-20 18:57:50 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337870617", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 500 Internal Server Error in 26ms (ActiveRecord: 1.7ms) NoMethodError (undefined method `value' for #): activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:26:in `block in data' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `map' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:21:in `data' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/datatables/hatchy/contributions_datatable.rb:14:in `as_json' activesupport (4.2.5) lib/active_support/json/encoding.rb:35:in `encode' activesupport (4.2.5) lib/active_support/json/encoding.rb:22:in `encode' activesupport (4.2.5) lib/active_support/core_ext/object/json.rb:37:in `to_json_with_active_support_encoder' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:116:in `block in ' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:45:in `block in _render_to_body_with_renderer' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each_key' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:283:in `each' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:41:in `_render_to_body_with_renderer' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/contributions_controller.rb:9:in `block (2 levels) in index' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `call' actionpack (4.2.5) lib/action_controller/metal/mime_responds.rb:217:in `respond_to' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/admin/contributions_controller.rb:7:in `index' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (17.1ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 18:58:34 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:58:34.490254' and ends_at >= '2016-01-21 00:58:34.490254') Completed 200 OK in 117ms (Views: 81.8ms | ActiveRecord: 1.6ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337914590" for 127.0.0.1 at 2016-01-20 18:58:34 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337914590", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 125ms (Views: 110.7ms | ActiveRecord: 3.0ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-20 18:58:46 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.6ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (14.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (24.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:58:46.458471' and ends_at >= '2016-01-21 00:58:46.458471') Completed 200 OK in 102ms (Views: 97.1ms | ActiveRecord: 1.5ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 18:58:52 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:58:52.244181' and ends_at >= '2016-01-21 00:58:52.244181') Completed 200 OK in 74ms (Views: 72.2ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453337932335" for 127.0.0.1 at 2016-01-20 18:58:52 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453337932335", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 26ms (Views: 19.0ms | ActiveRecord: 1.0ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 18:58:54 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (2.3ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (1.0ms) Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (19.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 00:58:54.185961' and ends_at >= '2016-01-21 00:58:54.185961') Completed 200 OK in 98ms (Views: 92.6ms | ActiveRecord: 1.2ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:00:05 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.4ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.7ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (19.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:00:05.826133' and ends_at >= '2016-01-21 01:00:05.826133') Completed 200 OK in 102ms (Views: 96.8ms | ActiveRecord: 1.1ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:00:21 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.1ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.7ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (19.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:00:21.971966' and ends_at >= '2016-01-21 01:00:21.971966') Completed 200 OK in 101ms (Views: 97.4ms | ActiveRecord: 0.9ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:00:55 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.3ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.8ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (20.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:00:55.745436' and ends_at >= '2016-01-21 01:00:55.745436') Completed 200 OK in 100ms (Views: 96.0ms | ActiveRecord: 1.1ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:01:17 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.4ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (1.3ms) Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (23.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:01:17.338302' and ends_at >= '2016-01-21 01:01:17.338302') Completed 200 OK in 111ms (Views: 107.1ms | ActiveRecord: 1.2ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:01:45 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.0ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.7ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (20.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:01:45.095516' and ends_at >= '2016-01-21 01:01:45.095516') Completed 200 OK in 103ms (Views: 99.0ms | ActiveRecord: 1.2ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:02:48 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.3ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.7ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (22.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:02:48.614191' and ends_at >= '2016-01-21 01:02:48.614191') Completed 200 OK in 112ms (Views: 104.5ms | ActiveRecord: 1.1ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 19:03:22 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:03:22.378677' and ends_at >= '2016-01-21 01:03:22.378677') Completed 200 OK in 79ms (Views: 75.8ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338202523" for 127.0.0.1 at 2016-01-20 19:03:22 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338202523", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 48ms (Views: 44.3ms | ActiveRecord: 1.6ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 19:03:25 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:03:25.296081' and ends_at >= '2016-01-21 01:03:25.296081') Completed 200 OK in 95ms (Views: 91.1ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338205435" for 127.0.0.1 at 2016-01-20 19:03:25 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338205435", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 18ms (Views: 14.2ms | ActiveRecord: 1.3ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 19:03:27 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:03:27.855178' and ends_at >= '2016-01-21 01:03:27.855178') Completed 200 OK in 87ms (Views: 82.1ms | ActiveRecord: 0.7ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338207957" for 127.0.0.1 at 2016-01-20 19:03:28 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338207957", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 43ms (Views: 37.2ms | ActiveRecord: 1.5ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-20 19:03:29 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (2.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:03:29.421650' and ends_at >= '2016-01-21 01:03:29.421650') Completed 200 OK in 88ms (Views: 82.1ms | ActiveRecord: 1.1ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 19:03:31 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:03:31.370440' and ends_at >= '2016-01-21 01:03:31.370440') Completed 200 OK in 79ms (Views: 75.4ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338211487" for 127.0.0.1 at 2016-01-20 19:03:31 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338211487", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 41ms (Views: 38.0ms | ActiveRecord: 1.5ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 19:05:20 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (24.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:05:20.566690' and ends_at >= '2016-01-21 01:05:20.566690') Completed 200 OK in 130ms (Views: 95.2ms | ActiveRecord: 2.0ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338320683" for 127.0.0.1 at 2016-01-20 19:05:20 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338320683", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.7ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 102ms (Views: 92.0ms | ActiveRecord: 3.5ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 19:05:35 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:05:35.536164' and ends_at >= '2016-01-21 01:05:35.536164') Completed 200 OK in 116ms (Views: 80.4ms | ActiveRecord: 1.6ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338335649" for 127.0.0.1 at 2016-01-20 19:05:35 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338335649", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 107ms (Views: 95.6ms | ActiveRecord: 3.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 19:06:23 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:06:23.899696' and ends_at >= '2016-01-21 01:06:23.899696') Completed 200 OK in 99ms (Views: 96.9ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338384028" for 127.0.0.1 at 2016-01-20 19:06:24 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338384028", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 26ms (Views: 21.2ms | ActiveRecord: 0.9ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-20 19:06:26 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (3.9ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (13.3ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (26.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:06:26.310875' and ends_at >= '2016-01-21 01:06:26.310875') Completed 200 OK in 108ms (Views: 101.1ms | ActiveRecord: 1.9ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338395728" for 127.0.0.1 at 2016-01-20 19:06:35 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338395728", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 14ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:06:37 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.6ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.8ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (18.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:06:37.636024' and ends_at >= '2016-01-21 01:06:37.636024') Completed 200 OK in 96ms (Views: 92.8ms | ActiveRecord: 1.0ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338401165" for 127.0.0.1 at 2016-01-20 19:06:41 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338401165", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 15ms (Views: 10.6ms | ActiveRecord: 0.9ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-20 19:06:43 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.0ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.7ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:06:43.275364' and ends_at >= '2016-01-21 01:06:43.275364') Completed 200 OK in 87ms (Views: 83.5ms | ActiveRecord: 0.7ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338421733" for 127.0.0.1 at 2016-01-20 19:07:01 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338421733", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 16ms (Views: 11.7ms | ActiveRecord: 0.9ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:07:03 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.1ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.6ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:07:03.497843' and ends_at >= '2016-01-21 01:07:03.497843') Completed 200 OK in 93ms (Views: 88.3ms | ActiveRecord: 0.9ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:07:34 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (12.3ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.5ms) SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml:18: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml:18: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' actionview (4.2.5) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.5) lib/action_view/template.rb:296:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml:14:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_users_show_html_haml___813003915913140493_77906280' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.7ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:07:49 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.0ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (4.6ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (22.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:07:49.208240' and ends_at >= '2016-01-21 01:07:49.208240') Completed 200 OK in 102ms (Views: 98.3ms | ActiveRecord: 1.1ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:07:56 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.1ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (4.7ms) Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (25.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:07:56.550242' and ends_at >= '2016-01-21 01:07:56.550242') Completed 200 OK in 111ms (Views: 107.0ms | ActiveRecord: 1.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 19:08:00 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:08:00.623830' and ends_at >= '2016-01-21 01:08:00.623830') Completed 200 OK in 91ms (Views: 87.7ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338480733" for 127.0.0.1 at 2016-01-20 19:08:00 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338480733", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 18ms (Views: 15.3ms | ActiveRecord: 0.8ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-20 19:08:02 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (0.9ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (2.6ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:08:02.392428' and ends_at >= '2016-01-21 01:08:02.392428') Completed 200 OK in 84ms (Views: 79.7ms | ActiveRecord: 1.0ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2016-01-20 19:08:20 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:08:20.641844' and ends_at >= '2016-01-21 01:08:20.641844') Completed 200 OK in 83ms (Views: 79.8ms | ActiveRecord: 0.6ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-20 19:08:21 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:08:22.025147' and ends_at >= '2016-01-21 01:08:22.025147') Completed 200 OK in 78ms (Views: 74.0ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338502138" for 127.0.0.1 at 2016-01-20 19:08:22 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338502138", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 21ms (Views: 18.2ms | ActiveRecord: 0.8ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:08:55 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.0ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.8ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:08:55.632728' and ends_at >= '2016-01-21 01:08:55.632728') Completed 200 OK in 93ms (Views: 89.0ms | ActiveRecord: 0.8ms) Started GET "/admin/users/2/edit" for 127.0.0.1 at 2016-01-20 19:08:56 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (22.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:08:56.972709' and ends_at >= '2016-01-21 01:08:56.972709') Completed 200 OK in 100ms (Views: 96.3ms | ActiveRecord: 0.7ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:08:58 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.0ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.5ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:08:58.198073' and ends_at >= '2016-01-21 01:08:58.198073') Completed 200 OK in 87ms (Views: 82.0ms | ActiveRecord: 0.9ms) Started GET "/admin/users/2/edit" for 127.0.0.1 at 2016-01-20 19:09:11 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:09:11.993137' and ends_at >= '2016-01-21 01:09:11.993137') Completed 200 OK in 81ms (Views: 76.3ms | ActiveRecord: 0.7ms) Started GET "/admin/users/2/edit" for 127.0.0.1 at 2016-01-20 19:09:30 -0600 Processing by Hatchy::Admin::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/edit.html.haml within layouts/hatchy/admin/admin_layout (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:09:30.632290' and ends_at >= '2016-01-21 01:09:30.632290') Completed 200 OK in 100ms (Views: 96.8ms | ActiveRecord: 0.5ms) Started GET "/admin/users/2" for 127.0.0.1 at 2016-01-20 19:09:32 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (1.0ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (0.6ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:09:32.720222' and ends_at >= '2016-01-21 01:09:32.720222') Completed 200 OK in 90ms (Views: 86.0ms | ActiveRecord: 1.0ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-20 19:09:54 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:09:54.292119' and ends_at >= '2016-01-21 01:09:54.292119') Completed 200 OK in 98ms (Views: 94.6ms | ActiveRecord: 0.5ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453338594385" for 127.0.0.1 at 2016-01-20 19:09:54 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453338594385", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 27ms (Views: 21.9ms | ActiveRecord: 1.2ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-20 19:09:56 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (7.7ms) Hatchy::ProjectAccount Load (0.4ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (40.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:09:56.481272' and ends_at >= '2016-01-21 01:09:56.481272') Completed 200 OK in 118ms (Views: 111.2ms | ActiveRecord: 2.1ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-20 19:10:28 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Country Load (2.0ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (374.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (382.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:10:29.228144' and ends_at >= '2016-01-21 01:10:29.228144') Completed 200 OK in 464ms (Views: 459.3ms | ActiveRecord: 2.8ms) Started GET "/admin/countries/1" for 127.0.0.1 at 2016-01-20 19:10:31 -0600 Processing by Hatchy::Admin::CountriesController#show as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/show.html.haml within layouts/hatchy/admin/admin_layout (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:10:31.422751' and ends_at >= '2016-01-21 01:10:31.422751') Completed 200 OK in 122ms (Views: 117.6ms | ActiveRecord: 0.8ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:10:33 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (21.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:10:33.378957' and ends_at >= '2016-01-21 01:10:33.378957') Completed 200 OK in 133ms (Views: 128.8ms | ActiveRecord: 0.5ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:12:53 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (58.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (63.1ms) Completed 500 Internal Server Error in 71ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `admin_Hatchy::Country_path(#)' for #<#:0x00000008d18cf8>): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', send("admin_#{resource.class.to_s}_path(#{resource})"), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__589812737580180734_74763240' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__589812737580180734_74763240' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__574737989572434853_57829960' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.8ms) Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."id" ASC LIMIT 1 Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:18:58 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (40.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (50.3ms) Completed 500 Internal Server Error in 128ms (ActiveRecord: 3.1ms) ActionView::Template::Error (undefined method `admin_country_path(#)' for #<#:0x0000000185ddc8>): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource})"), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_50757100' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_50757100' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (33.8ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:19:45 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (35.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (40.1ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `admin_country_path(1)' for #<#:0x00000004c4b8b0>): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})"), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_40133360' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_40133360' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.2ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:20:32 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (25.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (29.3ms) Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `admin_country_path(1)' for #): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', hatchy.send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})"), class: 'btn btn-default' actionpack (4.2.5) lib/action_dispatch/routing/routes_proxy.rb:36:in `method_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_45482860' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_45482860' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.2ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:20:44 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (18.5ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.3ms) ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Routes): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', Routes.send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})"), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_50023380' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_50023380' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.8ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:21:58 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (33.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (37.9ms) Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `admin_country_path(1)' for #<#:0x000000012eeef0>): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', public_send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})"), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `public_send' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_7425780' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_7425780' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.0ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:23:05 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (17.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (19.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:23:05.526082' and ends_at >= '2016-01-21 01:23:05.526082') Completed 200 OK in 393ms (Views: 389.5ms | ActiveRecord: 0.6ms) Started GET "/admin/countries/1" for 127.0.0.1 at 2016-01-20 19:23:07 -0600 Processing by Hatchy::Admin::CountriesController#show as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/show.html.haml within layouts/hatchy/admin/admin_layout (20.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:23:07.604874' and ends_at >= '2016-01-21 01:23:07.604874') Completed 200 OK in 165ms (Views: 161.4ms | ActiveRecord: 0.5ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:23:18 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (38.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (43.5ms) Completed 500 Internal Server Error in 51ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `/admin/countries/1' for #<#:0x000000065c2f28>): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', send(admin_country_path(resource)), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_54186780' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_54186780' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.7ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:24:06 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (19.6ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.4ms) ActionView::Template::Error (wrong constant name admin_country_path(1)): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', "admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})".constantize, class: 'btn btn-default' activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `const_get' activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `block in constantize' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.5) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_72955200' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_72955200' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.0ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:24:16 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:24:16.770204' and ends_at >= '2016-01-21 01:24:16.770204') Completed 200 OK in 105ms (Views: 101.7ms | ActiveRecord: 0.5ms) Started GET "/admin/countries/1/admin_country_path(1)" for 127.0.0.1 at 2016-01-20 19:24:18 -0600 ActionController::RoutingError (No route matches [GET] "/admin/countries/1/admin_country_path(1)"): actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (109.4ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:25:53 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (20.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (23.1ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `admin_country_path(1)' for #): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', Hatchy::Engine.routes.url_helpers.send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})"), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_74837380' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_74837380' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.1ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:26:03 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (19.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (22.7ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `admin_country_path(1)' for #): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', Hatchy::Engine.routes.url_helpers.public_send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})"), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `public_send' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_61765180' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_61765180' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.9ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:26:14 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (17.5ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.3ms) ActionView::Template::Error (undefined method `admin_country_path(1)' for #): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', Hatchy::Engine.routes.public_send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})"), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `public_send' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_75990760' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_75990760' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.7ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:26:19 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (18.6ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `admin_country_path(1)' for Hatchy::Engine:Class): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', Hatchy::Engine.public_send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})"), class: 'btn btn-default' railties (4.2.5) lib/rails/railtie.rb:196:in `method_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `public_send' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_43682040' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_43682040' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.6ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:26:28 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (36.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (41.8ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `admin_country_path(1)' for #<#:0x00000008f7ed80>): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', public_send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})"), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `public_send' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_75567600' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_75567600' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.2ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:27:38 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (31.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (34.5ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `admin_country_path(1)' for #<#:0x000000052ae8b0>): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', self.public_send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})"), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `public_send' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_43067760' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_43067760' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.8ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:27:46 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (24.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (28.7ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `admin_country_path(1)' for #<#:0x0000000787b228>): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', self.send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path(#{resource.id})"), class: 'btn btn-default' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_66171940' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml__3149179005406247794_66171940' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_countries_edit_html_haml__93163567838440623_50436400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.9ms) Started GET "/admin/countries/1/edit" for 127.0.0.1 at 2016-01-20 19:32:24 -0600 Processing by Hatchy::Admin::CountriesController#edit as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (0.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (30.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/edit.html.haml within layouts/hatchy/admin/admin_layout (39.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:32:25.399743' and ends_at >= '2016-01-21 01:32:25.399743') Completed 200 OK in 590ms (Views: 522.5ms | ActiveRecord: 3.6ms) Started GET "/admin/countries/1" for 127.0.0.1 at 2016-01-20 19:32:27 -0600 Processing by Hatchy::Admin::CountriesController#show as HTML Parameters: {"class_name"=>"Hatchy::Country", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Country Load (1.1ms) SELECT "hatchy_countries".* FROM "hatchy_countries" WHERE "hatchy_countries"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/show.html.haml within layouts/hatchy/admin/admin_layout (21.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:32:27.619518' and ends_at >= '2016-01-21 01:32:27.619518') Completed 200 OK in 177ms (Views: 172.7ms | ActiveRecord: 1.5ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-20 19:32:28 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (8.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (16.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:32:29.021798' and ends_at >= '2016-01-21 01:32:29.021798') Completed 200 OK in 93ms (Views: 89.4ms | ActiveRecord: 0.6ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 19:32:30 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:32:30.685129' and ends_at >= '2016-01-21 01:32:30.685129') Completed 200 OK in 84ms (Views: 79.4ms | ActiveRecord: 1.0ms) Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-20 19:32:33 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:32:33.628911' and ends_at >= '2016-01-21 01:32:33.628911') Completed 200 OK in 80ms (Views: 75.1ms | ActiveRecord: 0.8ms) Started GET "/admin/banks/1/edit" for 127.0.0.1 at 2016-01-20 19:32:34 -0600 Processing by Hatchy::Admin::BanksController#edit as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/edit.html.haml within layouts/hatchy/admin/admin_layout (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:32:34.984586' and ends_at >= '2016-01-21 01:32:34.984586') Completed 200 OK in 85ms (Views: 82.3ms | ActiveRecord: 0.4ms) Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-20 19:32:35 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:32:35.936725' and ends_at >= '2016-01-21 01:32:35.936725') Completed 200 OK in 92ms (Views: 87.7ms | ActiveRecord: 0.7ms) Hatchy::Country Load (0.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."id" ASC LIMIT 1 Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 19:34:04 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:34:04.447950' and ends_at >= '2016-01-21 01:34:04.447950') Completed 200 OK in 76ms (Views: 72.8ms | ActiveRecord: 0.5ms) Started GET "/admin/banks/new" for 127.0.0.1 at 2016-01-20 19:34:07 -0600 Processing by Hatchy::Admin::BanksController#new as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/new.html.haml within layouts/hatchy/admin/admin_layout (13.7ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.5ms) ActionView::Template::Error (No route matches {:action=>"show", :class_name=>"Hatchy::Bank", :controller=>"hatchy/admin/banks", :id=>#} missing required keys: [:id]): 20: .form-group 21: .col-sm-offset-2.col-sm-10 22: = f.submit "Submit", class: 'btn btn-primary' 23: = link_to 'Back', Hatchy::Engine.routes.url_helpers.send("admin_#{resource.class.to_s.gsub(/Hatchy::/,'').downcase}_path", resource), class: 'btn btn-default' actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:23:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml___2868496857068804753_15512060' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_shared__model_form_html_haml___2868496857068804753_15512060' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/new.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_banks_new_html_haml___2990984586436623095_72376840' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.1ms) Started GET "/admin/banks/new" for 127.0.0.1 at 2016-01-20 19:34:54 -0600 Processing by Hatchy::Admin::BanksController#new as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/new.html.haml within layouts/hatchy/admin/admin_layout (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (5.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:34:54.614744' and ends_at >= '2016-01-21 01:34:54.614744') Completed 200 OK in 97ms (Views: 94.2ms | ActiveRecord: 0.4ms) Started GET "/admin/contributions" for 127.0.0.1 at 2016-01-20 19:35:24 -0600 Processing by Hatchy::Admin::ContributionsController#index as HTML Parameters: {"class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/index.html.haml within layouts/hatchy/admin/admin_layout (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:35:24.142493' and ends_at >= '2016-01-21 01:35:24.142493') Completed 200 OK in 99ms (Views: 97.5ms | ActiveRecord: 0.3ms) Started GET "/admin/contributions.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453340124278" for 127.0.0.1 at 2016-01-20 19:35:24 -0600 Processing by Hatchy::Admin::ContributionsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453340124278", "class_name"=>"Hatchy::Contribution"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_contributions" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Completed 200 OK in 130ms (Views: 117.8ms | ActiveRecord: 3.8ms) Started GET "/admin/contributions/1" for 127.0.0.1 at 2016-01-20 19:35:26 -0600 Processing by Hatchy::Admin::ContributionsController#show as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/_basic_info.html.haml (11.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/contributions/show.html.haml within layouts/hatchy/admin/admin_layout (22.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:35:26.301845' and ends_at >= '2016-01-21 01:35:26.301845') Completed 200 OK in 120ms (Views: 116.0ms | ActiveRecord: 1.1ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-20 19:35:27 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:35:27.998047' and ends_at >= '2016-01-21 01:35:27.998047') Completed 200 OK in 105ms (Views: 102.2ms | ActiveRecord: 0.6ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 19:35:28 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:35:28.432448' and ends_at >= '2016-01-21 01:35:28.432448') Completed 200 OK in 98ms (Views: 95.1ms | ActiveRecord: 0.6ms) Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-20 19:35:29 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:35:29.994534' and ends_at >= '2016-01-21 01:35:29.994534') Completed 200 OK in 94ms (Views: 90.3ms | ActiveRecord: 0.6ms) Started GET "/admin/banks/1/edit" for 127.0.0.1 at 2016-01-20 19:35:32 -0600 Processing by Hatchy::Admin::BanksController#edit as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/edit.html.haml within layouts/hatchy/admin/admin_layout (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:35:32.364419' and ends_at >= '2016-01-21 01:35:32.364419') Completed 200 OK in 78ms (Views: 75.0ms | ActiveRecord: 0.4ms) Started GET "/admin/banks/1/edit" for 127.0.0.1 at 2016-01-20 19:35:58 -0600 Processing by Hatchy::Admin::BanksController#edit as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/edit.html.haml within layouts/hatchy/admin/admin_layout (18.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:35:58.294604' and ends_at >= '2016-01-21 01:35:58.294604') Completed 200 OK in 95ms (Views: 91.0ms | ActiveRecord: 0.7ms) Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-20 19:35:59 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:35:59.672508' and ends_at >= '2016-01-21 01:35:59.672508') Completed 200 OK in 78ms (Views: 74.0ms | ActiveRecord: 0.7ms) Started GET "/admin/banks/1/edit" for 127.0.0.1 at 2016-01-20 19:36:03 -0600 Processing by Hatchy::Admin::BanksController#edit as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/edit.html.haml within layouts/hatchy/admin/admin_layout (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:03.905362' and ends_at >= '2016-01-21 01:36:03.905362') Completed 200 OK in 83ms (Views: 79.6ms | ActiveRecord: 0.5ms) Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-20 19:36:04 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:04.926475' and ends_at >= '2016-01-21 01:36:04.926475') Completed 200 OK in 81ms (Views: 75.5ms | ActiveRecord: 0.8ms) Started GET "/admin/banks/new" for 127.0.0.1 at 2016-01-20 19:36:05 -0600 Processing by Hatchy::Admin::BanksController#new as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/new.html.haml within layouts/hatchy/admin/admin_layout (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:05.664469' and ends_at >= '2016-01-21 01:36:05.664469') Completed 200 OK in 83ms (Views: 79.3ms | ActiveRecord: 0.4ms) Started GET "/admin/banks/new" for 127.0.0.1 at 2016-01-20 19:36:05 -0600 Processing by Hatchy::Admin::BanksController#new as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/new.html.haml within layouts/hatchy/admin/admin_layout (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:06.036115' and ends_at >= '2016-01-21 01:36:06.036115') Completed 200 OK in 94ms (Views: 92.3ms | ActiveRecord: 0.3ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 19:36:06 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:06.946001' and ends_at >= '2016-01-21 01:36:06.946001') Completed 200 OK in 80ms (Views: 77.5ms | ActiveRecord: 0.6ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 19:36:25 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:25.487973' and ends_at >= '2016-01-21 01:36:25.487973') Completed 200 OK in 80ms (Views: 76.4ms | ActiveRecord: 0.6ms) Started GET "/admin/banks/new" for 127.0.0.1 at 2016-01-20 19:36:26 -0600 Processing by Hatchy::Admin::BanksController#new as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/new.html.haml within layouts/hatchy/admin/admin_layout (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:26.538138' and ends_at >= '2016-01-21 01:36:26.538138') Completed 200 OK in 86ms (Views: 83.2ms | ActiveRecord: 0.4ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 19:36:27 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:27.675496' and ends_at >= '2016-01-21 01:36:27.675496') Completed 200 OK in 81ms (Views: 77.4ms | ActiveRecord: 0.6ms) Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-20 19:36:29 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:29.384235' and ends_at >= '2016-01-21 01:36:29.384235') Completed 200 OK in 80ms (Views: 74.8ms | ActiveRecord: 0.8ms) Started GET "/admin/banks/1/edit" for 127.0.0.1 at 2016-01-20 19:36:30 -0600 Processing by Hatchy::Admin::BanksController#edit as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/edit.html.haml within layouts/hatchy/admin/admin_layout (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:30.659430' and ends_at >= '2016-01-21 01:36:30.659430') Completed 200 OK in 89ms (Views: 85.2ms | ActiveRecord: 0.4ms) Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-20 19:36:32 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:32.529875' and ends_at >= '2016-01-21 01:36:32.529875') Completed 200 OK in 79ms (Views: 76.2ms | ActiveRecord: 0.4ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 19:36:34 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.8ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:34.441706' and ends_at >= '2016-01-21 01:36:34.441706') Completed 200 OK in 82ms (Views: 78.2ms | ActiveRecord: 0.7ms) Started GET "/admin/banks/new" for 127.0.0.1 at 2016-01-20 19:36:37 -0600 Processing by Hatchy::Admin::BanksController#new as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/new.html.haml within layouts/hatchy/admin/admin_layout (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:37.561068' and ends_at >= '2016-01-21 01:36:37.561068') Completed 200 OK in 83ms (Views: 81.1ms | ActiveRecord: 0.3ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 19:36:39 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:39.343067' and ends_at >= '2016-01-21 01:36:39.343067') Completed 200 OK in 83ms (Views: 79.6ms | ActiveRecord: 0.6ms) Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-20 19:36:41 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:41.358618' and ends_at >= '2016-01-21 01:36:41.358618') Completed 200 OK in 79ms (Views: 74.7ms | ActiveRecord: 0.5ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 19:36:44 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:44.902312' and ends_at >= '2016-01-21 01:36:44.902312') Completed 200 OK in 86ms (Views: 81.2ms | ActiveRecord: 0.7ms) Started GET "/admin/banks/new" for 127.0.0.1 at 2016-01-20 19:36:47 -0600 Processing by Hatchy::Admin::BanksController#new as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/new.html.haml within layouts/hatchy/admin/admin_layout (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:47.812881' and ends_at >= '2016-01-21 01:36:47.812881') Completed 200 OK in 88ms (Views: 85.1ms | ActiveRecord: 0.4ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-20 19:36:49 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:49.099968' and ends_at >= '2016-01-21 01:36:49.099968') Completed 200 OK in 84ms (Views: 79.5ms | ActiveRecord: 0.7ms) Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-20 19:36:50 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:51.017925' and ends_at >= '2016-01-21 01:36:51.017925') Completed 200 OK in 81ms (Views: 76.8ms | ActiveRecord: 0.4ms) Started GET "/admin/banks/1/edit" for 127.0.0.1 at 2016-01-20 19:36:52 -0600 Processing by Hatchy::Admin::BanksController#edit as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/edit.html.haml within layouts/hatchy/admin/admin_layout (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:52.368045' and ends_at >= '2016-01-21 01:36:52.368045') Completed 200 OK in 85ms (Views: 82.4ms | ActiveRecord: 0.4ms) Started GET "/admin/banks/1" for 127.0.0.1 at 2016-01-20 19:36:54 -0600 Processing by Hatchy::Admin::BanksController#show as HTML Parameters: {"class_name"=>"Hatchy::Bank", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/show.html.haml within layouts/hatchy/admin/admin_layout (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:36:54.678022' and ends_at >= '2016-01-21 01:36:54.678022') Completed 200 OK in 78ms (Views: 74.6ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-01-20 19:42:47 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (62.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (91.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (380.3ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (45.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:42:47.629667' and ends_at >= '2016-01-21 01:42:47.629667') Completed 200 OK in 563ms (Views: 541.1ms | ActiveRecord: 4.4ms) Started GET "/explore" for 127.0.0.1 at 2016-01-20 19:42:50 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-16 01:42:50.609808' AND '2016-01-21 01:42:50.610707') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (62.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-21 01:42:50.731435' and ends_at >= '2016-01-21 01:42:50.731435') Completed 200 OK in 188ms (Views: 181.5ms | ActiveRecord: 1.6ms) Started GET "/" for 127.0.0.1 at 2016-01-22 19:07:08 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.7ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (127.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (220.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (827.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (20.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 01:07:09.394255' and ends_at >= '2016-01-23 01:07:09.394255') Completed 200 OK in 1343ms (Views: 1174.1ms | ActiveRecord: 57.4ms) Started GET "/assets/hatchy/hatchy.self-cd3ede4a88ffce620d6cd28a4eea49c288360c03bc67f9b54c0dfcfae087c0bf.css?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/jquery.self-c64a74367bda6ef8b860f19e74df08927ca99d2be2ac934e9e92d5fd361e0da4.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/jquery_ujs.self-d602bdfe68ffc63b9f9cc512872aa3cfff046228a0a36e90dd476e8ef54c1b09.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/transition.self-9616c4e856b57659b67da3c6f2adcd584b5601ef4bebcdadab8ebb387d80bb25.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/affix.self-f7aef9d98ee5ece34a6a92a6a15bba777d93e8d908b75c95a85088277f394200.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/alert.self-896ab026e6823f5cef2441e07dac53d0692a5b772ac58b1ce20aa624c342d3f4.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/button.self-d19f3e2bcd3a7a4d75c11b9141b3fabd2c11987da1e99c85548ec3ecf8db30c3.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/carousel.self-b2e5e14483e6c31343a83861b7d487620f143d6fc2d07d5ae7544b6b225ba6be.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.self-30536ae4d54b2685c26b5787ed0eb549a9075717fe690cce6270873bedf2df00.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/modal.self-bcfe54f3132bf16a8c5ce4289e47eba488f6522a08f49f378a037061c6c7aa4c.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.self-c5c6ed008955656d345067e9821d79f1216b8383134d08465d4aa1a33a2b93b4.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/collapse.self-93820e9b486e375a7fb4477602def3a6f8381fa6d50938d5378297ffbe4a1248.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/tab.self-9b77df34cbbb08ec93a806d6cdb741f04e3dbf3389978a0679146f2d2987bc89.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/popover.self-b73e9c9111d01148e24bbc46e096782e024dc5db630e7078cf11ed2587ef8551.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.self-3aa41fbe871573b34e0ebddf31598cd5a11a9841ca85f90934ea46326e46626d.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.self-384a79ed2448e994af8b4d1559ebefd56d9c7b90cbcff70651aa29c4d2918c4b.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.self-356da1275c02184d8e20410d0de1057d9c2daccadc1be86177e9ac7c6197046a.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/libraries/summernote.self-0a2d46342966343b65435c8fbea55b3c09e6f9a42f5423983da22bb201249758.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.self-8ca4268e93d12ce18f015a679a49a14d56f045a5e7eaa2aad402e7fe0eea0893.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/application.self-adb77c0810259e90473997b528d8060f6f07c77125ddca0e7b99347fb1dfc88e.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/hatchy.self-79488488398f5f5aed236dd6e9f914599370d04dfe70fda61b8c83bf739b1088.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/assets/hatchy/home.self-8baea3b9feb128314b767b475494d9358e38f016f4fd20b05475fb201a2c3562.js?body=1" for 127.0.0.1 at 2016-01-22 19:07:09 -0600 Started GET "/explore" for 127.0.0.1 at 2016-01-22 19:07:19 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-18 01:07:19.626168' AND '2016-01-23 01:07:19.626793') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (87.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 01:07:19.764901' and ends_at >= '2016-01-23 01:07:19.764901') Completed 200 OK in 172ms (Views: 169.7ms | ActiveRecord: 1.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-22 19:07:24 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (209.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 01:07:25.045700' and ends_at >= '2016-01-23 01:07:25.045700') Completed 200 OK in 325ms (Views: 287.2ms | ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2016-01-22 19:07:34 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 01:07:34.698083' and ends_at >= '2016-01-23 01:07:34.698083') Completed 200 OK in 67ms (Views: 66.3ms | ActiveRecord: 0.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-22 19:07:35 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 01:07:35.995165' and ends_at >= '2016-01-23 01:07:35.995165') Completed 200 OK in 72ms (Views: 70.0ms | ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2016-01-22 19:07:37 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 01:07:37.619819' and ends_at >= '2016-01-23 01:07:37.619819') Completed 200 OK in 68ms (Views: 66.9ms | ActiveRecord: 0.4ms)  (173.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (187.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHatchyAnnouncements (20160111174923)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174923_create_hatchy_announcements.rb:7)  (0.4ms) CREATE TABLE "hatchy_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text(80) NOT NULL, "starts_at" datetime NOT NULL, "ends_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174923"]]  (161.4ms) commit transaction Migrating to CreateHatchyBanks (20160111174945)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174945_create_hatchy_banks.rb:6)  (0.3ms) CREATE TABLE "hatchy_banks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(80) NOT NULL, "code" varchar(10) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE UNIQUE INDEX "index_hatchy_banks_on_code" ON "hatchy_banks" ("code") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174945"]]  (181.1ms) commit transaction Migrating to CreateHatchyBankAccounts (20160111175001)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175001_create_hatchy_bank_accounts.rb:8)  (0.8ms) CREATE TABLE "hatchy_bank_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "bank_id" integer, "account" varchar NOT NULL, "account_digit" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.4ms) CREATE INDEX "index_hatchy_bank_accounts_on_user_id_and_bank_id" ON "hatchy_bank_accounts" ("user_id", "bank_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175001"]]  (138.3ms) commit transaction Migrating to CreateHatchyCategories (20160111175017)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175017_create_hatchy_categories.rb:5)  (0.8ms) CREATE TABLE "hatchy_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE UNIQUE INDEX "index_hatchy_categories_on_name" ON "hatchy_categories" ("name") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175017"]]  (128.6ms) commit transaction Migrating to CreateHatchyContributions (20160111175037)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175037_create_hatchy_contributions.rb:25)  (0.4ms) CREATE TABLE "hatchy_contributions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "user_id" integer, "reward_id" integer, "country_id" integer, "value" decimal NOT NULL, "status" varchar NOT NULL, "step" varchar NOT NULL, "name" varchar, "email" varchar, "document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_zip" varchar, "address_state" varchar, "address_phone" varchar, "ip_address" varchar, "card_type" varchar, "card_expires_on" date, "anonymous" boolean DEFAULT 'f', "notified_when_finish" boolean, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_hatchy_contributions_on_project_id" ON "hatchy_contributions" ("project_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_contributions_on_user_id" ON "hatchy_contributions" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_contributions_on_reward_id" ON "hatchy_contributions" ("reward_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_contributions_on_country_id" ON "hatchy_contributions" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175037"]]  (167.4ms) commit transaction Migrating to CreateHatchyCountries (20160111175055)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175055_create_hatchy_countries.rb:11)  (0.3ms) CREATE TABLE "hatchy_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code2" varchar, "code3" varchar, "continent" varchar, "tld" varchar, "currency" varchar, "eu_member" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175055"]]  (142.8ms) commit transaction Migrating to CreateHatchyRewards (20160111175124)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175124_create_hatchy_rewards.rb:10)  (0.5ms) CREATE TABLE "hatchy_rewards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "min_value" decimal NOT NULL, "max_contributions" integer, "description" varchar NOT NULL, "row_order" integer, "deliver_at" datetime, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_hatchy_rewards_on_project_id" ON "hatchy_rewards" ("project_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175124"]]  (152.9ms) commit transaction Migrating to CreateHatchyProjects (20160111175139)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175139_create_hatchy_projects.rb:22)  (1.0ms) CREATE TABLE "hatchy_projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "category_id" integer, "project_img" varchar, "city" varchar, "name" varchar(50) NOT NULL, "headline" varchar, "about" varchar, "budget" varchar, "video_url" varchar, "short_url" varchar, "goal" decimal(8,2), "online_days" integer, "online_date" datetime, "expires_at" datetime, "rejected_at" datetime, "send_to_draft_at" datetime, "status" varchar NOT NULL, "recommended" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.5ms) CREATE INDEX "index_hatchy_projects_on_user_id" ON "hatchy_projects" ("user_id")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.4ms) CREATE INDEX "index_hatchy_projects_on_category_id" ON "hatchy_projects" ("category_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175139"]]  (233.8ms) commit transaction Migrating to CreateHatchyProjectAccounts (20160111175158)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175158_create_hatchy_project_accounts.rb:18)  (1.0ms) CREATE TABLE "hatchy_project_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "bank_id" integer, "account_type" varchar, "email" varchar, "phone" varchar, "account" varchar, "account_digit" varchar, "owner_name" varchar, "owner_document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_hatchy_project_accounts_on_project_id" ON "hatchy_project_accounts" ("project_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_project_accounts_on_bank_id" ON "hatchy_project_accounts" ("bank_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175158"]]  (160.3ms) commit transaction Migrating to DeviseCreateHatchyUsers (20160111175249)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "hatchy_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country_id" integer, "profile_img" varchar, "cover_img" varchar, "facebook_link" varchar, "twitter_link" varchar, "other_link" varchar, "first_name" varchar, "last_name" varchar, "about" varchar, "newsletter" boolean DEFAULT 't' NOT NULL, "subs_projects" boolean DEFAULT 't' NOT NULL, "locale" varchar DEFAULT 'en' NOT NULL, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "document" varchar, "phone" varchar, "mobile" varchar, "admin" boolean DEFAULT 'f' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_hatchy_users_on_email" ON "hatchy_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_hatchy_users_on_reset_password_token" ON "hatchy_users" ("reset_password_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_users_on_country_id" ON "hatchy_users" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175249"]]  (151.3ms) commit transaction Migrating to CreateHatchyCategoryFollowers (20160111181655)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111181655_create_hatchy_category_followers.rb:6)  (0.3ms) CREATE TABLE "hatchy_category_followers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_hatchy_category_followers_on_user_id_and_category_id" ON "hatchy_category_followers" ("user_id", "category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111181655"]]  (153.0ms) commit transaction Migrating to CreateHatchyProjectPosts (20160123012002)  (0.2ms) begin transaction  (1.0ms) CREATE TABLE "hatchy_project_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "project_id" integer, "private" boolean, "title" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE INDEX "index_hatchy_project_posts_on_user_id_and_project_id" ON "hatchy_project_posts" ("user_id", "project_id") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160123012002"]]  (160.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_banks_on_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_banks_on_code' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_categories_on_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_categories_on_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_posts_on_user_id_and_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_posts_on_user_id_and_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index' Started GET "/" for 127.0.0.1 at 2016-01-23 17:50:45 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (269.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (21.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:50:45.507903' and ends_at >= '2016-01-23 23:50:45.507903') Completed 200 OK in 439ms (Views: 419.6ms | ActiveRecord: 2.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-01-23 17:50:47 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (46.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:50:47.987014' and ends_at >= '2016-01-23 23:50:47.987014') Completed 200 OK in 220ms (Views: 192.7ms | ActiveRecord: 1.0ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-23 17:50:51 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I838YXz4kQXndCd24bahaOvInymtKWqtUt9jRZy4ux+MneMLl+YD2BHu8v5q4AXO7ZCyD75z3QDYqdJAzZ9o8A==", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "test@mail.com"]] Completed 401 Unauthorized in 16ms (ActiveRecord: 0.7ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I838YXz4kQXndCd24bahaOvInymtKWqtUt9jRZy4ux+MneMLl+YD2BHu8v5q4AXO7ZCyD75z3QDYqdJAzZ9o8A==", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (17.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:50:51.792890' and ends_at >= '2016-01-23 23:50:51.792890') Completed 200 OK in 164ms (Views: 78.6ms | ActiveRecord: 0.3ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-23 17:51:01 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ISByXDOq9srxVTjb7FeXX3SXCtWGO7UCj9z+ahlTuoOOcG022LRkFwfP7VNnATP5cs8n85VhAq8Fqk9vSHRpbA==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]] Completed 401 Unauthorized in 3ms (ActiveRecord: 0.2ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ISByXDOq9srxVTjb7FeXX3SXCtWGO7UCj9z+ahlTuoOOcG022LRkFwfP7VNnATP5cs8n85VhAq8Fqk9vSHRpbA==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:51:01.720170' and ends_at >= '2016-01-23 23:51:01.720170') Completed 200 OK in 154ms (Views: 69.4ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-23 17:51:07 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"56U8SnBvQ0avBqukUlb08rltS8P6V5YEkpFj69zytBNI9SMgm3HRm1mcfizZAFBUvzVm5ekNIakY59LujdVn/A==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]] Completed 401 Unauthorized in 3ms (ActiveRecord: 0.1ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"56U8SnBvQ0avBqukUlb08rltS8P6V5YEkpFj69zytBNI9SMgm3HRm1mcfizZAFBUvzVm5ekNIakY59LujdVn/A==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:51:07.846292' and ends_at >= '2016-01-23 23:51:07.846292') Completed 200 OK in 149ms (Views: 66.1ms | ActiveRecord: 0.2ms)  (131.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (132.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHatchyAnnouncements (20160111174923)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174923_create_hatchy_announcements.rb:7)  (0.3ms) CREATE TABLE "hatchy_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text(80) NOT NULL, "starts_at" datetime NOT NULL, "ends_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174923"]]  (135.7ms) commit transaction Migrating to CreateHatchyBanks (20160111174945)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174945_create_hatchy_banks.rb:6)  (0.8ms) CREATE TABLE "hatchy_banks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(80) NOT NULL, "code" varchar(10) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE UNIQUE INDEX "index_hatchy_banks_on_code" ON "hatchy_banks" ("code") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174945"]]  (170.5ms) commit transaction Migrating to CreateHatchyBankAccounts (20160111175001)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175001_create_hatchy_bank_accounts.rb:8)  (0.3ms) CREATE TABLE "hatchy_bank_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "bank_id" integer, "account" varchar NOT NULL, "account_digit" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_hatchy_bank_accounts_on_user_id_and_bank_id" ON "hatchy_bank_accounts" ("user_id", "bank_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175001"]]  (143.0ms) commit transaction Migrating to CreateHatchyCategories (20160111175017)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175017_create_hatchy_categories.rb:5)  (0.8ms) CREATE TABLE "hatchy_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE UNIQUE INDEX "index_hatchy_categories_on_name" ON "hatchy_categories" ("name") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175017"]]  (149.3ms) commit transaction Migrating to CreateHatchyContributions (20160111175037)  (0.3ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175037_create_hatchy_contributions.rb:25)  (0.8ms) CREATE TABLE "hatchy_contributions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "user_id" integer, "reward_id" integer, "country_id" integer, "value" decimal NOT NULL, "status" varchar NOT NULL, "step" varchar NOT NULL, "name" varchar, "email" varchar, "document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_zip" varchar, "address_state" varchar, "address_phone" varchar, "ip_address" varchar, "card_type" varchar, "card_expires_on" date, "anonymous" boolean DEFAULT 'f', "notified_when_finish" boolean, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_hatchy_contributions_on_project_id" ON "hatchy_contributions" ("project_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.4ms) CREATE INDEX "index_hatchy_contributions_on_user_id" ON "hatchy_contributions" ("user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.4ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_contributions_on_reward_id" ON "hatchy_contributions" ("reward_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_contributions_on_country_id" ON "hatchy_contributions" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175037"]]  (177.7ms) commit transaction Migrating to CreateHatchyCountries (20160111175055)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175055_create_hatchy_countries.rb:11)  (0.8ms) CREATE TABLE "hatchy_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code2" varchar, "code3" varchar, "continent" varchar, "tld" varchar, "currency" varchar, "eu_member" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175055"]]  (139.6ms) commit transaction Migrating to CreateHatchyRewards (20160111175124)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175124_create_hatchy_rewards.rb:10)  (0.9ms) CREATE TABLE "hatchy_rewards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "min_value" decimal NOT NULL, "max_contributions" integer, "description" varchar NOT NULL, "row_order" integer, "deliver_at" datetime, "created_at" datetime, "updated_at" datetime)   (0.4ms) CREATE INDEX "index_hatchy_rewards_on_project_id" ON "hatchy_rewards" ("project_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175124"]]  (159.7ms) commit transaction Migrating to CreateHatchyProjects (20160111175139)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175139_create_hatchy_projects.rb:22)  (1.1ms) CREATE TABLE "hatchy_projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "category_id" integer, "project_img" varchar, "city" varchar, "name" varchar(50) NOT NULL, "headline" varchar, "about" varchar, "budget" varchar, "video_url" varchar, "short_url" varchar, "goal" decimal(8,2), "online_days" integer, "online_date" datetime, "expires_at" datetime, "rejected_at" datetime, "send_to_draft_at" datetime, "status" varchar NOT NULL, "recommended" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.5ms) CREATE INDEX "index_hatchy_projects_on_user_id" ON "hatchy_projects" ("user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_projects_on_category_id" ON "hatchy_projects" ("category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175139"]]  (180.9ms) commit transaction Migrating to CreateHatchyProjectAccounts (20160111175158)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175158_create_hatchy_project_accounts.rb:18)  (0.9ms) CREATE TABLE "hatchy_project_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "bank_id" integer, "account_type" varchar, "email" varchar, "phone" varchar, "account" varchar, "account_digit" varchar, "owner_name" varchar, "owner_document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "created_at" datetime, "updated_at" datetime)   (0.5ms) CREATE INDEX "index_hatchy_project_accounts_on_project_id" ON "hatchy_project_accounts" ("project_id")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.5ms) CREATE INDEX "index_hatchy_project_accounts_on_bank_id" ON "hatchy_project_accounts" ("bank_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175158"]]  (169.0ms) commit transaction Migrating to DeviseCreateHatchyUsers (20160111175249)  (0.2ms) begin transaction  (1.2ms) CREATE TABLE "hatchy_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country_id" integer, "profile_img" varchar, "cover_img" varchar, "facebook_link" varchar, "twitter_link" varchar, "other_link" varchar, "first_name" varchar, "last_name" varchar, "about" varchar, "newsletter" boolean DEFAULT 't' NOT NULL, "subs_projects" boolean DEFAULT 't' NOT NULL, "locale" varchar DEFAULT 'en' NOT NULL, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "document" varchar, "phone" varchar, "mobile" varchar, "admin" boolean DEFAULT 'f' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "index_hatchy_users_on_email" ON "hatchy_users" ("email")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_hatchy_users_on_reset_password_token" ON "hatchy_users" ("reset_password_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_users_on_country_id" ON "hatchy_users" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175249"]]  (167.2ms) commit transaction Migrating to CreateHatchyCategoryFollowers (20160111181655)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111181655_create_hatchy_category_followers.rb:6)  (0.8ms) CREATE TABLE "hatchy_category_followers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_hatchy_category_followers_on_user_id_and_category_id" ON "hatchy_category_followers" ("user_id", "category_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111181655"]]  (137.0ms) commit transaction Migrating to CreateHatchyProjectPosts (20160123012002)  (0.1ms) begin transaction  (1.0ms) CREATE TABLE "hatchy_project_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "project_id" integer, "private" boolean, "title" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE INDEX "index_hatchy_project_posts_on_user_id_and_project_id" ON "hatchy_project_posts" ("user_id", "project_id") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160123012002"]]  (149.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_banks_on_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_banks_on_code' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_categories_on_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_categories_on_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_posts_on_user_id_and_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_posts_on_user_id_and_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index' Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Art"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Art"], ["created_at", "2016-01-23 23:51:44.578366"], ["updated_at", "2016-01-23 23:51:44.578366"]]  (173.5ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Visual Arts"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Visual Arts"], ["created_at", "2016-01-23 23:51:44.759599"], ["updated_at", "2016-01-23 23:51:44.759599"]]  (137.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Circus"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.7ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Circus"], ["created_at", "2016-01-23 23:51:44.904332"], ["updated_at", "2016-01-23 23:51:44.904332"]]  (160.0ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Community"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Community"], ["created_at", "2016-01-23 23:51:45.071752"], ["updated_at", "2016-01-23 23:51:45.071752"]]  (184.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Humor"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Humor"], ["created_at", "2016-01-23 23:51:45.261855"], ["updated_at", "2016-01-23 23:51:45.261855"]]  (138.4ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Comicbooks"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Comicbooks"], ["created_at", "2016-01-23 23:51:45.406923"], ["updated_at", "2016-01-23 23:51:45.406923"]]  (139.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Dance"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dance"], ["created_at", "2016-01-23 23:51:45.551997"], ["updated_at", "2016-01-23 23:51:45.551997"]]  (140.7ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Design"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Design"], ["created_at", "2016-01-23 23:51:45.695896"], ["updated_at", "2016-01-23 23:51:45.695896"]]  (142.5ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Events"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Events"], ["created_at", "2016-01-23 23:51:45.842703"], ["updated_at", "2016-01-23 23:51:45.842703"]]  (140.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fashion"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fashion"], ["created_at", "2016-01-23 23:51:45.989652"], ["updated_at", "2016-01-23 23:51:45.989652"]]  (150.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Gastronomy"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gastronomy"], ["created_at", "2016-01-23 23:51:46.147829"], ["updated_at", "2016-01-23 23:51:46.147829"]]  (182.1ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Film & Video"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Film & Video"], ["created_at", "2016-01-23 23:51:46.334847"], ["updated_at", "2016-01-23 23:51:46.334847"]]  (143.0ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Games"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Games"], ["created_at", "2016-01-23 23:51:46.483242"], ["updated_at", "2016-01-23 23:51:46.483242"]]  (160.4ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Journalism"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Journalism"], ["created_at", "2016-01-23 23:51:46.650547"], ["updated_at", "2016-01-23 23:51:46.650547"]]  (138.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Music"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Music"], ["created_at", "2016-01-23 23:51:46.796337"], ["updated_at", "2016-01-23 23:51:46.796337"]]  (151.6ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Photography"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Photography"], ["created_at", "2016-01-23 23:51:46.955177"], ["updated_at", "2016-01-23 23:51:46.955177"]]  (171.5ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Science & Technology"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Science & Technology"], ["created_at", "2016-01-23 23:51:47.132622"], ["updated_at", "2016-01-23 23:51:47.132622"]]  (149.3ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Theatre"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Theatre"], ["created_at", "2016-01-23 23:51:47.289583"], ["updated_at", "2016-01-23 23:51:47.289583"]]  (149.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Sport"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.5ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sport"], ["created_at", "2016-01-23 23:51:47.447372"], ["updated_at", "2016-01-23 23:51:47.447372"]]  (150.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Web"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Web"], ["created_at", "2016-01-23 23:51:47.603942"], ["updated_at", "2016-01-23 23:51:47.603942"]]  (140.2ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Carnival"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carnival"], ["created_at", "2016-01-23 23:51:47.747631"], ["updated_at", "2016-01-23 23:51:47.747631"]]  (186.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Architecture & Urbanism"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Architecture & Urbanism"], ["created_at", "2016-01-23 23:51:47.939929"], ["updated_at", "2016-01-23 23:51:47.939929"]]  (173.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Literature"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Literature"], ["created_at", "2016-01-23 23:51:48.119007"], ["updated_at", "2016-01-23 23:51:48.119007"]]  (149.6ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Mobility & Transportation"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mobility & Transportation"], ["created_at", "2016-01-23 23:51:48.275950"], ["updated_at", "2016-01-23 23:51:48.275950"]]  (151.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Environment"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Environment"], ["created_at", "2016-01-23 23:51:48.432115"], ["updated_at", "2016-01-23 23:51:48.432115"]]  (151.4ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Social Business"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Social Business"], ["created_at", "2016-01-23 23:51:48.586195"], ["updated_at", "2016-01-23 23:51:48.586195"]]  (154.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Education"]]  (0.3ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Education"], ["created_at", "2016-01-23 23:51:48.746094"], ["updated_at", "2016-01-23 23:51:48.746094"]]  (215.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fiction Films"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fiction Films"], ["created_at", "2016-01-23 23:51:48.968047"], ["updated_at", "2016-01-23 23:51:48.968047"]]  (186.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Documentary Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Documentary Films"], ["created_at", "2016-01-23 23:51:49.160048"], ["updated_at", "2016-01-23 23:51:49.160048"]]  (184.1ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Experimental Films"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Experimental Films"], ["created_at", "2016-01-23 23:51:49.351519"], ["updated_at", "2016-01-23 23:51:49.351519"]]  (160.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Health"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Health"], ["created_at", "2016-01-23 23:51:49.519253"], ["updated_at", "2016-01-23 23:51:49.519253"]]  (182.2ms) commit transaction Hatchy::Bank Load (0.5ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Bank"], ["code", "69"]]  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '69' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Bank"], ["code", "69"], ["created_at", "2016-01-23 23:51:49.718878"], ["updated_at", "2016-01-23 23:51:49.718878"]]  (207.9ms) commit transaction Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Second Bank"], ["code", "96"]]  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '96' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Second Bank"], ["code", "96"], ["created_at", "2016-01-23 23:51:49.929583"], ["updated_at", "2016-01-23 23:51:49.929583"]]  (165.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "hatchy_countries"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Andorra"], ["code2", "AD"], ["code3", "AND"], ["continent", "EU"], ["tld", "ad"], ["currency", "EUR"], ["created_at", "2016-01-23 23:51:50.118080"], ["updated_at", "2016-01-23 23:51:50.118080"]]  (144.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Arab Emirates"], ["code2", "AE"], ["code3", "ARE"], ["continent", "AS"], ["tld", "ae"], ["currency", "AED"], ["created_at", "2016-01-23 23:51:50.266352"], ["updated_at", "2016-01-23 23:51:50.266352"]]  (206.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Afghanistan"], ["code2", "AF"], ["code3", "AFG"], ["continent", "AS"], ["tld", "af"], ["currency", "AFN"], ["created_at", "2016-01-23 23:51:50.477320"], ["updated_at", "2016-01-23 23:51:50.477320"]]  (177.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Antigua and Barbuda"], ["code2", "AG"], ["code3", "ATG"], ["continent", "NA"], ["tld", "ag"], ["currency", "XCD"], ["created_at", "2016-01-23 23:51:50.657744"], ["updated_at", "2016-01-23 23:51:50.657744"]]  (174.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Anguilla"], ["code2", "AI"], ["code3", "AIA"], ["continent", "NA"], ["tld", "ai"], ["currency", "XCD"], ["created_at", "2016-01-23 23:51:50.838390"], ["updated_at", "2016-01-23 23:51:50.838390"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Albania"], ["code2", "AL"], ["code3", "ALB"], ["continent", "EU"], ["tld", "al"], ["currency", "ALL"], ["created_at", "2016-01-23 23:51:50.984126"], ["updated_at", "2016-01-23 23:51:50.984126"]]  (195.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Armenia"], ["code2", "AM"], ["code3", "ARM"], ["continent", "AS"], ["tld", "am"], ["currency", "AMD"], ["created_at", "2016-01-23 23:51:51.185626"], ["updated_at", "2016-01-23 23:51:51.185626"]]  (284.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Angola"], ["code2", "AO"], ["code3", "AGO"], ["continent", "AF"], ["tld", "ao"], ["currency", "AOA"], ["created_at", "2016-01-23 23:51:51.475571"], ["updated_at", "2016-01-23 23:51:51.475571"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Antarctica"], ["code2", "AQ"], ["code3", "ATA"], ["continent", "AN"], ["tld", "aq"], ["created_at", "2016-01-23 23:51:51.643888"], ["updated_at", "2016-01-23 23:51:51.643888"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Argentina"], ["code2", "AR"], ["code3", "ARG"], ["continent", "SA"], ["tld", "ar"], ["currency", "ARS"], ["created_at", "2016-01-23 23:51:51.789457"], ["updated_at", "2016-01-23 23:51:51.789457"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "American Samoa"], ["code2", "AS"], ["code3", "ASM"], ["continent", "OC"], ["tld", "as"], ["currency", "USD"], ["created_at", "2016-01-23 23:51:51.934747"], ["updated_at", "2016-01-23 23:51:51.934747"]]  (207.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Austria"], ["code2", "AT"], ["code3", "AUT"], ["continent", "EU"], ["tld", "at"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:51:52.147538"], ["updated_at", "2016-01-23 23:51:52.147538"]]  (184.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Australia"], ["code2", "AU"], ["code3", "AUS"], ["continent", "OC"], ["tld", "au"], ["currency", "AUD"], ["created_at", "2016-01-23 23:51:52.337771"], ["updated_at", "2016-01-23 23:51:52.337771"]]  (141.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aruba"], ["code2", "AW"], ["code3", "ABW"], ["continent", "NA"], ["tld", "aw"], ["currency", "AWG"], ["created_at", "2016-01-23 23:51:52.484875"], ["updated_at", "2016-01-23 23:51:52.484875"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aland Islands"], ["code2", "AX"], ["code3", "ALA"], ["continent", "EU"], ["tld", "ax"], ["currency", "EUR"], ["created_at", "2016-01-23 23:51:52.630052"], ["updated_at", "2016-01-23 23:51:52.630052"]]  (140.2ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Azerbaijan"], ["code2", "AZ"], ["code3", "AZE"], ["continent", "AS"], ["tld", "az"], ["currency", "AZN"], ["created_at", "2016-01-23 23:51:52.775926"], ["updated_at", "2016-01-23 23:51:52.775926"]]  (141.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bosnia and Herzegovina"], ["code2", "BA"], ["code3", "BIH"], ["continent", "EU"], ["tld", "ba"], ["currency", "BAM"], ["created_at", "2016-01-23 23:51:52.920115"], ["updated_at", "2016-01-23 23:51:52.920115"]]  (143.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Barbados"], ["code2", "BB"], ["code3", "BRB"], ["continent", "NA"], ["tld", "bb"], ["currency", "BBD"], ["created_at", "2016-01-23 23:51:53.066047"], ["updated_at", "2016-01-23 23:51:53.066047"]]  (143.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bangladesh"], ["code2", "BD"], ["code3", "BGD"], ["continent", "AS"], ["tld", "bd"], ["currency", "BDT"], ["created_at", "2016-01-23 23:51:53.212859"], ["updated_at", "2016-01-23 23:51:53.212859"]]  (129.7ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belgium"], ["code2", "BE"], ["code3", "BEL"], ["continent", "EU"], ["tld", "be"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:51:53.347507"], ["updated_at", "2016-01-23 23:51:53.347507"]]  (163.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burkina Faso"], ["code2", "BF"], ["code3", "BFA"], ["continent", "AF"], ["tld", "bf"], ["currency", "XOF"], ["created_at", "2016-01-23 23:51:53.514875"], ["updated_at", "2016-01-23 23:51:53.514875"]]  (184.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bulgaria"], ["code2", "BG"], ["code3", "BGR"], ["continent", "EU"], ["tld", "bg"], ["currency", "BGN"], ["eu_member", "t"], ["created_at", "2016-01-23 23:51:53.705470"], ["updated_at", "2016-01-23 23:51:53.705470"]]  (141.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahrain"], ["code2", "BH"], ["code3", "BHR"], ["continent", "AS"], ["tld", "bh"], ["currency", "BHD"], ["created_at", "2016-01-23 23:51:53.852678"], ["updated_at", "2016-01-23 23:51:53.852678"]]  (140.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burundi"], ["code2", "BI"], ["code3", "BDI"], ["continent", "AF"], ["tld", "bi"], ["currency", "BIF"], ["created_at", "2016-01-23 23:51:53.998276"], ["updated_at", "2016-01-23 23:51:53.998276"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Benin"], ["code2", "BJ"], ["code3", "BEN"], ["continent", "AF"], ["tld", "bj"], ["currency", "XOF"], ["created_at", "2016-01-23 23:51:54.132936"], ["updated_at", "2016-01-23 23:51:54.132936"]]  (128.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Barthelemy"], ["code2", "BL"], ["code3", "BLM"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-23 23:51:54.267287"], ["updated_at", "2016-01-23 23:51:54.267287"]]  (173.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bermuda"], ["code2", "BM"], ["code3", "BMU"], ["continent", "NA"], ["tld", "bm"], ["currency", "BMD"], ["created_at", "2016-01-23 23:51:54.446403"], ["updated_at", "2016-01-23 23:51:54.446403"]]  (184.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brunei"], ["code2", "BN"], ["code3", "BRN"], ["continent", "AS"], ["tld", "bn"], ["currency", "BND"], ["created_at", "2016-01-23 23:51:54.636680"], ["updated_at", "2016-01-23 23:51:54.636680"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bolivia"], ["code2", "BO"], ["code3", "BOL"], ["continent", "SA"], ["tld", "bo"], ["currency", "BOB"], ["created_at", "2016-01-23 23:51:54.770899"], ["updated_at", "2016-01-23 23:51:54.770899"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Bonaire, Saint Eustatius and Saba NA"], ["code2", "BQ"], ["code3", "BES"], ["continent", ".bq"], ["tld", "USD"], ["created_at", "2016-01-23 23:51:54.916455"], ["updated_at", "2016-01-23 23:51:54.916455"]]  (328.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brazil"], ["code2", "BR"], ["code3", "BRA"], ["continent", "SA"], ["tld", "br"], ["currency", "BRL"], ["created_at", "2016-01-23 23:51:55.249706"], ["updated_at", "2016-01-23 23:51:55.249706"]]  (223.2ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahamas"], ["code2", "BS"], ["code3", "BHS"], ["continent", "NA"], ["tld", "bs"], ["currency", "BSD"], ["created_at", "2016-01-23 23:51:55.475990"], ["updated_at", "2016-01-23 23:51:55.475990"]]  (131.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bhutan"], ["code2", "BT"], ["code3", "BTN"], ["continent", "AS"], ["tld", "bt"], ["currency", "BTN"], ["created_at", "2016-01-23 23:51:55.610244"], ["updated_at", "2016-01-23 23:51:55.610244"]]  (141.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bouvet Island"], ["code2", "BV"], ["code3", "BVT"], ["continent", "AN"], ["tld", "bv"], ["currency", "NOK"], ["created_at", "2016-01-23 23:51:55.755820"], ["updated_at", "2016-01-23 23:51:55.755820"]]  (163.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Botswana"], ["code2", "BW"], ["code3", "BWA"], ["continent", "AF"], ["tld", "bw"], ["currency", "BWP"], ["created_at", "2016-01-23 23:51:55.924604"], ["updated_at", "2016-01-23 23:51:55.924604"]]  (206.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belarus"], ["code2", "BY"], ["code3", "BLR"], ["continent", "EU"], ["tld", "by"], ["currency", "BYR"], ["created_at", "2016-01-23 23:51:56.136815"], ["updated_at", "2016-01-23 23:51:56.136815"]]  (128.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belize"], ["code2", "BZ"], ["code3", "BLZ"], ["continent", "NA"], ["tld", "bz"], ["currency", "BZD"], ["created_at", "2016-01-23 23:51:56.269921"], ["updated_at", "2016-01-23 23:51:56.269921"]]  (143.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Canada"], ["code2", "CA"], ["code3", "CAN"], ["continent", "NA"], ["tld", "ca"], ["currency", "CAD"], ["created_at", "2016-01-23 23:51:56.416862"], ["updated_at", "2016-01-23 23:51:56.416862"]]  (151.1ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cocos Islands"], ["code2", "CC"], ["code3", "CCK"], ["continent", "AS"], ["tld", "cc"], ["currency", "AUD"], ["created_at", "2016-01-23 23:51:56.573591"], ["updated_at", "2016-01-23 23:51:56.573591"]]  (161.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Democratic Republic of the Congo"], ["code2", "CD"], ["code3", "COD"], ["continent", "AF"], ["tld", "cd"], ["currency", "CDF"], ["created_at", "2016-01-23 23:51:56.741299"], ["updated_at", "2016-01-23 23:51:56.741299"]]  (185.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Central African Republic"], ["code2", "CF"], ["code3", "CAF"], ["continent", "AF"], ["tld", "cf"], ["currency", "XAF"], ["created_at", "2016-01-23 23:51:56.931945"], ["updated_at", "2016-01-23 23:51:56.931945"]]  (188.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Republic of the Congo"], ["code2", "CG"], ["code3", "COG"], ["continent", "AF"], ["tld", "cg"], ["currency", "XAF"], ["created_at", "2016-01-23 23:51:57.122362"], ["updated_at", "2016-01-23 23:51:57.122362"]]  (155.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Switzerland"], ["code2", "CH"], ["code3", "CHE"], ["continent", "EU"], ["tld", "ch"], ["currency", "CHF"], ["created_at", "2016-01-23 23:51:57.280999"], ["updated_at", "2016-01-23 23:51:57.280999"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ivory Coast"], ["code2", "CI"], ["code3", "CIV"], ["continent", "AF"], ["tld", "ci"], ["currency", "XOF"], ["created_at", "2016-01-23 23:51:57.437769"], ["updated_at", "2016-01-23 23:51:57.437769"]]  (172.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cook Islands"], ["code2", "CK"], ["code3", "COK"], ["continent", "OC"], ["tld", "ck"], ["currency", "NZD"], ["created_at", "2016-01-23 23:51:57.616712"], ["updated_at", "2016-01-23 23:51:57.616712"]]  (129.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chile"], ["code2", "CL"], ["code3", "CHL"], ["continent", "SA"], ["tld", "cl"], ["currency", "CLP"], ["created_at", "2016-01-23 23:51:57.750433"], ["updated_at", "2016-01-23 23:51:57.750433"]]  (143.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cameroon"], ["code2", "CM"], ["code3", "CMR"], ["continent", "AF"], ["tld", "cm"], ["currency", "XAF"], ["created_at", "2016-01-23 23:51:57.897109"], ["updated_at", "2016-01-23 23:51:57.897109"]]  (130.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "China"], ["code2", "CN"], ["code3", "CHN"], ["continent", "AS"], ["tld", "cn"], ["currency", "CNY"], ["created_at", "2016-01-23 23:51:58.031187"], ["updated_at", "2016-01-23 23:51:58.031187"]]  (142.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Colombia"], ["code2", "CO"], ["code3", "COL"], ["continent", "SA"], ["tld", "co"], ["currency", "COP"], ["created_at", "2016-01-23 23:51:58.177913"], ["updated_at", "2016-01-23 23:51:58.177913"]]  (132.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Costa Rica"], ["code2", "CR"], ["code3", "CRI"], ["continent", "NA"], ["tld", "cr"], ["currency", "CRC"], ["created_at", "2016-01-23 23:51:58.313997"], ["updated_at", "2016-01-23 23:51:58.313997"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cuba"], ["code2", "CU"], ["code3", "CUB"], ["continent", "NA"], ["tld", "cu"], ["currency", "CUP"], ["created_at", "2016-01-23 23:51:58.470702"], ["updated_at", "2016-01-23 23:51:58.470702"]]  (195.6ms) commit transaction  (0.6ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cape Verde"], ["code2", "CV"], ["code3", "CPV"], ["continent", "AF"], ["tld", "cv"], ["currency", "CVE"], ["created_at", "2016-01-23 23:51:58.673496"], ["updated_at", "2016-01-23 23:51:58.673496"]]  (182.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Curacao"], ["code2", "CW"], ["code3", "CUW"], ["continent", "NA"], ["tld", "cw"], ["currency", "ANG"], ["created_at", "2016-01-23 23:51:58.862078"], ["updated_at", "2016-01-23 23:51:58.862078"]]  (151.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Christmas Island"], ["code2", "CX"], ["code3", "CXR"], ["continent", "AS"], ["tld", "cx"], ["currency", "AUD"], ["created_at", "2016-01-23 23:51:59.019269"], ["updated_at", "2016-01-23 23:51:59.019269"]]  (172.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cyprus"], ["code2", "CY"], ["code3", "CYP"], ["continent", "EU"], ["tld", "cy"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:51:59.198311"], ["updated_at", "2016-01-23 23:51:59.198311"]]  (206.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Czech Republic"], ["code2", "CZ"], ["code3", "CZE"], ["continent", "EU"], ["tld", "cz"], ["currency", "CZK"], ["eu_member", "t"], ["created_at", "2016-01-23 23:51:59.409814"], ["updated_at", "2016-01-23 23:51:59.409814"]]  (198.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Germany"], ["code2", "DE"], ["code3", "DEU"], ["continent", "EU"], ["tld", "de"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:51:59.613572"], ["updated_at", "2016-01-23 23:51:59.613572"]]  (151.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Djibouti"], ["code2", "DJ"], ["code3", "DJI"], ["continent", "AF"], ["tld", "dj"], ["currency", "DJF"], ["created_at", "2016-01-23 23:51:59.768747"], ["updated_at", "2016-01-23 23:51:59.768747"]]  (177.2ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Denmark"], ["code2", "DK"], ["code3", "DNK"], ["continent", "EU"], ["tld", "dk"], ["currency", "DKK"], ["eu_member", "t"], ["created_at", "2016-01-23 23:51:59.949534"], ["updated_at", "2016-01-23 23:51:59.949534"]]  (218.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominica"], ["code2", "DM"], ["code3", "DMA"], ["continent", "NA"], ["tld", "dm"], ["currency", "XCD"], ["created_at", "2016-01-23 23:52:00.173114"], ["updated_at", "2016-01-23 23:52:00.173114"]]  (161.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominican Republic"], ["code2", "DO"], ["code3", "DOM"], ["continent", "NA"], ["tld", "do"], ["currency", "DOP"], ["created_at", "2016-01-23 23:52:00.339318"], ["updated_at", "2016-01-23 23:52:00.339318"]]  (129.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Algeria"], ["code2", "DZ"], ["code3", "DZA"], ["continent", "AF"], ["tld", "dz"], ["currency", "DZD"], ["created_at", "2016-01-23 23:52:00.486462"], ["updated_at", "2016-01-23 23:52:00.486462"]]  (140.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ecuador"], ["code2", "EC"], ["code3", "ECU"], ["continent", "SA"], ["tld", "ec"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:00.632306"], ["updated_at", "2016-01-23 23:52:00.632306"]]  (218.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Estonia"], ["code2", "EE"], ["code3", "EST"], ["continent", "EU"], ["tld", "ee"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:00.856181"], ["updated_at", "2016-01-23 23:52:00.856181"]]  (150.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Egypt"], ["code2", "EG"], ["code3", "EGY"], ["continent", "AF"], ["tld", "eg"], ["currency", "EGP"], ["created_at", "2016-01-23 23:52:01.013003"], ["updated_at", "2016-01-23 23:52:01.013003"]]  (163.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Western Sahara"], ["code2", "EH"], ["code3", "ESH"], ["continent", "AF"], ["tld", "eh"], ["currency", "MAD"], ["created_at", "2016-01-23 23:52:01.180957"], ["updated_at", "2016-01-23 23:52:01.180957"]]  (176.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Eritrea"], ["code2", "ER"], ["code3", "ERI"], ["continent", "AF"], ["tld", "er"], ["currency", "ERN"], ["created_at", "2016-01-23 23:52:01.361442"], ["updated_at", "2016-01-23 23:52:01.361442"]]  (195.0ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Spain"], ["code2", "ES"], ["code3", "ESP"], ["continent", "EU"], ["tld", "es"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:01.562859"], ["updated_at", "2016-01-23 23:52:01.562859"]]  (194.5ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ethiopia"], ["code2", "ET"], ["code3", "ETH"], ["continent", "AF"], ["tld", "et"], ["currency", "ETB"], ["created_at", "2016-01-23 23:52:01.762631"], ["updated_at", "2016-01-23 23:52:01.762631"]]  (132.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Finland"], ["code2", "FI"], ["code3", "FIN"], ["continent", "EU"], ["tld", "fi"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:01.898727"], ["updated_at", "2016-01-23 23:52:01.898727"]]  (139.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Fiji"], ["code2", "FJ"], ["code3", "FJI"], ["continent", "OC"], ["tld", "fj"], ["currency", "FJD"], ["created_at", "2016-01-23 23:52:02.044522"], ["updated_at", "2016-01-23 23:52:02.044522"]]  (172.9ms) commit transaction  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Falkland Islands"], ["code2", "FK"], ["code3", "FLK"], ["continent", "SA"], ["tld", "fk"], ["currency", "FKP"], ["created_at", "2016-01-23 23:52:02.223516"], ["updated_at", "2016-01-23 23:52:02.223516"]]  (207.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Micronesia"], ["code2", "FM"], ["code3", "FSM"], ["continent", "OC"], ["tld", "fm"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:02.436212"], ["updated_at", "2016-01-23 23:52:02.436212"]]  (129.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Faroe Islands"], ["code2", "FO"], ["code3", "FRO"], ["continent", "EU"], ["tld", "fo"], ["currency", "DKK"], ["created_at", "2016-01-23 23:52:02.571972"], ["updated_at", "2016-01-23 23:52:02.571972"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "France"], ["code2", "FR"], ["code3", "FRA"], ["continent", "EU"], ["tld", "fr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:02.717593"], ["updated_at", "2016-01-23 23:52:02.717593"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gabon"], ["code2", "GA"], ["code3", "GAB"], ["continent", "AF"], ["tld", "ga"], ["currency", "XAF"], ["created_at", "2016-01-23 23:52:02.874420"], ["updated_at", "2016-01-23 23:52:02.874420"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Kingdom"], ["code2", "GB"], ["code3", "GBR"], ["continent", "EU"], ["tld", "uk"], ["currency", "GBP"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:03.009063"], ["updated_at", "2016-01-23 23:52:03.009063"]]  (140.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Grenada"], ["code2", "GD"], ["code3", "GRD"], ["continent", "NA"], ["tld", "gd"], ["currency", "XCD"], ["created_at", "2016-01-23 23:52:03.153991"], ["updated_at", "2016-01-23 23:52:03.153991"]]  (129.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Georgia"], ["code2", "GE"], ["code3", "GEO"], ["continent", "AS"], ["tld", "ge"], ["currency", "GEL"], ["created_at", "2016-01-23 23:52:03.287616"], ["updated_at", "2016-01-23 23:52:03.287616"]]  (163.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Guiana"], ["code2", "GF"], ["code3", "GUF"], ["continent", "SA"], ["tld", "gf"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:03.457227"], ["updated_at", "2016-01-23 23:52:03.457227"]]  (128.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guernsey"], ["code2", "GG"], ["code3", "GGY"], ["continent", "EU"], ["tld", "gg"], ["currency", "GBP"], ["created_at", "2016-01-23 23:52:03.591791"], ["updated_at", "2016-01-23 23:52:03.591791"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ghana"], ["code2", "GH"], ["code3", "GHA"], ["continent", "AF"], ["tld", "gh"], ["currency", "GHS"], ["created_at", "2016-01-23 23:52:03.726676"], ["updated_at", "2016-01-23 23:52:03.726676"]]  (140.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gibraltar"], ["code2", "GI"], ["code3", "GIB"], ["continent", "EU"], ["tld", "gi"], ["currency", "GIP"], ["created_at", "2016-01-23 23:52:03.871556"], ["updated_at", "2016-01-23 23:52:03.871556"]]  (155.0ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greenland"], ["code2", "GL"], ["code3", "GRL"], ["continent", "NA"], ["tld", "gl"], ["currency", "DKK"], ["created_at", "2016-01-23 23:52:04.029776"], ["updated_at", "2016-01-23 23:52:04.029776"]]  (129.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gambia"], ["code2", "GM"], ["code3", "GMB"], ["continent", "AF"], ["tld", "gm"], ["currency", "GMD"], ["created_at", "2016-01-23 23:52:04.164363"], ["updated_at", "2016-01-23 23:52:04.164363"]]  (129.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea"], ["code2", "GN"], ["code3", "GIN"], ["continent", "AF"], ["tld", "gn"], ["currency", "GNF"], ["created_at", "2016-01-23 23:52:04.299086"], ["updated_at", "2016-01-23 23:52:04.299086"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guadeloupe"], ["code2", "GP"], ["code3", "GLP"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:04.433661"], ["updated_at", "2016-01-23 23:52:04.433661"]]  (139.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Equatorial Guinea"], ["code2", "GQ"], ["code3", "GNQ"], ["continent", "AF"], ["tld", "gq"], ["currency", "XAF"], ["created_at", "2016-01-23 23:52:04.577919"], ["updated_at", "2016-01-23 23:52:04.577919"]]  (242.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greece"], ["code2", "GR"], ["code3", "GRC"], ["continent", "EU"], ["tld", "gr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:04.823987"], ["updated_at", "2016-01-23 23:52:04.823987"]]  (185.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Georgia and the South Sandwich Islands"], ["code2", "GS"], ["code3", "SGS"], ["continent", "AN"], ["tld", "gs"], ["currency", "GBP"], ["created_at", "2016-01-23 23:52:05.015030"], ["updated_at", "2016-01-23 23:52:05.015030"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guatemala"], ["code2", "GT"], ["code3", "GTM"], ["continent", "NA"], ["tld", "gt"], ["currency", "GTQ"], ["created_at", "2016-01-23 23:52:05.171881"], ["updated_at", "2016-01-23 23:52:05.171881"]]  (163.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guam"], ["code2", "GU"], ["code3", "GUM"], ["continent", "OC"], ["tld", "gu"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:05.341532"], ["updated_at", "2016-01-23 23:52:05.341532"]]  (172.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea-Bissau"], ["code2", "GW"], ["code3", "GNB"], ["continent", "AF"], ["tld", "gw"], ["currency", "XOF"], ["created_at", "2016-01-23 23:52:05.520672"], ["updated_at", "2016-01-23 23:52:05.520672"]]  (172.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guyana"], ["code2", "GY"], ["code3", "GUY"], ["continent", "SA"], ["tld", "gy"], ["currency", "GYD"], ["created_at", "2016-01-23 23:52:05.699511"], ["updated_at", "2016-01-23 23:52:05.699511"]]  (161.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hong Kong"], ["code2", "HK"], ["code3", "HKG"], ["continent", "AS"], ["tld", "hk"], ["currency", "HKD"], ["created_at", "2016-01-23 23:52:05.867961"], ["updated_at", "2016-01-23 23:52:05.867961"]]  (127.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Heard Island and McDonald Islands"], ["code2", "HM"], ["code3", "HMD"], ["continent", "AN"], ["tld", "hm"], ["currency", "AUD"], ["created_at", "2016-01-23 23:52:06.000489"], ["updated_at", "2016-01-23 23:52:06.000489"]]  (155.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Honduras"], ["code2", "HN"], ["code3", "HND"], ["continent", "NA"], ["tld", "hn"], ["currency", "HNL"], ["created_at", "2016-01-23 23:52:06.158446"], ["updated_at", "2016-01-23 23:52:06.158446"]]  (152.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Croatia"], ["code2", "HR"], ["code3", "HRV"], ["continent", "EU"], ["tld", "hr"], ["currency", "HRK"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:06.316066"], ["updated_at", "2016-01-23 23:52:06.316066"]]  (161.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Haiti"], ["code2", "HT"], ["code3", "HTI"], ["continent", "NA"], ["tld", "ht"], ["currency", "HTG"], ["created_at", "2016-01-23 23:52:06.482374"], ["updated_at", "2016-01-23 23:52:06.482374"]]  (210.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hungary"], ["code2", "HU"], ["code3", "HUN"], ["continent", "EU"], ["tld", "hu"], ["currency", "HUF"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:06.696544"], ["updated_at", "2016-01-23 23:52:06.696544"]]  (262.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Indonesia"], ["code2", "ID"], ["code3", "IDN"], ["continent", "AS"], ["tld", "id"], ["currency", "IDR"], ["created_at", "2016-01-23 23:52:06.965131"], ["updated_at", "2016-01-23 23:52:06.965131"]]  (140.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ireland"], ["code2", "IE"], ["code3", "IRL"], ["continent", "EU"], ["tld", "ie"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:07.111172"], ["updated_at", "2016-01-23 23:52:07.111172"]]  (141.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Israel"], ["code2", "IL"], ["code3", "ISR"], ["continent", "AS"], ["tld", "il"], ["currency", "ILS"], ["created_at", "2016-01-23 23:52:07.256983"], ["updated_at", "2016-01-23 23:52:07.256983"]]  (284.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Isle of Man"], ["code2", "IM"], ["code3", "IMN"], ["continent", "EU"], ["tld", "im"], ["currency", "GBP"], ["created_at", "2016-01-23 23:52:07.547342"], ["updated_at", "2016-01-23 23:52:07.547342"]]  (217.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "India"], ["code2", "IN"], ["code3", "IND"], ["continent", "AS"], ["tld", "in"], ["currency", "INR"], ["created_at", "2016-01-23 23:52:07.770736"], ["updated_at", "2016-01-23 23:52:07.770736"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Indian Ocean Territory"], ["code2", "IO"], ["code3", "IOT"], ["continent", "AS"], ["tld", "io"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:07.905455"], ["updated_at", "2016-01-23 23:52:07.905455"]]  (140.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iraq"], ["code2", "IQ"], ["code3", "IRQ"], ["continent", "AS"], ["tld", "iq"], ["currency", "IQD"], ["created_at", "2016-01-23 23:52:08.050834"], ["updated_at", "2016-01-23 23:52:08.050834"]]  (173.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iran"], ["code2", "IR"], ["code3", "IRN"], ["continent", "AS"], ["tld", "ir"], ["currency", "IRR"], ["created_at", "2016-01-23 23:52:08.229889"], ["updated_at", "2016-01-23 23:52:08.229889"]]  (206.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iceland"], ["code2", "IS"], ["code3", "ISL"], ["continent", "EU"], ["tld", "is"], ["currency", "ISK"], ["created_at", "2016-01-23 23:52:08.442126"], ["updated_at", "2016-01-23 23:52:08.442126"]]  (163.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Italy"], ["code2", "IT"], ["code3", "ITA"], ["continent", "EU"], ["tld", "it"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:08.612182"], ["updated_at", "2016-01-23 23:52:08.612182"]]  (128.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jersey"], ["code2", "JE"], ["code3", "JEY"], ["continent", "EU"], ["tld", "je"], ["currency", "GBP"], ["created_at", "2016-01-23 23:52:08.746418"], ["updated_at", "2016-01-23 23:52:08.746418"]]  (150.6ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jamaica"], ["code2", "JM"], ["code3", "JAM"], ["continent", "NA"], ["tld", "jm"], ["currency", "JMD"], ["created_at", "2016-01-23 23:52:08.903316"], ["updated_at", "2016-01-23 23:52:08.903316"]]  (174.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jordan"], ["code2", "JO"], ["code3", "JOR"], ["continent", "AS"], ["tld", "jo"], ["currency", "JOD"], ["created_at", "2016-01-23 23:52:09.082222"], ["updated_at", "2016-01-23 23:52:09.082222"]]  (128.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Japan"], ["code2", "JP"], ["code3", "JPN"], ["continent", "AS"], ["tld", "jp"], ["currency", "JPY"], ["created_at", "2016-01-23 23:52:09.215542"], ["updated_at", "2016-01-23 23:52:09.215542"]]  (189.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kenya"], ["code2", "KE"], ["code3", "KEN"], ["continent", "AF"], ["tld", "ke"], ["currency", "KES"], ["created_at", "2016-01-23 23:52:09.408288"], ["updated_at", "2016-01-23 23:52:09.408288"]]  (239.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kyrgyzstan"], ["code2", "KG"], ["code3", "KGZ"], ["continent", "AS"], ["tld", "kg"], ["currency", "KGS"], ["created_at", "2016-01-23 23:52:09.653680"], ["updated_at", "2016-01-23 23:52:09.653680"]]  (186.0ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cambodia"], ["code2", "KH"], ["code3", "KHM"], ["continent", "AS"], ["tld", "kh"], ["currency", "KHR"], ["created_at", "2016-01-23 23:52:09.845720"], ["updated_at", "2016-01-23 23:52:09.845720"]]  (172.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kiribati"], ["code2", "KI"], ["code3", "KIR"], ["continent", "OC"], ["tld", "ki"], ["currency", "AUD"], ["created_at", "2016-01-23 23:52:10.024545"], ["updated_at", "2016-01-23 23:52:10.024545"]]  (195.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Comoros"], ["code2", "KM"], ["code3", "COM"], ["continent", "AF"], ["tld", "km"], ["currency", "KMF"], ["created_at", "2016-01-23 23:52:10.224537"], ["updated_at", "2016-01-23 23:52:10.224537"]]  (199.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Kitts and Nevis"], ["code2", "KN"], ["code3", "KNA"], ["continent", "NA"], ["tld", "kn"], ["currency", "XCD"], ["created_at", "2016-01-23 23:52:10.427507"], ["updated_at", "2016-01-23 23:52:10.427507"]]  (194.5ms) commit transaction  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "North Korea"], ["code2", "KP"], ["code3", "PRK"], ["continent", "AS"], ["tld", "kp"], ["currency", "KPW"], ["created_at", "2016-01-23 23:52:10.628482"], ["updated_at", "2016-01-23 23:52:10.628482"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Korea"], ["code2", "KR"], ["code3", "KOR"], ["continent", "AS"], ["tld", "kr"], ["currency", "KRW"], ["created_at", "2016-01-23 23:52:10.774539"], ["updated_at", "2016-01-23 23:52:10.774539"]]  (150.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kosovo"], ["code2", "XK"], ["code3", "XKX"], ["continent", "EU"], ["tld", ""], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:10.931096"], ["updated_at", "2016-01-23 23:52:10.931096"]]  (195.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kuwait"], ["code2", "KW"], ["code3", "KWT"], ["continent", "AS"], ["tld", "kw"], ["currency", "KWD"], ["created_at", "2016-01-23 23:52:11.132415"], ["updated_at", "2016-01-23 23:52:11.132415"]]  (172.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cayman Islands"], ["code2", "KY"], ["code3", "CYM"], ["continent", "NA"], ["tld", "ky"], ["currency", "KYD"], ["created_at", "2016-01-23 23:52:11.309755"], ["updated_at", "2016-01-23 23:52:11.309755"]]  (156.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kazakhstan"], ["code2", "KZ"], ["code3", "KAZ"], ["continent", "AS"], ["tld", "kz"], ["currency", "KZT"], ["created_at", "2016-01-23 23:52:11.470160"], ["updated_at", "2016-01-23 23:52:11.470160"]]  (151.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Laos"], ["code2", "LA"], ["code3", "LAO"], ["continent", "AS"], ["tld", "la"], ["currency", "LAK"], ["created_at", "2016-01-23 23:52:11.625223"], ["updated_at", "2016-01-23 23:52:11.625223"]]  (155.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lebanon"], ["code2", "LB"], ["code3", "LBN"], ["continent", "AS"], ["tld", "lb"], ["currency", "LBP"], ["created_at", "2016-01-23 23:52:11.783571"], ["updated_at", "2016-01-23 23:52:11.783571"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Lucia"], ["code2", "LC"], ["code3", "LCA"], ["continent", "NA"], ["tld", "lc"], ["currency", "XCD"], ["created_at", "2016-01-23 23:52:11.940695"], ["updated_at", "2016-01-23 23:52:11.940695"]]  (162.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liechtenstein"], ["code2", "LI"], ["code3", "LIE"], ["continent", "EU"], ["tld", "li"], ["currency", "CHF"], ["created_at", "2016-01-23 23:52:12.109017"], ["updated_at", "2016-01-23 23:52:12.109017"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sri Lanka"], ["code2", "LK"], ["code3", "LKA"], ["continent", "AS"], ["tld", "lk"], ["currency", "LKR"], ["created_at", "2016-01-23 23:52:12.242895"], ["updated_at", "2016-01-23 23:52:12.242895"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liberia"], ["code2", "LR"], ["code3", "LBR"], ["continent", "AF"], ["tld", "lr"], ["currency", "LRD"], ["created_at", "2016-01-23 23:52:12.399924"], ["updated_at", "2016-01-23 23:52:12.399924"]]  (139.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lesotho"], ["code2", "LS"], ["code3", "LSO"], ["continent", "AF"], ["tld", "ls"], ["currency", "LSL"], ["created_at", "2016-01-23 23:52:12.545546"], ["updated_at", "2016-01-23 23:52:12.545546"]]  (139.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lithuania"], ["code2", "LT"], ["code3", "LTU"], ["continent", "EU"], ["tld", "lt"], ["currency", "LTL"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:12.690594"], ["updated_at", "2016-01-23 23:52:12.690594"]]  (128.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Luxembourg"], ["code2", "LU"], ["code3", "LUX"], ["continent", "EU"], ["tld", "lu"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:12.825441"], ["updated_at", "2016-01-23 23:52:12.825441"]]  (129.2ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Latvia"], ["code2", "LV"], ["code3", "LVA"], ["continent", "EU"], ["tld", "lv"], ["currency", "LVL"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:12.960007"], ["updated_at", "2016-01-23 23:52:12.960007"]]  (129.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Libya"], ["code2", "LY"], ["code3", "LBY"], ["continent", "AF"], ["tld", "ly"], ["currency", "LYD"], ["created_at", "2016-01-23 23:52:13.095126"], ["updated_at", "2016-01-23 23:52:13.095126"]]  (140.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Morocco"], ["code2", "MA"], ["code3", "MAR"], ["continent", "AF"], ["tld", "ma"], ["currency", "MAD"], ["created_at", "2016-01-23 23:52:13.241495"], ["updated_at", "2016-01-23 23:52:13.241495"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Monaco"], ["code2", "MC"], ["code3", "MCO"], ["continent", "EU"], ["tld", "mc"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:13.387314"], ["updated_at", "2016-01-23 23:52:13.387314"]]  (128.8ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Moldova"], ["code2", "MD"], ["code3", "MDA"], ["continent", "EU"], ["tld", "md"], ["currency", "MDL"], ["created_at", "2016-01-23 23:52:13.521959"], ["updated_at", "2016-01-23 23:52:13.521959"]]  (141.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montenegro"], ["code2", "ME"], ["code3", "MNE"], ["continent", "EU"], ["tld", "me"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:13.667944"], ["updated_at", "2016-01-23 23:52:13.667944"]]  (128.2ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Martin"], ["code2", "MF"], ["code3", "MAF"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:13.801990"], ["updated_at", "2016-01-23 23:52:13.801990"]]  (139.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Madagascar"], ["code2", "MG"], ["code3", "MDG"], ["continent", "AF"], ["tld", "mg"], ["currency", "MGA"], ["created_at", "2016-01-23 23:52:13.947776"], ["updated_at", "2016-01-23 23:52:13.947776"]]  (128.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Marshall Islands"], ["code2", "MH"], ["code3", "MHL"], ["continent", "OC"], ["tld", "mh"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:14.082392"], ["updated_at", "2016-01-23 23:52:14.082392"]]  (141.5ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macedonia"], ["code2", "MK"], ["code3", "MKD"], ["continent", "EU"], ["tld", "mk"], ["currency", "MKD"], ["created_at", "2016-01-23 23:52:14.229835"], ["updated_at", "2016-01-23 23:52:14.229835"]]  (129.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mali"], ["code2", "ML"], ["code3", "MLI"], ["continent", "AF"], ["tld", "ml"], ["currency", "XOF"], ["created_at", "2016-01-23 23:52:14.364263"], ["updated_at", "2016-01-23 23:52:14.364263"]]  (150.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Myanmar"], ["code2", "MM"], ["code3", "MMR"], ["continent", "AS"], ["tld", "mm"], ["currency", "MMK"], ["created_at", "2016-01-23 23:52:14.519756"], ["updated_at", "2016-01-23 23:52:14.519756"]]  (166.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mongolia"], ["code2", "MN"], ["code3", "MNG"], ["continent", "AS"], ["tld", "mn"], ["currency", "MNT"], ["created_at", "2016-01-23 23:52:14.689584"], ["updated_at", "2016-01-23 23:52:14.689584"]]  (250.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macao"], ["code2", "MO"], ["code3", "MAC"], ["continent", "AS"], ["tld", "mo"], ["currency", "MOP"], ["created_at", "2016-01-23 23:52:14.946307"], ["updated_at", "2016-01-23 23:52:14.946307"]]  (151.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Northern Mariana Islands"], ["code2", "MP"], ["code3", "MNP"], ["continent", "OC"], ["tld", "mp"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:15.103554"], ["updated_at", "2016-01-23 23:52:15.103554"]]  (173.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Martinique"], ["code2", "MQ"], ["code3", "MTQ"], ["continent", "NA"], ["tld", "mq"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:15.282588"], ["updated_at", "2016-01-23 23:52:15.282588"]]  (195.9ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritania"], ["code2", "MR"], ["code3", "MRT"], ["continent", "AF"], ["tld", "mr"], ["currency", "MRO"], ["created_at", "2016-01-23 23:52:15.484446"], ["updated_at", "2016-01-23 23:52:15.484446"]]  (196.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montserrat"], ["code2", "MS"], ["code3", "MSR"], ["continent", "NA"], ["tld", "ms"], ["currency", "XCD"], ["created_at", "2016-01-23 23:52:15.685506"], ["updated_at", "2016-01-23 23:52:15.685506"]]  (155.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malta"], ["code2", "MT"], ["code3", "MLT"], ["continent", "EU"], ["tld", "mt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:15.844043"], ["updated_at", "2016-01-23 23:52:15.844043"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritius"], ["code2", "MU"], ["code3", "MUS"], ["continent", "AF"], ["tld", "mu"], ["currency", "MUR"], ["created_at", "2016-01-23 23:52:15.989987"], ["updated_at", "2016-01-23 23:52:15.989987"]]  (128.0ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Maldives"], ["code2", "MV"], ["code3", "MDV"], ["continent", "AS"], ["tld", "mv"], ["currency", "MVR"], ["created_at", "2016-01-23 23:52:16.123935"], ["updated_at", "2016-01-23 23:52:16.123935"]]  (130.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malawi"], ["code2", "MW"], ["code3", "MWI"], ["continent", "AF"], ["tld", "mw"], ["currency", "MWK"], ["created_at", "2016-01-23 23:52:16.258965"], ["updated_at", "2016-01-23 23:52:16.258965"]]  (173.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mexico"], ["code2", "MX"], ["code3", "MEX"], ["continent", "NA"], ["tld", "mx"], ["currency", "MXN"], ["created_at", "2016-01-23 23:52:16.437979"], ["updated_at", "2016-01-23 23:52:16.437979"]]  (208.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malaysia"], ["code2", "MY"], ["code3", "MYS"], ["continent", "AS"], ["tld", "my"], ["currency", "MYR"], ["created_at", "2016-01-23 23:52:16.650404"], ["updated_at", "2016-01-23 23:52:16.650404"]]  (128.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mozambique"], ["code2", "MZ"], ["code3", "MOZ"], ["continent", "AF"], ["tld", "mz"], ["currency", "MZN"], ["created_at", "2016-01-23 23:52:16.784147"], ["updated_at", "2016-01-23 23:52:16.784147"]]  (131.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Namibia"], ["code2", "NA"], ["code3", "NAM"], ["continent", "AF"], ["tld", "na"], ["currency", "NAD"], ["created_at", "2016-01-23 23:52:16.921436"], ["updated_at", "2016-01-23 23:52:16.921436"]]  (417.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Caledonia"], ["code2", "NC"], ["code3", "NCL"], ["continent", "OC"], ["tld", "nc"], ["currency", "XPF"], ["created_at", "2016-01-23 23:52:17.345139"], ["updated_at", "2016-01-23 23:52:17.345139"]]  (173.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niger"], ["code2", "NE"], ["code3", "NER"], ["continent", "AF"], ["tld", "ne"], ["currency", "XOF"], ["created_at", "2016-01-23 23:52:17.524335"], ["updated_at", "2016-01-23 23:52:17.524335"]]  (128.2ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norfolk Island"], ["code2", "NF"], ["code3", "NFK"], ["continent", "OC"], ["tld", "nf"], ["currency", "AUD"], ["created_at", "2016-01-23 23:52:17.658847"], ["updated_at", "2016-01-23 23:52:17.658847"]]  (161.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nigeria"], ["code2", "NG"], ["code3", "NGA"], ["continent", "AF"], ["tld", "ng"], ["currency", "NGN"], ["created_at", "2016-01-23 23:52:17.826771"], ["updated_at", "2016-01-23 23:52:17.826771"]]  (195.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nicaragua"], ["code2", "NI"], ["code3", "NIC"], ["continent", "NA"], ["tld", "ni"], ["currency", "NIO"], ["created_at", "2016-01-23 23:52:18.027101"], ["updated_at", "2016-01-23 23:52:18.027101"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands"], ["code2", "NL"], ["code3", "NLD"], ["continent", "EU"], ["tld", "nl"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:18.185354"], ["updated_at", "2016-01-23 23:52:18.185354"]]  (128.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norway"], ["code2", "NO"], ["code3", "NOR"], ["continent", "EU"], ["tld", "no"], ["currency", "NOK"], ["created_at", "2016-01-23 23:52:18.319601"], ["updated_at", "2016-01-23 23:52:18.319601"]]  (130.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nepal"], ["code2", "NP"], ["code3", "NPL"], ["continent", "AS"], ["tld", "np"], ["currency", "NPR"], ["created_at", "2016-01-23 23:52:18.456042"], ["updated_at", "2016-01-23 23:52:18.456042"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nauru"], ["code2", "NR"], ["code3", "NRU"], ["continent", "OC"], ["tld", "nr"], ["currency", "AUD"], ["created_at", "2016-01-23 23:52:18.590851"], ["updated_at", "2016-01-23 23:52:18.590851"]]  (129.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niue"], ["code2", "NU"], ["code3", "NIU"], ["continent", "OC"], ["tld", "nu"], ["currency", "NZD"], ["created_at", "2016-01-23 23:52:18.725354"], ["updated_at", "2016-01-23 23:52:18.725354"]]  (129.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Zealand"], ["code2", "NZ"], ["code3", "NZL"], ["continent", "OC"], ["tld", "nz"], ["currency", "NZD"], ["created_at", "2016-01-23 23:52:18.860248"], ["updated_at", "2016-01-23 23:52:18.860248"]]  (172.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Oman"], ["code2", "OM"], ["code3", "OMN"], ["continent", "AS"], ["tld", "om"], ["currency", "OMR"], ["created_at", "2016-01-23 23:52:19.038913"], ["updated_at", "2016-01-23 23:52:19.038913"]]  (362.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Panama"], ["code2", "PA"], ["code3", "PAN"], ["continent", "NA"], ["tld", "pa"], ["currency", "PAB"], ["created_at", "2016-01-23 23:52:19.407251"], ["updated_at", "2016-01-23 23:52:19.407251"]]  (161.9ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Peru"], ["code2", "PE"], ["code3", "PER"], ["continent", "SA"], ["tld", "pe"], ["currency", "PEN"], ["created_at", "2016-01-23 23:52:19.575258"], ["updated_at", "2016-01-23 23:52:19.575258"]]  (174.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Polynesia"], ["code2", "PF"], ["code3", "PYF"], ["continent", "OC"], ["tld", "pf"], ["currency", "XPF"], ["created_at", "2016-01-23 23:52:19.754690"], ["updated_at", "2016-01-23 23:52:19.754690"]]  (217.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Papua New Guinea"], ["code2", "PG"], ["code3", "PNG"], ["continent", "OC"], ["tld", "pg"], ["currency", "PGK"], ["created_at", "2016-01-23 23:52:19.977930"], ["updated_at", "2016-01-23 23:52:19.977930"]]  (186.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Philippines"], ["code2", "PH"], ["code3", "PHL"], ["continent", "AS"], ["tld", "ph"], ["currency", "PHP"], ["created_at", "2016-01-23 23:52:20.168578"], ["updated_at", "2016-01-23 23:52:20.168578"]]  (132.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pakistan"], ["code2", "PK"], ["code3", "PAK"], ["continent", "AS"], ["tld", "pk"], ["currency", "PKR"], ["created_at", "2016-01-23 23:52:20.304681"], ["updated_at", "2016-01-23 23:52:20.304681"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Poland"], ["code2", "PL"], ["code3", "POL"], ["continent", "EU"], ["tld", "pl"], ["currency", "PLN"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:20.461763"], ["updated_at", "2016-01-23 23:52:20.461763"]]  (295.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Pierre and Miquelon"], ["code2", "PM"], ["code3", "SPM"], ["continent", "NA"], ["tld", "pm"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:20.761546"], ["updated_at", "2016-01-23 23:52:20.761546"]]  (210.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pitcairn"], ["code2", "PN"], ["code3", "PCN"], ["continent", "OC"], ["tld", "pn"], ["currency", "NZD"], ["created_at", "2016-01-23 23:52:20.975639"], ["updated_at", "2016-01-23 23:52:20.975639"]]  (128.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Puerto Rico"], ["code2", "PR"], ["code3", "PRI"], ["continent", "NA"], ["tld", "pr"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:21.109685"], ["updated_at", "2016-01-23 23:52:21.109685"]]  (152.6ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palestinian Territory"], ["code2", "PS"], ["code3", "PSE"], ["continent", "AS"], ["tld", "ps"], ["currency", "ILS"], ["created_at", "2016-01-23 23:52:21.267182"], ["updated_at", "2016-01-23 23:52:21.267182"]]  (196.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Portugal"], ["code2", "PT"], ["code3", "PRT"], ["continent", "EU"], ["tld", "pt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:21.470129"], ["updated_at", "2016-01-23 23:52:21.470129"]]  (195.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palau"], ["code2", "PW"], ["code3", "PLW"], ["continent", "OC"], ["tld", "pw"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:21.671458"], ["updated_at", "2016-01-23 23:52:21.671458"]]  (129.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Paraguay"], ["code2", "PY"], ["code3", "PRY"], ["continent", "SA"], ["tld", "py"], ["currency", "PYG"], ["created_at", "2016-01-23 23:52:21.804597"], ["updated_at", "2016-01-23 23:52:21.804597"]]  (132.4ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Qatar"], ["code2", "QA"], ["code3", "QAT"], ["continent", "AS"], ["tld", "qa"], ["currency", "QAR"], ["created_at", "2016-01-23 23:52:21.940840"], ["updated_at", "2016-01-23 23:52:21.940840"]]  (184.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Reunion"], ["code2", "RE"], ["code3", "REU"], ["continent", "AF"], ["tld", "re"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:22.131384"], ["updated_at", "2016-01-23 23:52:22.131384"]]  (228.4ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Romania"], ["code2", "RO"], ["code3", "ROU"], ["continent", "EU"], ["tld", "ro"], ["currency", "RON"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:22.365986"], ["updated_at", "2016-01-23 23:52:22.365986"]]  (140.7ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia"], ["code2", "RS"], ["code3", "SRB"], ["continent", "EU"], ["tld", "rs"], ["currency", "RSD"], ["created_at", "2016-01-23 23:52:22.511998"], ["updated_at", "2016-01-23 23:52:22.511998"]]  (127.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Russia"], ["code2", "RU"], ["code3", "RUS"], ["continent", "EU"], ["tld", "ru"], ["currency", "RUB"], ["created_at", "2016-01-23 23:52:22.645909"], ["updated_at", "2016-01-23 23:52:22.645909"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Rwanda"], ["code2", "RW"], ["code3", "RWA"], ["continent", "AF"], ["tld", "rw"], ["currency", "RWF"], ["created_at", "2016-01-23 23:52:22.814124"], ["updated_at", "2016-01-23 23:52:22.814124"]]  (207.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saudi Arabia"], ["code2", "SA"], ["code3", "SAU"], ["continent", "AS"], ["tld", "sa"], ["currency", "SAR"], ["created_at", "2016-01-23 23:52:23.028036"], ["updated_at", "2016-01-23 23:52:23.028036"]]  (130.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Solomon Islands"], ["code2", "SB"], ["code3", "SLB"], ["continent", "OC"], ["tld", "sb"], ["currency", "SBD"], ["created_at", "2016-01-23 23:52:23.161584"], ["updated_at", "2016-01-23 23:52:23.161584"]]  (131.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Seychelles"], ["code2", "SC"], ["code3", "SYC"], ["continent", "AF"], ["tld", "sc"], ["currency", "SCR"], ["created_at", "2016-01-23 23:52:23.297785"], ["updated_at", "2016-01-23 23:52:23.297785"]]  (150.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sudan"], ["code2", "SD"], ["code3", "SDN"], ["continent", "AF"], ["tld", "sd"], ["currency", "SDG"], ["created_at", "2016-01-23 23:52:23.454032"], ["updated_at", "2016-01-23 23:52:23.454032"]]  (140.8ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Sudan"], ["code2", "SS"], ["code3", "SSD"], ["continent", "AF"], ["tld", ""], ["currency", "SSP"], ["created_at", "2016-01-23 23:52:23.600289"], ["updated_at", "2016-01-23 23:52:23.600289"]]  (129.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sweden"], ["code2", "SE"], ["code3", "SWE"], ["continent", "EU"], ["tld", "se"], ["currency", "SEK"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:23.735314"], ["updated_at", "2016-01-23 23:52:23.735314"]]  (139.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Singapore"], ["code2", "SG"], ["code3", "SGP"], ["continent", "AS"], ["tld", "sg"], ["currency", "SGD"], ["created_at", "2016-01-23 23:52:23.880809"], ["updated_at", "2016-01-23 23:52:23.880809"]]  (217.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Helena"], ["code2", "SH"], ["code3", "SHN"], ["continent", "AF"], ["tld", "sh"], ["currency", "SHP"], ["created_at", "2016-01-23 23:52:24.104559"], ["updated_at", "2016-01-23 23:52:24.104559"]]  (152.4ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovenia"], ["code2", "SI"], ["code3", "SVN"], ["continent", "EU"], ["tld", "si"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:24.262695"], ["updated_at", "2016-01-23 23:52:24.262695"]]  (130.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Svalbard and Jan Mayen"], ["code2", "SJ"], ["code3", "SJM"], ["continent", "EU"], ["tld", "sj"], ["currency", "NOK"], ["created_at", "2016-01-23 23:52:24.396285"], ["updated_at", "2016-01-23 23:52:24.396285"]]  (142.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovakia"], ["code2", "SK"], ["code3", "SVK"], ["continent", "EU"], ["tld", "sk"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-01-23 23:52:24.543350"], ["updated_at", "2016-01-23 23:52:24.543350"]]  (139.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sierra Leone"], ["code2", "SL"], ["code3", "SLE"], ["continent", "AF"], ["tld", "sl"], ["currency", "SLL"], ["created_at", "2016-01-23 23:52:24.689081"], ["updated_at", "2016-01-23 23:52:24.689081"]]  (139.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "San Marino"], ["code2", "SM"], ["code3", "SMR"], ["continent", "EU"], ["tld", "sm"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:24.834788"], ["updated_at", "2016-01-23 23:52:24.834788"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Senegal"], ["code2", "SN"], ["code3", "SEN"], ["continent", "AF"], ["tld", "sn"], ["currency", "XOF"], ["created_at", "2016-01-23 23:52:24.980616"], ["updated_at", "2016-01-23 23:52:24.980616"]]  (218.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Somalia"], ["code2", "SO"], ["code3", "SOM"], ["continent", "AF"], ["tld", "so"], ["currency", "SOS"], ["created_at", "2016-01-23 23:52:25.204514"], ["updated_at", "2016-01-23 23:52:25.204514"]]  (194.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Suriname"], ["code2", "SR"], ["code3", "SUR"], ["continent", "SA"], ["tld", "sr"], ["currency", "SRD"], ["created_at", "2016-01-23 23:52:25.404768"], ["updated_at", "2016-01-23 23:52:25.404768"]]  (164.2ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sao Tome and Principe"], ["code2", "ST"], ["code3", "STP"], ["continent", "AF"], ["tld", "st"], ["currency", "STD"], ["created_at", "2016-01-23 23:52:25.574211"], ["updated_at", "2016-01-23 23:52:25.574211"]]  (164.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "El Salvador"], ["code2", "SV"], ["code3", "SLV"], ["continent", "NA"], ["tld", "sv"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:25.743208"], ["updated_at", "2016-01-23 23:52:25.743208"]]  (295.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sint Maarten"], ["code2", "SX"], ["code3", "SXM"], ["continent", "NA"], ["tld", "sx"], ["currency", "ANG"], ["created_at", "2016-01-23 23:52:26.044884"], ["updated_at", "2016-01-23 23:52:26.044884"]]  (228.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Syria"], ["code2", "SY"], ["code3", "SYR"], ["continent", "AS"], ["tld", "sy"], ["currency", "SYP"], ["created_at", "2016-01-23 23:52:26.279729"], ["updated_at", "2016-01-23 23:52:26.279729"]]  (161.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Swaziland"], ["code2", "SZ"], ["code3", "SWZ"], ["continent", "AF"], ["tld", "sz"], ["currency", "SZL"], ["created_at", "2016-01-23 23:52:26.446210"], ["updated_at", "2016-01-23 23:52:26.446210"]]  (176.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turks and Caicos Islands"], ["code2", "TC"], ["code3", "TCA"], ["continent", "NA"], ["tld", "tc"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:26.625653"], ["updated_at", "2016-01-23 23:52:26.625653"]]  (188.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chad"], ["code2", "TD"], ["code3", "TCD"], ["continent", "AF"], ["tld", "td"], ["currency", "XAF"], ["created_at", "2016-01-23 23:52:26.817287"], ["updated_at", "2016-01-23 23:52:26.817287"]]  (152.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Southern Territories"], ["code2", "TF"], ["code3", "ATF"], ["continent", "AN"], ["tld", "tf"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:26.975774"], ["updated_at", "2016-01-23 23:52:26.975774"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Togo"], ["code2", "TG"], ["code3", "TGO"], ["continent", "AF"], ["tld", "tg"], ["currency", "XOF"], ["created_at", "2016-01-23 23:52:27.143512"], ["updated_at", "2016-01-23 23:52:27.143512"]]  (161.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Thailand"], ["code2", "TH"], ["code3", "THA"], ["continent", "AS"], ["tld", "th"], ["currency", "THB"], ["created_at", "2016-01-23 23:52:27.311515"], ["updated_at", "2016-01-23 23:52:27.311515"]]  (130.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tajikistan"], ["code2", "TJ"], ["code3", "TJK"], ["continent", "AS"], ["tld", "tj"], ["currency", "TJS"], ["created_at", "2016-01-23 23:52:27.446608"], ["updated_at", "2016-01-23 23:52:27.446608"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tokelau"], ["code2", "TK"], ["code3", "TKL"], ["continent", "OC"], ["tld", "tk"], ["currency", "NZD"], ["created_at", "2016-01-23 23:52:27.581169"], ["updated_at", "2016-01-23 23:52:27.581169"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "East Timor"], ["code2", "TL"], ["code3", "TLS"], ["continent", "OC"], ["tld", "tl"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:27.716839"], ["updated_at", "2016-01-23 23:52:27.716839"]]  (295.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkmenistan"], ["code2", "TM"], ["code3", "TKM"], ["continent", "AS"], ["tld", "tm"], ["currency", "TMT"], ["created_at", "2016-01-23 23:52:28.017127"], ["updated_at", "2016-01-23 23:52:28.017127"]]  (132.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tunisia"], ["code2", "TN"], ["code3", "TUN"], ["continent", "AF"], ["tld", "tn"], ["currency", "TND"], ["created_at", "2016-01-23 23:52:28.153540"], ["updated_at", "2016-01-23 23:52:28.153540"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tonga"], ["code2", "TO"], ["code3", "TON"], ["continent", "OC"], ["tld", "to"], ["currency", "TOP"], ["created_at", "2016-01-23 23:52:28.300727"], ["updated_at", "2016-01-23 23:52:28.300727"]]  (127.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkey"], ["code2", "TR"], ["code3", "TUR"], ["continent", "AS"], ["tld", "tr"], ["currency", "TRY"], ["created_at", "2016-01-23 23:52:28.435825"], ["updated_at", "2016-01-23 23:52:28.435825"]]  (127.2ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Trinidad and Tobago"], ["code2", "TT"], ["code3", "TTO"], ["continent", "NA"], ["tld", "tt"], ["currency", "TTD"], ["created_at", "2016-01-23 23:52:28.569309"], ["updated_at", "2016-01-23 23:52:28.569309"]]  (140.6ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tuvalu"], ["code2", "TV"], ["code3", "TUV"], ["continent", "OC"], ["tld", "tv"], ["currency", "AUD"], ["created_at", "2016-01-23 23:52:28.715365"], ["updated_at", "2016-01-23 23:52:28.715365"]]  (161.5ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Taiwan"], ["code2", "TW"], ["code3", "TWN"], ["continent", "AS"], ["tld", "tw"], ["currency", "TWD"], ["created_at", "2016-01-23 23:52:28.883853"], ["updated_at", "2016-01-23 23:52:28.883853"]]  (130.2ms) commit transaction  (0.7ms) begin transaction SQL (1.0ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tanzania"], ["code2", "TZ"], ["code3", "TZA"], ["continent", "AF"], ["tld", "tz"], ["currency", "TZS"], ["created_at", "2016-01-23 23:52:29.018161"], ["updated_at", "2016-01-23 23:52:29.018161"]]  (272.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ukraine"], ["code2", "UA"], ["code3", "UKR"], ["continent", "EU"], ["tld", "ua"], ["currency", "UAH"], ["created_at", "2016-01-23 23:52:29.297325"], ["updated_at", "2016-01-23 23:52:29.297325"]]  (195.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uganda"], ["code2", "UG"], ["code3", "UGA"], ["continent", "AF"], ["tld", "ug"], ["currency", "UGX"], ["created_at", "2016-01-23 23:52:29.499050"], ["updated_at", "2016-01-23 23:52:29.499050"]]  (163.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States Minor Outlying Islands"], ["code2", "UM"], ["code3", "UMI"], ["continent", "OC"], ["tld", "um"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:29.668693"], ["updated_at", "2016-01-23 23:52:29.668693"]]  (172.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States"], ["code2", "US"], ["code3", "USA"], ["continent", "NA"], ["tld", "us"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:29.847432"], ["updated_at", "2016-01-23 23:52:29.847432"]]  (195.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uruguay"], ["code2", "UY"], ["code3", "URY"], ["continent", "SA"], ["tld", "uy"], ["currency", "UYU"], ["created_at", "2016-01-23 23:52:30.049317"], ["updated_at", "2016-01-23 23:52:30.049317"]]  (161.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uzbekistan"], ["code2", "UZ"], ["code3", "UZB"], ["continent", "AS"], ["tld", "uz"], ["currency", "UZS"], ["created_at", "2016-01-23 23:52:30.217229"], ["updated_at", "2016-01-23 23:52:30.217229"]]  (250.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vatican"], ["code2", "VA"], ["code3", "VAT"], ["continent", "EU"], ["tld", "va"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:30.474120"], ["updated_at", "2016-01-23 23:52:30.474120"]]  (149.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Vincent and the Grenadines"], ["code2", "VC"], ["code3", "VCT"], ["continent", "NA"], ["tld", "vc"], ["currency", "XCD"], ["created_at", "2016-01-23 23:52:30.629669"], ["updated_at", "2016-01-23 23:52:30.629669"]]  (176.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Venezuela"], ["code2", "VE"], ["code3", "VEN"], ["continent", "SA"], ["tld", "ve"], ["currency", "VEF"], ["created_at", "2016-01-23 23:52:30.810502"], ["updated_at", "2016-01-23 23:52:30.810502"]]  (341.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Virgin Islands"], ["code2", "VG"], ["code3", "VGB"], ["continent", "NA"], ["tld", "vg"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:31.158540"], ["updated_at", "2016-01-23 23:52:31.158540"]]  (294.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "U.S. Virgin Islands"], ["code2", "VI"], ["code3", "VIR"], ["continent", "NA"], ["tld", "vi"], ["currency", "USD"], ["created_at", "2016-01-23 23:52:31.459262"], ["updated_at", "2016-01-23 23:52:31.459262"]]  (130.4ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vietnam"], ["code2", "VN"], ["code3", "VNM"], ["continent", "AS"], ["tld", "vn"], ["currency", "VND"], ["created_at", "2016-01-23 23:52:31.594375"], ["updated_at", "2016-01-23 23:52:31.594375"]]  (185.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vanuatu"], ["code2", "VU"], ["code3", "VUT"], ["continent", "OC"], ["tld", "vu"], ["currency", "VUV"], ["created_at", "2016-01-23 23:52:31.784816"], ["updated_at", "2016-01-23 23:52:31.784816"]]  (172.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Wallis and Futuna"], ["code2", "WF"], ["code3", "WLF"], ["continent", "OC"], ["tld", "wf"], ["currency", "XPF"], ["created_at", "2016-01-23 23:52:31.964122"], ["updated_at", "2016-01-23 23:52:31.964122"]]  (183.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Samoa"], ["code2", "WS"], ["code3", "WSM"], ["continent", "OC"], ["tld", "ws"], ["currency", "WST"], ["created_at", "2016-01-23 23:52:32.153667"], ["updated_at", "2016-01-23 23:52:32.153667"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Yemen"], ["code2", "YE"], ["code3", "YEM"], ["continent", "AS"], ["tld", "ye"], ["currency", "YER"], ["created_at", "2016-01-23 23:52:32.299591"], ["updated_at", "2016-01-23 23:52:32.299591"]]  (206.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mayotte"], ["code2", "YT"], ["code3", "MYT"], ["continent", "AF"], ["tld", "yt"], ["currency", "EUR"], ["created_at", "2016-01-23 23:52:32.512231"], ["updated_at", "2016-01-23 23:52:32.512231"]]  (230.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Africa"], ["code2", "ZA"], ["code3", "ZAF"], ["continent", "AF"], ["tld", "za"], ["currency", "ZAR"], ["created_at", "2016-01-23 23:52:32.749114"], ["updated_at", "2016-01-23 23:52:32.749114"]]  (138.6ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zambia"], ["code2", "ZM"], ["code3", "ZMB"], ["continent", "AF"], ["tld", "zm"], ["currency", "ZMK"], ["created_at", "2016-01-23 23:52:32.894593"], ["updated_at", "2016-01-23 23:52:32.894593"]]  (282.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zimbabwe"], ["code2", "ZW"], ["code3", "ZWE"], ["continent", "AF"], ["tld", "zw"], ["currency", "ZWL"], ["created_at", "2016-01-23 23:52:33.183414"], ["updated_at", "2016-01-23 23:52:33.183414"]]  (199.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia and Montenegro"], ["code2", "CS"], ["code3", "SCG"], ["continent", "EU"], ["tld", "cs"], ["currency", "RSD"], ["created_at", "2016-01-23 23:52:33.385977"], ["updated_at", "2016-01-23 23:52:33.385977"]]  (172.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands Antilles"], ["code2", "AN"], ["code3", "ANT"], ["continent", "NA"], ["tld", "an"], ["currency", "ANG"], ["created_at", "2016-01-23 23:52:33.565497"], ["updated_at", "2016-01-23 23:52:33.565497"]]  (150.1ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) begin transaction Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "first_name", "last_name", "admin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["email", "admin@example.com"], ["encrypted_password", "$2a$10$xkotrHToo0yObJbiq0Ggyu2RHPNc/aIb9XgIldAkRQ4U0.TYu.Lh."], ["first_name", "Default"], ["last_name", "Admin"], ["admin", "t"], ["created_at", "2016-01-23 23:52:33.881169"], ["updated_at", "2016-01-23 23:52:33.881169"]]  (138.3ms) commit transaction Started POST "/users/sign_in" for 127.0.0.1 at 2016-01-23 17:52:58 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"CPQt+TqL78fRqRZft5ZmVjot4EbTmy1gGLBaqExM0dCnpDKT0ZV9Giczw9c8wMLwPHXNYMDBms2SxuutHWsCPw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-01-23 23:52:58.665505"], ["current_sign_in_at", "2016-01-23 23:52:58.665505"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-01-23 23:52:58.666746"], ["id", 1]]  (138.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 341ms (ActiveRecord: 141.5ms) Started GET "/" for 127.0.0.1 at 2016-01-23 17:52:58 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (325.2ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (20.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:52:59.277704' and ends_at >= '2016-01-23 23:52:59.277704') Completed 200 OK in 478ms (Views: 466.2ms | ActiveRecord: 1.0ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-23 17:53:02 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:53:02.321281' and ends_at >= '2016-01-23 23:53:02.321281') Completed 200 OK in 146ms (Views: 117.5ms | ActiveRecord: 0.8ms) Started GET "/admin" for 127.0.0.1 at 2016-01-23 17:53:06 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (52.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:53:06.500103' and ends_at >= '2016-01-23 23:53:06.500103') Completed 200 OK in 175ms (Views: 145.3ms | ActiveRecord: 3.0ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-23 17:53:18 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:53:18.090233' and ends_at >= '2016-01-23 23:53:18.090233') Completed 200 OK in 88ms (Views: 85.7ms | ActiveRecord: 0.6ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453593198220" for 127.0.0.1 at 2016-01-23 17:53:18 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453593198220", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 12ms (Views: 3.9ms | ActiveRecord: 0.7ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-23 17:53:19 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:53:19.409993' and ends_at >= '2016-01-23 23:53:19.409993') Completed 200 OK in 90ms (Views: 87.4ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453593199551" for 127.0.0.1 at 2016-01-23 17:53:19 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453593199551", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 15ms (Views: 10.7ms | ActiveRecord: 0.8ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-23 17:53:21 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:53:21.946300' and ends_at >= '2016-01-23 23:53:21.946300') Completed 200 OK in 89ms (Views: 86.7ms | ActiveRecord: 0.5ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-23 17:53:24 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:53:24.689341' and ends_at >= '2016-01-23 23:53:24.689341') Completed 200 OK in 80ms (Views: 78.0ms | ActiveRecord: 0.6ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-23 17:53:29 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (39.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:53:29.374035' and ends_at >= '2016-01-23 23:53:29.374035') Completed 200 OK in 123ms (Views: 102.5ms | ActiveRecord: 0.8ms) Started POST "/projects" for 127.0.0.1 at 2016-01-23 17:53:36 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"T47rYKegXzrBmgoot8atm4uFXTfLRKmqs9y/TdnMA/MXYzkalik/wvpxdGIg+EM9h9eKaBaPmY2SbX3UAhlSLg==", "project"=>{"name"=>"NOTGME", "category_id"=>"13"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_projects" ("name", "category_id", "user_id", "created_at", "updated_at", "status", "send_to_draft_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "NOTGME"], ["category_id", 13], ["user_id", 1], ["created_at", "2016-01-23 23:53:36.246776"], ["updated_at", "2016-01-23 23:53:36.246776"], ["status", "draft"], ["send_to_draft_at", "2016-01-23 23:53:36.247145"]] SQL (0.3ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 1], ["created_at", "2016-01-23 23:53:36.257872"], ["updated_at", "2016-01-23 23:53:36.257872"]]  (284.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 306ms (ActiveRecord: 285.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 17:53:36 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (1.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.0ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (27.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (6.9ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (25.9ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (47.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (161.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:53:36.802154' and ends_at >= '2016-01-23 23:53:36.802154') Completed 200 OK in 296ms (Views: 254.0ms | ActiveRecord: 3.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 17:53:42 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OCcF5IXoqzlPEc55K/hNs1/WN6U/50DJlGb0ySUATr1gyteetGHLwXT6sDO8xqMVU4Tg+uIscO611zZQ/tUfYA==", "project"=>{"name"=>"NOTGME", "category_id"=>"13", "city"=>"Texas"}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "city" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["city", "Texas"], ["updated_at", "2016-01-23 23:53:42.019578"], ["id", 1]]  (265.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 279ms (ActiveRecord: 266.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 17:53:42 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (44.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:53:42.382149' and ends_at >= '2016-01-23 23:53:42.382149') Completed 200 OK in 127ms (Views: 119.5ms | ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (301.7ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (55.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:56:23.627970' and ends_at >= '2016-01-23 23:56:23.627970') Completed 200 OK in 545ms (Views: 519.6ms | ActiveRecord: 3.6ms) Started GET "/assets/hatchy/hatchy.self-cd3ede4a88ffce620d6cd28a4eea49c288360c03bc67f9b54c0dfcfae087c0bf.css?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/jquery.self-c64a74367bda6ef8b860f19e74df08927ca99d2be2ac934e9e92d5fd361e0da4.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/jquery_ujs.self-d602bdfe68ffc63b9f9cc512872aa3cfff046228a0a36e90dd476e8ef54c1b09.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/transition.self-9616c4e856b57659b67da3c6f2adcd584b5601ef4bebcdadab8ebb387d80bb25.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/affix.self-f7aef9d98ee5ece34a6a92a6a15bba777d93e8d908b75c95a85088277f394200.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/alert.self-896ab026e6823f5cef2441e07dac53d0692a5b772ac58b1ce20aa624c342d3f4.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/button.self-d19f3e2bcd3a7a4d75c11b9141b3fabd2c11987da1e99c85548ec3ecf8db30c3.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/carousel.self-b2e5e14483e6c31343a83861b7d487620f143d6fc2d07d5ae7544b6b225ba6be.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/collapse.self-93820e9b486e375a7fb4477602def3a6f8381fa6d50938d5378297ffbe4a1248.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.self-30536ae4d54b2685c26b5787ed0eb549a9075717fe690cce6270873bedf2df00.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/tab.self-9b77df34cbbb08ec93a806d6cdb741f04e3dbf3389978a0679146f2d2987bc89.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/modal.self-bcfe54f3132bf16a8c5ce4289e47eba488f6522a08f49f378a037061c6c7aa4c.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.self-c5c6ed008955656d345067e9821d79f1216b8383134d08465d4aa1a33a2b93b4.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.self-3aa41fbe871573b34e0ebddf31598cd5a11a9841ca85f90934ea46326e46626d.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:23 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.self-384a79ed2448e994af8b4d1559ebefd56d9c7b90cbcff70651aa29c4d2918c4b.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:24 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.self-356da1275c02184d8e20410d0de1057d9c2daccadc1be86177e9ac7c6197046a.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:24 -0600 Started GET "/assets/hatchy/bootstrap/popover.self-b73e9c9111d01148e24bbc46e096782e024dc5db630e7078cf11ed2587ef8551.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:24 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.self-8ca4268e93d12ce18f015a679a49a14d56f045a5e7eaa2aad402e7fe0eea0893.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:24 -0600 Started GET "/assets/hatchy/libraries/summernote.self-0a2d46342966343b65435c8fbea55b3c09e6f9a42f5423983da22bb201249758.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:24 -0600 Started GET "/assets/hatchy/application.self-adb77c0810259e90473997b528d8060f6f07c77125ddca0e7b99347fb1dfc88e.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:24 -0600 Started GET "/assets/hatchy/hatchy.self-79488488398f5f5aed236dd6e9f914599370d04dfe70fda61b8c83bf739b1088.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:24 -0600 Started GET "/assets/hatchy/home.self-8baea3b9feb128314b767b475494d9358e38f016f4fd20b05475fb201a2c3562.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:24 -0600 Started GET "/admin" for 127.0.0.1 at 2016-01-23 17:56:26 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (22.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (26.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:56:26.585458' and ends_at >= '2016-01-23 23:56:26.585458') Completed 200 OK in 207ms (Views: 120.6ms | ActiveRecord: 3.9ms) Started GET "/assets/hatchy/admin.self-a138b5b422d2548b6185a82ec60daa4b800a59a595d67e092021cf9afc710a7e.css?body=1" for 127.0.0.1 at 2016-01-23 17:56:26 -0600 Started GET "/assets/jquery.autosize.self-208a4ea73c22b3517889027ffae7a076a0c5b4c38e4b595639979f10ada2ebe4.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:26 -0600 Started GET "/assets/dataTables/jquery.dataTables.self-770bf6f5f52c93784a25c3c866719f24d091a3f864c36850a7d338b58bbed52c.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:26 -0600 Started GET "/assets/dataTables/bootstrap/3/jquery.dataTables.bootstrap.self-447fa22a7aa12f01eaf2d37b45bd9b5321653e6629d888973a478ba856099083.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:26 -0600 Started GET "/assets/best_in_place.self-ef93f4d2b932bcd1e6a5160e7e2cfec71c92911751b537f402e293113595e104.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:26 -0600 Started GET "/assets/hatchy/admin/dashboard.self-0f55e25e07f66349de04808d65823a4d4a9f411cd7fb02cc9edda66249f8d4da.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:26 -0600 Started GET "/assets/hatchy/admin.self-e02700924fb2dfcbfec0c2a060003f36b6732089dc63d0645e1ae95ace63f02d.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:26 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-01-23 17:56:36 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (16.9ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (32.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:56:36.300629' and ends_at >= '2016-01-23 23:56:36.300629') Completed 200 OK in 122ms (Views: 103.9ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/dashboard.self-3c24e4be4219e444d5e706faff90d5900ee8956a0094735a192517e2853f5238.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:36 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-01-23 17:56:37 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:8080/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 17:56:37 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.8ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (91.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:56:37.454539' and ends_at >= '2016-01-23 23:56:37.454539') Completed 200 OK in 182ms (Views: 159.7ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/projects/edit.self-71c44c7199e3e49b47e235a35caad6671cca2100d3c2187b3ed146368eae6e58.js?body=1" for 127.0.0.1 at 2016-01-23 17:56:37 -0600 Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 17:56:46 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"06XlaxjYsvJz3eHR7D3ZBiFyDhl/HTubV/NS6MP5TtGLSDcRKVHSCkg2n5t7AzegLSDZRqLWC7x2QpBxGCwfDA==", "project"=>{"goal"=>"250", "online_days"=>"1"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "goal" = ?, "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["goal", 250.0], ["online_days", 1], ["updated_at", "2016-01-23 23:56:46.040350"], ["id", 1]]  (148.4ms) commit transaction Redirected to http://localhost:8080/projects/1/edit#goal Completed 302 Found in 163ms (ActiveRecord: 149.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 17:56:46 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (30.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (64.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:56:46.303373' and ends_at >= '2016-01-23 23:56:46.303373') Completed 200 OK in 132ms (Views: 124.7ms | ActiveRecord: 1.3ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 17:56:53 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Od7keaIW7qsG8PKaUMZTnk7ozWaNJd0mvsHA8MDaN9hhMzYDk5+OUz0bjNDH+L04QroaOVDu7QGfcAJpGw9mBQ==", "project"=>{"about"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"description", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "about" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["about", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-23 23:56:53.827083"], ["id", 1]]  (728.8ms) commit transaction Redirected to http://localhost:8080/projects/1/edit#description Completed 302 Found in 741ms (ActiveRecord: 729.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 17:56:54 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (49.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:56:54.658841' and ends_at >= '2016-01-23 23:56:54.658841') Completed 200 OK in 117ms (Views: 112.1ms | ActiveRecord: 1.1ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 17:56:59 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0FlurKEw3pmypcvYrP63ZywKWHU3DxDIjBuMh5NUv4uItLzWkLm+YYlOtZI7wFnBIFiPKurEIO+tqk4eSIHuVg==", "project"=>{"video_url"=>"https://www.youtube.com/watch?v=63iLLXJ7oic"}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "video_url" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["video_url", "https://www.youtube.com/watch?v=63iLLXJ7oic"], ["updated_at", "2016-01-23 23:56:59.644554"], ["id", 1]]  (243.4ms) commit transaction Redirected to http://localhost:8080/projects/1/edit#video Completed 302 Found in 256ms (ActiveRecord: 244.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 17:56:59 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (44.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:56:59.991052' and ends_at >= '2016-01-23 23:56:59.991052') Completed 200 OK in 115ms (Views: 105.9ms | ActiveRecord: 1.5ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 17:57:03 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EdlceqAcohodiecIqr0m5DGZFgl7nkq8/S8MA5g2/PBJNI4AkZXC4iZimUI9g8hCPcvBVqZVepvcns6aQ+OtLQ==", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "budget" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["budget", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-01-23 23:57:03.446042"], ["id", 1]]  (158.0ms) commit transaction Redirected to http://localhost:8080/projects/1/edit#budget Completed 302 Found in 172ms (ActiveRecord: 159.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 17:57:03 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (52.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:57:03.709723' and ends_at >= '2016-01-23 23:57:03.709723') Completed 200 OK in 121ms (Views: 115.8ms | ActiveRecord: 1.1ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 17:57:20 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"47t0GbCQXqK/0ByTUw05BAQhjXoOhm+v3eF94gX1u1i7VqZjgRk+WoQ7YtnEM9eiCHNaJdNNX4j8UL973iDqhQ==", "project"=>{"project_img"=>#, @original_filename="circus.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"circus.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"This is headline"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "hatchy_projects" SET "headline" = ?, "project_img" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["headline", "This is headline"], ["project_img", "circus.jpg"], ["updated_at", "2016-01-23 23:57:20.114176"], ["id", 1]]  (180.0ms) commit transaction Redirected to http://localhost:8080/projects/1/edit#project_card Completed 302 Found in 242ms (ActiveRecord: 180.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 17:57:20 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.7ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (47.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:57:20.405441' and ends_at >= '2016-01-23 23:57:20.405441') Completed 200 OK in 119ms (Views: 110.9ms | ActiveRecord: 1.3ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 17:57:37 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"R5UonakjY3r5CqkqohLcVx4e5z2Nx2mVwFLUOYQFmBwfePrnmKoDgsLh12A1LDLxEkwwYlAMWbLh4xagX9DJwQ==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"", "deliver_at(2i)"=>"", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"1"}, "1"=>{"min_value"=>"27", "deliver_at(1i)"=>"", "deliver_at(2i)"=>"", "deliver_at(3i)"=>"1", "description"=>"i will never give you reward lel", "max_contributions"=>"", "_destroy"=>"false"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_rewards" ("description", "min_value", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["description", "i will never give you reward lel"], ["min_value", 27.0], ["project_id", 1], ["created_at", "2016-01-23 23:57:37.288825"], ["updated_at", "2016-01-23 23:57:37.288825"]]  (272.8ms) commit transaction Redirected to http://localhost:8080/projects/1/edit#rewards Completed 302 Found in 292ms (ActiveRecord: 274.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 17:57:37 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (15.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (37.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (69.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:57:37.689062' and ends_at >= '2016-01-23 23:57:37.689062') Completed 200 OK in 152ms (Views: 145.9ms | ActiveRecord: 1.0ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 17:57:52 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Yd/qEbXXfvNlK0H9XfzT5UydrkaAr0XMwrn8UEaeTIk5MjhrhF4eC17AP7fKwj1DQM95GV1kdevjCD7JnUsdVA==", "project"=>{"rewards_attributes"=>{"0"=>{"min_value"=>"10.0", "deliver_at(1i)"=>"", "deliver_at(2i)"=>"", "deliver_at(3i)"=>"1", "description"=>"No reward contributions", "max_contributions"=>"", "_destroy"=>"false", "id"=>"1"}, "1"=>{"min_value"=>"27.0", "deliver_at(1i)"=>"2016", "deliver_at(2i)"=>"6", "deliver_at(3i)"=>"1", "description"=>"i will never give you reward lel", "max_contributions"=>"", "_destroy"=>"false", "id"=>"2"}, "2"=>{"min_value"=>"", "deliver_at(1i)"=>"", "deliver_at(2i)"=>"", "deliver_at(3i)"=>"1", "description"=>"", "max_contributions"=>"", "_destroy"=>"1"}}}, "anchor"=>"rewards", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" IN (1, 2) [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_rewards" SET "deliver_at" = ?, "updated_at" = ? WHERE "hatchy_rewards"."id" = ? [["deliver_at", "2016-06-01 05:00:00.000000"], ["updated_at", "2016-01-23 23:57:52.501760"], ["id", 2]]  (168.2ms) commit transaction Redirected to http://localhost:8080/projects/1/edit#rewards Completed 302 Found in 185ms (ActiveRecord: 169.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 17:57:52 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (60.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:57:52.780179' and ends_at >= '2016-01-23 23:57:52.780179') Completed 200 OK in 132ms (Views: 126.5ms | ActiveRecord: 1.1ms) Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-01-23 17:57:57 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.2ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "analysis"], ["updated_at", "2016-01-23 23:57:57.544564"], ["id", 1]]  (156.2ms) commit transaction Redirected to http://localhost:8080/projects/1/edit#analysis_success Completed 302 Found in 175ms (ActiveRecord: 157.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 17:57:57 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (47.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (111.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:57:57.857039' and ends_at >= '2016-01-23 23:57:57.857039') Completed 200 OK in 183ms (Views: 176.0ms | ActiveRecord: 1.6ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-23 17:58:01 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (3.6ms) Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:58:01.502876' and ends_at >= '2016-01-23 23:58:01.502876') Completed 200 OK in 79ms (Views: 74.7ms | ActiveRecord: 0.7ms) Started GET "/admin" for 127.0.0.1 at 2016-01-23 17:58:07 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:58:07.758316' and ends_at >= '2016-01-23 23:58:07.758316') Completed 200 OK in 116ms (Views: 109.6ms | ActiveRecord: 2.3ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-23 17:58:09 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:58:09.364872' and ends_at >= '2016-01-23 23:58:09.364872') Completed 200 OK in 96ms (Views: 93.3ms | ActiveRecord: 0.3ms) Started GET "/assets/dataTables/sort_both-624f0a471a2535c4754e1f6974b0e64ee70d6907738346e2a11d0bff20258b8c.png" for 127.0.0.1 at 2016-01-23 17:58:09 -0600 Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453593489484" for 127.0.0.1 at 2016-01-23 17:58:09 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453593489484", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 50ms (Views: 42.1ms | ActiveRecord: 0.9ms) Started GET "/assets/dataTables/sort_asc-ee6010bb0a8d17e58307136a0fbf0b196d949ab6c50eb66d1ff8f0a7d2a4d48b.png" for 127.0.0.1 at 2016-01-23 17:58:09 -0600 Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-23 17:58:11 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (15.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (25.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:58:11.738465' and ends_at >= '2016-01-23 23:58:11.738465') Completed 200 OK in 105ms (Views: 101.6ms | ActiveRecord: 0.8ms) Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-01-23 17:58:16 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"XAwKRUbU5Xvmechq9JhY3i3PvdEcAVunoLvRmSSiVVsE4dg/d12Fg92StiBjprZ4IZ1qjsHKa4CBChMA/3cEhg==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "approved"], ["updated_at", "2016-01-23 23:58:16.759824"], ["id", 1]]  (173.7ms) commit transaction Redirected to http://localhost:8080/admin/projects/1 Completed 302 Found in 188ms (ActiveRecord: 174.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-23 17:58:16 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (10.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-23 23:58:17.000645' and ends_at >= '2016-01-23 23:58:17.000645') Completed 200 OK in 94ms (Views: 90.0ms | ActiveRecord: 1.0ms) Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-01-23 18:01:31 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"2dpCimOPW40dgLLWaYHaQf9CDzon2GckcleDelE39ZyBN5DwUgY7dSZrzJz+vzTn8xDYZfoTVwNT5kHjiuKkQQ==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 Redirected to http://localhost:8080/admin/projects/1 Completed 302 Found in 11ms (ActiveRecord: 0.7ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-23 18:01:31 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.4ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:01:31.762922' and ends_at >= '2016-01-24 00:01:31.762922') Completed 200 OK in 86ms (Views: 83.1ms | ActiveRecord: 0.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-23 18:01:37 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:8080/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:01:37 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (75.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:01:37.523546' and ends_at >= '2016-01-24 00:01:37.523546') Completed 200 OK in 153ms (Views: 146.8ms | ActiveRecord: 1.5ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 18:01:48 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ACK6XYZbX46He7nzFXJ4LzIB6NeZgL6CVGYHtAhNFnNYz2gnt9I/dryQx7mCTJaJPlM/iERLjqV118Ut05hHrg==", "project"=>{"account_attributes"=>{"account_type"=>"Individuals", "owner_name"=>"test", "email"=>"test@mail.com", "phone"=>"123123", "owner_document"=>"test123", "bank_id"=>"2", "account"=>"123", "account_digit"=>"F123", "address_street"=>"Fake st", "address_city"=>"Fake city", "address_state"=>"Fake state", "address_number"=>"123", "address_zip"=>"F124"}}, "anchor"=>"account", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_project_accounts" ("account", "account_digit", "account_type", "address_city", "address_number", "address_state", "address_street", "address_zip", "bank_id", "email", "owner_document", "owner_name", "phone", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["account", "123"], ["account_digit", "F123"], ["account_type", "Individuals"], ["address_city", "Fake city"], ["address_number", "123"], ["address_state", "Fake state"], ["address_street", "Fake st"], ["address_zip", "F124"], ["bank_id", 2], ["email", "test@mail.com"], ["owner_document", "test123"], ["owner_name", "test"], ["phone", "123123"], ["project_id", 1], ["created_at", "2016-01-24 00:01:48.180014"], ["updated_at", "2016-01-24 00:01:48.180014"]]  (237.2ms) commit transaction Redirected to http://localhost:8080/projects/1/edit#account Completed 302 Found in 254ms (ActiveRecord: 238.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:01:48 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (64.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:01:48.535252' and ends_at >= '2016-01-24 00:01:48.535252') Completed 200 OK in 147ms (Views: 134.6ms | ActiveRecord: 2.2ms) Started GET "/projects/1/publish" for 127.0.0.1 at 2016-01-23 18:01:54 -0600 Processing by Hatchy::ProjectsController#publish as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.0ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "online"], ["online_date", "2016-01-24 00:01:54.279236"], ["expires_at", "2016-01-25 00:01:54.279236"], ["updated_at", "2016-01-24 00:01:54.279929"], ["id", 1]]  (188.7ms) commit transaction Redirected to http://localhost:8080/projects/1 Completed 302 Found in 205ms (ActiveRecord: 190.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-23 18:01:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:8080/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:01:54 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.7ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (66.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:01:54.600300' and ends_at >= '2016-01-24 00:01:54.600300') Completed 200 OK in 140ms (Views: 129.9ms | ActiveRecord: 1.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:04:55 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (73.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:04:55.514246' and ends_at >= '2016-01-24 00:04:55.514246') Completed 200 OK in 142ms (Views: 136.1ms | ActiveRecord: 1.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:05:10 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (70.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:05:10.639821' and ends_at >= '2016-01-24 00:05:10.639821') Completed 200 OK in 137ms (Views: 129.4ms | ActiveRecord: 1.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:05:47 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (74.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:05:47.943022' and ends_at >= '2016-01-24 00:05:47.943022') Completed 200 OK in 147ms (Views: 140.9ms | ActiveRecord: 1.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:07:26 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (68.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:07:26.645363' and ends_at >= '2016-01-24 00:07:26.645363') Completed 200 OK in 134ms (Views: 128.3ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 18:08:01 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (1.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:08:01.658610' and ends_at >= '2016-01-24 00:08:01.658610') Completed 200 OK in 86ms (Views: 81.2ms | ActiveRecord: 2.0ms) Started GET "/assets/hatchy/projects/show.self-8c8a46cf03443ce1d31133c9023ce452ac60028b1734f0fceb46d7ab762aca34.js?body=1" for 127.0.0.1 at 2016-01-23 18:08:01 -0600 Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:09:26 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (67.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:09:26.970156' and ends_at >= '2016-01-24 00:09:26.970156') Completed 200 OK in 136ms (Views: 128.8ms | ActiveRecord: 1.4ms) Started GET "/" for 127.0.0.1 at 2016-01-23 18:10:30 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.6ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:10:30.831975' and ends_at >= '2016-01-24 00:10:30.831975') Completed 200 OK in 79ms (Views: 77.7ms | ActiveRecord: 0.4ms) Started GET "/admin" for 127.0.0.1 at 2016-01-23 18:10:33 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:10:33.842919' and ends_at >= '2016-01-24 00:10:33.842919') Completed 200 OK in 89ms (Views: 78.4ms | ActiveRecord: 2.3ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-23 18:10:36 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (2.5ms) Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:10:36.116375' and ends_at >= '2016-01-24 00:10:36.116375') Completed 200 OK in 83ms (Views: 79.6ms | ActiveRecord: 0.6ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-23 18:10:37 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:8080/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:10:37 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (62.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:10:37.143739' and ends_at >= '2016-01-24 00:10:37.143739') Completed 200 OK in 127ms (Views: 122.4ms | ActiveRecord: 1.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:10:58 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (65.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:10:58.289510' and ends_at >= '2016-01-24 00:10:58.289510') Completed 200 OK in 133ms (Views: 124.6ms | ActiveRecord: 1.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:15:34 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (30.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (9.9ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (22.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (35.8ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (20.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (66.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (48.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (565.3ms) Completed 500 Internal Server Error in 685ms (ActiveRecord: 5.3ms) ActionView::Template::Error (Inconsistent indentation: " \t" used for indentation, but the rest of the document was indented using 2 spaces.): 6: %hr 7: .col-md-12 8: = form_for @project, html:{class: "form-horizontal"} do |f| 9: = fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9 haml (4.0.7) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.7) lib/haml/parser.rb:152:in `instance_eval' haml (4.0.7) lib/haml/parser.rb:152:in `tabs' haml (4.0.7) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.7) lib/haml/parser.rb:122:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml___976051675116510033_65998580' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (42.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:15:50 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (21.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (78.4ms) Completed 500 Internal Server Error in 90ms (ActiveRecord: 1.4ms) ActionView::Template::Error (undefined method `errors' for nil:NilClass): 7: .col-md-12 8: = form_for @project, html:{class: "form-horizontal"} do |f| 9: = fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:8:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___4244073596787761206_83186800' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___4244073596787761206_83186800' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___4244073596787761206_83186800' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml___976051675116510033_65998580' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:16:58 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.7ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (85.1ms) Completed 500 Internal Server Error in 173ms (ActiveRecord: 4.6ms) ActionView::Template::Error (undefined method `errors' for nil:NilClass): 7: .col-md-12 8: = form_for @project, html:{class: "form-horizontal"} do |f| 9: = fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:8:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___4244073596787761206_83186800' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___4244073596787761206_83186800' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___4244073596787761206_83186800' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml___976051675116510033_65998580' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:18:12 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (63.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (5.7ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (16.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (53.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (58.3ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (476.0ms) Completed 500 Internal Server Error in 611ms (ActiveRecord: 5.7ms) ActionView::Template::Error (undefined method `title' for #): 9: = f.fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do 14: .col-sm-8 15: = f.text_area :content, class: "summernote" activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:12:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_44819220' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_44819220' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1925:in `block in fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1924:in `fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1910:in `block in fields_for_with_nested_attributes' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1908:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_44819220' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_44819220' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml__802109934978454224_27379860' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:18:51 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.8ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.5ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (67.1ms) Completed 500 Internal Server Error in 79ms (ActiveRecord: 2.1ms) ActionView::Template::Error (undefined method `title' for #): 9: = f.fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do 14: .col-sm-8 15: = f.text_area :content, class: "summernote" activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:12:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_44819220' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_44819220' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1925:in `block in fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1924:in `fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1910:in `block in fields_for_with_nested_attributes' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1908:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_44819220' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_44819220' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml__802109934978454224_27379860' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (16.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:19:08 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.3ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (76.9ms) Completed 500 Internal Server Error in 87ms (ActiveRecord: 1.5ms) ActionView::Template::Error (undefined method `content' for #): 9: = f.fields_for :posts do |p| 10: = form_group_for p, :content do 11: .col-sm-8 12: = f.text_area :content, class: "summernote" 13: .form-group 14: .col-sm-offset-2.col-sm-10 15: = hidden_field_tag 'anchor', 'post' activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_area.rb:17:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_area.rb:17:in `delete' actionview (4.2.5) lib/action_view/helpers/tags/text_area.rb:17:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:886:in `text_area' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_area' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:12:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_49726160' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_49726160' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1925:in `block in fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1924:in `fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1910:in `block in fields_for_with_nested_attributes' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1908:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_49726160' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_49726160' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml__802109934978454224_27379860' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:19:13 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.4ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (76.1ms) Completed 500 Internal Server Error in 86ms (ActiveRecord: 1.3ms) ActionView::Template::Error (undefined method `title' for #): 9: = f.fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do 14: .col-sm-8 15: = f.text_area :content, class: "summernote" activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:12:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_49777660' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_49777660' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1925:in `block in fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1924:in `fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1910:in `block in fields_for_with_nested_attributes' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1908:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_49777660' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3780689552832989199_49777660' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml__802109934978454224_27379860' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.5ms) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1 Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:23:53 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (31.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (9.8ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (21.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (36.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (19.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (63.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (48.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (568.5ms) Completed 500 Internal Server Error in 701ms (ActiveRecord: 5.6ms) ActionView::Template::Error (undefined method `title' for #): 9: = f.fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do 14: .col-sm-8 15: = f.text_area :content, class: "summernote" activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:12:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_73915880' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_73915880' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1925:in `block in fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1924:in `fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1910:in `block in fields_for_with_nested_attributes' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1908:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_73915880' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_73915880' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml___1620137169236195049_62419440' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:25:39 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.8ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (72.4ms) Completed 500 Internal Server Error in 82ms (ActiveRecord: 1.4ms) ActionView::Template::Error (undefined method `title' for #): 9: = f.fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do 14: .col-sm-8 15: = f.text_area :content, class: "summernote" activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:12:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_76139200' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_76139200' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1925:in `block in fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1924:in `fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1910:in `block in fields_for_with_nested_attributes' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1908:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_76139200' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_76139200' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml___1620137169236195049_62419440' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:25:50 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (14.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (35.4ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (87.7ms) Completed 500 Internal Server Error in 99ms (ActiveRecord: 1.4ms) ActionView::Template::Error (undefined method `errors' for nil:NilClass): 7: .col-md-12 8: = form_for @project, html:{class: "form-horizontal"} do |f| 9: = f.fields_for :post do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:8:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_85346820' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1599:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_85346820' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_85346820' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml___1620137169236195049_62419440' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:25:55 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (10.9ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (66.1ms) Completed 500 Internal Server Error in 78ms (ActiveRecord: 1.4ms) ActionView::Template::Error (undefined method `title' for #): 9: = f.fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do 14: .col-sm-8 15: = f.text_area :content, class: "summernote" activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:12:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_74756320' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_74756320' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1925:in `block in fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1924:in `fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1910:in `block in fields_for_with_nested_attributes' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1908:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_74756320' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_74756320' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml___1620137169236195049_62419440' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:27:00 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.5ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.6ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (84.6ms) Completed 500 Internal Server Error in 183ms (ActiveRecord: 5.0ms) ActionView::Template::Error (undefined method `title' for #): 9: = f.fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do 14: .col-sm-8 15: = f.text_area :content, class: "summernote" activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:12:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_74756320' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_74756320' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1925:in `block in fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1924:in `fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1910:in `block in fields_for_with_nested_attributes' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1908:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_74756320' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml___936620121091619900_74756320' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml___1620137169236195049_62419440' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:28:53 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (30.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (10.0ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (23.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (36.1ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (21.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (65.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (52.6ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (585.7ms) Completed 500 Internal Server Error in 718ms (ActiveRecord: 5.7ms) ActionView::Template::Error (undefined method `title' for #): 9: = f.fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do 14: .col-sm-8 15: = f.text_area :content, class: "summernote" activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:12:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__4227417329796697915_75604120' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__4227417329796697915_75604120' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1925:in `block in fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1924:in `fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1910:in `block in fields_for_with_nested_attributes' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1908:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__4227417329796697915_75604120' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__4227417329796697915_75604120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml___1795671427060509428_21714000' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:29:07 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (69.4ms) Completed 500 Internal Server Error in 81ms (ActiveRecord: 1.7ms) ActionView::Template::Error (undefined method `title' for #): 9: = f.fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do 14: .col-sm-8 15: = f.text_area :content, class: "summernote" activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:12:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__4227417329796697915_75604120' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__4227417329796697915_75604120' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1925:in `block in fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1924:in `fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1910:in `block in fields_for_with_nested_attributes' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1908:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__4227417329796697915_75604120' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__4227417329796697915_75604120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml___1795671427060509428_21714000' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:29:30 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (29.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (12.3ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (22.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (35.0ms) Hatchy::Reward Load (0.7ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (20.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (64.0ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (48.8ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (567.8ms) Completed 500 Internal Server Error in 699ms (ActiveRecord: 6.8ms) ActionView::Template::Error (undefined method `title' for #): 9: = f.fields_for :posts do |p| 10: = form_group_for p, :title do 11: .col-sm-8 12: = f.text_field :title, class: "form-control" 13: = form_group_for p, :content do 14: .col-sm-8 15: = f.text_area :content, class: "summernote" activemodel (4.2.5) lib/active_model/attribute_methods.rb:433:in `method_missing' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `public_send' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.2.5) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `block in render' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `fetch' actionview (4.2.5) lib/action_view/helpers/tags/text_field.rb:13:in `render' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:787:in `text_field' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1323:in `text_field' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:12:in `block (3 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3423963764405126486_70846860' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:11:in `block in form_group_for' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/tag_helper.rb:106:in `content_tag' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/form_helper.rb:9:in `form_group_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:10:in `block (2 levels) in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3423963764405126486_70846860' haml (4.0.7) lib/haml/helpers.rb:368:in `call' haml (4.0.7) lib/haml/helpers.rb:368:in `block in capture_haml' haml (4.0.7) lib/haml/helpers.rb:608:in `with_haml_buffer' haml (4.0.7) lib/haml/helpers.rb:364:in `capture_haml' haml (4.0.7) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1925:in `block in fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:714:in `fields_for' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1924:in `fields_for_nested_model' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1910:in `block in fields_for_with_nested_attributes' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1908:in `fields_for_with_nested_attributes' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:1582:in `fields_for' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:9:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3423963764405126486_70846860' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.7) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:8:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3423963764405126486_70846860' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml__1963962696021464503_59602620' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:29:53 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.2ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.9ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (71.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:29:53.868750' and ends_at >= '2016-01-24 00:29:53.868750') Completed 200 OK in 176ms (Views: 166.6ms | ActiveRecord: 1.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:30:14 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.8ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (71.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:30:14.245343' and ends_at >= '2016-01-24 00:30:14.245343') Completed 200 OK in 144ms (Views: 129.6ms | ActiveRecord: 1.7ms) Started GET "/" for 127.0.0.1 at 2016-01-23 18:32:01 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (8.3ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:32:01.483913' and ends_at >= '2016-01-24 00:32:01.483913') Completed 200 OK in 73ms (Views: 71.8ms | ActiveRecord: 0.6ms) Started GET "/explore" for 127.0.0.1 at 2016-01-23 18:32:02 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-19 00:32:02.967729' AND '2016-01-24 00:32:02.968104') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (19.4ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:32:03.016298' and ends_at >= '2016-01-24 00:32:03.016298') Completed 200 OK in 84ms (Views: 80.5ms | ActiveRecord: 1.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-23 18:32:04 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:8080/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:32:04 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.0ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (73.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:32:04.164621' and ends_at >= '2016-01-24 00:32:04.164621') Completed 200 OK in 155ms (Views: 149.5ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 18:32:06 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (38.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:32:06.472439' and ends_at >= '2016-01-24 00:32:06.472439') Completed 200 OK in 118ms (Views: 111.8ms | ActiveRecord: 1.7ms) Started GET "/projects/1/contributions/new?reward_id=2" for 127.0.0.1 at 2016-01-23 18:32:10 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 2]] Hatchy::Reward Load (0.6ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (61.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (66.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:32:10.220089' and ends_at >= '2016-01-24 00:32:10.220089') Completed 200 OK in 164ms (Views: 139.3ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/projects/contributions/new_contribution.self-08af685c5809a3ebc1a8a19d12bd084ae3af04db7de6179c899e3ccb9b7eb3a6.js?body=1" for 127.0.0.1 at 2016-01-23 18:32:10 -0600 Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-01-23 18:32:14 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9YGqNt9EGt2sbLCHijx6tzYGc4Wu20ehyVLRfQe7xWWtbHhM7s16JZeHzs0dApQROlSk2nMQd4bo4xPk3G6UuA==", "contribution"=>{"value"=>"27.0", "reward_id"=>"2"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "created_at", "updated_at", "status", "step") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 2], ["value", 27.0], ["project_id", 1], ["user_id", 1], ["created_at", "2016-01-24 00:32:14.893830"], ["updated_at", "2016-01-24 00:32:14.893830"], ["status", "pending"], ["step", "reward_data"]]  (202.0ms) commit transaction Redirected to http://localhost:8080/projects/1/contributions/1/edit Completed 302 Found in 216ms (ActiveRecord: 203.0ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-23 18:32:15 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (39.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (55.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:32:15.205795' and ends_at >= '2016-01-24 00:32:15.205795') Completed 200 OK in 126ms (Views: 116.2ms | ActiveRecord: 2.6ms) Started GET "/assets/hatchy/projects/contributions/edit_contribution.self-cc839ff3c2630f364238b82be699d1798701870b245914060ca65433e27e36c8.js?body=1" for 127.0.0.1 at 2016-01-23 18:32:15 -0600 Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-01-23 18:33:06 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (22.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (30.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:33:06.766008' and ends_at >= '2016-01-24 00:33:06.766008') Completed 200 OK in 93ms (Views: 87.8ms | ActiveRecord: 1.8ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-23 18:33:09 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (5.9ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (29.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:33:10.019042' and ends_at >= '2016-01-24 00:33:10.019042') Completed 200 OK in 98ms (Views: 93.5ms | ActiveRecord: 1.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-23 18:33:10 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:8080/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:33:10 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (17.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (87.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:33:11.022983' and ends_at >= '2016-01-24 00:33:11.022983') Completed 200 OK in 162ms (Views: 155.6ms | ActiveRecord: 1.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:38:55 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (38.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (105.7ms) Completed 500 Internal Server Error in 119ms (ActiveRecord: 1.6ms) ActionView::Template::Error (The line was indented 2 levels deeper than the previous line.): 24: .row 25: %hr 26: .text-center 27: %h2 Old Posts 28: .col-md-12 29: - @project.posts.order('created_at DESC').each do |post| 30: %p= post.title /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:27 haml (4.0.7) lib/haml/parser.rb:128:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml__1963962696021464503_59602620' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:39:03 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.5ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (77.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:39:03.777027' and ends_at >= '2016-01-24 00:39:03.777027') Completed 200 OK in 146ms (Views: 135.3ms | ActiveRecord: 1.9ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 18:39:17 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TVesRPtovg0MjUf2r98vaNB/8FPePZX+4s10kWNmup4Vun4+yuHe9TdmObw44cHO3C0nDAP2pdnDfLYIuLPrQw==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"Example", "content"=>"

This is an example post lel

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) rollback transaction Redirected to http://localhost:8080/projects/1/edit#post Completed 302 Found in 31ms (ActiveRecord: 1.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:39:17 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.9ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (82.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:39:17.810487' and ends_at >= '2016-01-24 00:39:17.810487') Completed 200 OK in 158ms (Views: 150.9ms | ActiveRecord: 1.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:40:11 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (21.3ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (95.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:40:11.513228' and ends_at >= '2016-01-24 00:40:11.513228') Completed 200 OK in 265ms (Views: 166.5ms | ActiveRecord: 5.3ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 18:40:16 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"shUWbvYkYd2fLxWgJtNKyoST7NqcRqozYGZeR3GjY5bq+MQUx60BJaTEa+qx7aRsiME7hUGNmhRB15zeqnYySw==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"Example", "content"=>"

eee

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) rollback transaction Redirected to http://localhost:8080/projects/1/edit#post Completed 302 Found in 19ms (ActiveRecord: 1.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:40:16 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (78.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:40:16.787560' and ends_at >= '2016-01-24 00:40:16.787560') Completed 200 OK in 146ms (Views: 138.8ms | ActiveRecord: 1.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:40:38 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (30.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (9.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (22.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (36.7ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (20.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (64.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (49.3ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (577.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (22.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:40:38.947481' and ends_at >= '2016-01-24 00:40:38.947481') Completed 200 OK in 825ms (Views: 698.1ms | ActiveRecord: 6.5ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 18:40:48 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iaTgsroWzXT+NJqNi9mLrj1KVvnCts/LWpcdPT+vlqvRSTLIi5+tjMXf5Mcc52UIMRiBph99/+x7Jt+k5HrHdg==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"Example", "content"=>"

this is an example

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) rollback transaction Redirected to http://localhost:8080/projects/1/edit#post Completed 302 Found in 24ms (ActiveRecord: 1.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:40:48 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (35.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.0ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (85.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:40:48.644618' and ends_at >= '2016-01-24 00:40:48.644618') Completed 200 OK in 160ms (Views: 151.7ms | ActiveRecord: 1.7ms) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1 Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."id" ASC LIMIT 1 Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:43:12 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (29.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (9.5ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (22.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (36.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (20.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (63.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (47.5ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (589.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (18.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:43:13.020202' and ends_at >= '2016-01-24 00:43:13.020202') Completed 200 OK in 843ms (Views: 716.5ms | ActiveRecord: 6.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 18:43:27 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SbNOmJX0DHQ3cDAsClG1UHHWTBRO4Xh+TLJcb5iwfl4RXpzipH1sjAybTmadb1v2fYSbS5MqSFltA572Q2Uvgw==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"Example post!", "content"=>"

This is an example post lel

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) rollback transaction Redirected to http://localhost:8080/projects/1/edit#post Completed 302 Found in 23ms (ActiveRecord: 1.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:43:28 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.6ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (76.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:43:28.114202' and ends_at >= '2016-01-24 00:43:28.114202') Completed 200 OK in 144ms (Views: 137.8ms | ActiveRecord: 1.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:49:08 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.2ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.8ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.5ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (87.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:49:08.988097' and ends_at >= '2016-01-24 00:49:08.988097') Completed 200 OK in 242ms (Views: 160.8ms | ActiveRecord: 5.1ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 18:49:17 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cEmysoD/u5NijvmljszWQUG/l1JabC97vDLpctzp0IIopGDIsXbba1llh+8Z8jjnTe1ADYenH1ydgyvrBzyBXw==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"Example", "content"=>"

this is an example

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-01-24 00:49:17.102365"], ["expires_at", "2016-01-25 00:49:17.102365"], ["updated_at", "2016-01-24 00:49:17.103109"], ["id", 1]] SQL (0.3ms) INSERT INTO "hatchy_project_posts" ("title", "content", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Example"], ["content", "

this is an example

"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-01-24 00:49:17.105450"], ["updated_at", "2016-01-24 00:49:17.105450"]]  (258.3ms) commit transaction Redirected to http://localhost:8080/projects/1/edit#post Completed 302 Found in 280ms (ActiveRecord: 260.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:49:17 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.4ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (73.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:49:17.479195' and ends_at >= '2016-01-24 00:49:17.479195') Completed 200 OK in 139ms (Views: 132.6ms | ActiveRecord: 1.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:51:06 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.5ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (19.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (103.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:51:07.306169' and ends_at >= '2016-01-24 00:51:07.306169') Completed 200 OK in 240ms (Views: 167.7ms | ActiveRecord: 4.9ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 18:51:20 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"y9uHMoKM97zjWUcvcLrLdwNE1bLfX5IUTkChSedJ5v6TNlVIswWXRNiyOWXnhCXRDxYC7QKUojNv8WPQPJy3Iw==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"Example 2|", "content"=>"

this is example 2

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-01-24 00:51:20.889282"], ["expires_at", "2016-01-25 00:51:20.889282"], ["updated_at", "2016-01-24 00:51:20.890020"], ["id", 1]] SQL (0.2ms) INSERT INTO "hatchy_project_posts" ("title", "content", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Example 2|"], ["content", "

this is example 2

"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-01-24 00:51:20.891729"], ["updated_at", "2016-01-24 00:51:20.891729"]]  (248.0ms) commit transaction Redirected to http://localhost:8080/projects/1/edit#post Completed 302 Found in 271ms (ActiveRecord: 249.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 18:51:21 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.3ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (70.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 00:51:21.253838' and ends_at >= '2016-01-24 00:51:21.253838') Completed 200 OK in 132ms (Views: 126.5ms | ActiveRecord: 1.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:07:38 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.1ms) Hatchy::Bank Load (0.5ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (22.2ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (89.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:07:38.909839' and ends_at >= '2016-01-24 01:07:38.909839') Completed 200 OK in 173ms (Views: 150.5ms | ActiveRecord: 2.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:09:41 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.6ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (81.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:09:41.771710' and ends_at >= '2016-01-24 01:09:41.771710') Completed 200 OK in 156ms (Views: 147.4ms | ActiveRecord: 1.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:10:29 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (36.6ms) Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.8ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (108.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:10:29.557378' and ends_at >= '2016-01-24 01:10:29.557378') Completed 200 OK in 194ms (Views: 187.3ms | ActiveRecord: 2.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:11:19 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.6ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (88.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:11:19.317586' and ends_at >= '2016-01-24 01:11:19.317586') Completed 200 OK in 169ms (Views: 161.5ms | ActiveRecord: 1.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:11:58 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.4ms) Hatchy::Category Load (0.8ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (14.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (33.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.7ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (96.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:11:58.445209' and ends_at >= '2016-01-24 01:11:58.445209') Completed 200 OK in 169ms (Views: 159.0ms | ActiveRecord: 2.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:12:19 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.2ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (84.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:12:19.869281' and ends_at >= '2016-01-24 01:12:19.869281') Completed 200 OK in 158ms (Views: 151.0ms | ActiveRecord: 1.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:30:10 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.3ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.6ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (86.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:30:11.077594' and ends_at >= '2016-01-24 01:30:11.077594') Completed 200 OK in 156ms (Views: 149.2ms | ActiveRecord: 1.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:30:18 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.6ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (81.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:30:18.405918' and ends_at >= '2016-01-24 01:30:18.405918') Completed 200 OK in 146ms (Views: 139.6ms | ActiveRecord: 1.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:30:26 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (10.9ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (71.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:30:26.705309' and ends_at >= '2016-01-24 01:30:26.705309') Completed 200 OK in 144ms (Views: 137.9ms | ActiveRecord: 1.6ms) Started GET "/" for 127.0.0.1 at 2016-01-23 19:44:38 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (278.6ms) Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (47.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:44:39.268035' and ends_at >= '2016-01-24 01:44:39.268035') Completed 200 OK in 476ms (Views: 455.9ms | ActiveRecord: 3.2ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-23 19:44:47 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (27.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (61.7ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (35.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (121.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:44:47.389528' and ends_at >= '2016-01-24 01:44:47.389528') Completed 200 OK in 259ms (Views: 203.9ms | ActiveRecord: 2.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-23 19:44:48 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:44:48 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (26.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.9ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (33.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (29.5ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (21.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (162.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:44:48.521516' and ends_at >= '2016-01-24 01:44:48.521516') Completed 200 OK in 266ms (Views: 227.4ms | ActiveRecord: 3.2ms) Started GET "/" for 127.0.0.1 at 2016-01-23 19:44:53 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.0ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:44:53.775333' and ends_at >= '2016-01-24 01:44:53.775333') Completed 200 OK in 72ms (Views: 71.1ms | ActiveRecord: 0.4ms) Started GET "/t" for 127.0.0.1 at 2016-01-23 19:44:55 -0600 ActionController::RoutingError (No route matches [GET] "/t"): actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (14.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (216.7ms) Started GET "/projects/new" for 127.0.0.1 at 2016-01-23 19:46:00 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:46:00.677068' and ends_at >= '2016-01-24 01:46:00.677068') Completed 200 OK in 77ms (Views: 73.4ms | ActiveRecord: 0.6ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-23 19:46:01 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (2.9ms) Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:46:01.824523' and ends_at >= '2016-01-24 01:46:01.824523') Completed 200 OK in 79ms (Views: 74.4ms | ActiveRecord: 1.0ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-23 19:46:02 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 7ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:46:02 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (18.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.7ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (97.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:46:02.708821' and ends_at >= '2016-01-24 01:46:02.708821') Completed 200 OK in 170ms (Views: 163.0ms | ActiveRecord: 1.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:46:53 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.9ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.5ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (86.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:46:53.424521' and ends_at >= '2016-01-24 01:46:53.424521') Completed 200 OK in 163ms (Views: 155.9ms | ActiveRecord: 1.6ms) Started GET "/" for 127.0.0.1 at 2016-01-23 19:47:45 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.0ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:47:46.040018' and ends_at >= '2016-01-24 01:47:46.040018') Completed 200 OK in 93ms (Views: 91.4ms | ActiveRecord: 0.4ms) Started GET "/r" for 127.0.0.1 at 2016-01-23 19:47:48 -0600 ActionController::RoutingError (No route matches [GET] "/r"): actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (103.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:48:44 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.4ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (88.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:48:44.188940' and ends_at >= '2016-01-24 01:48:44.188940') Completed 200 OK in 167ms (Views: 156.2ms | ActiveRecord: 2.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:49:02 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.0ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (75.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:49:02.122278' and ends_at >= '2016-01-24 01:49:02.122278') Completed 200 OK in 155ms (Views: 146.2ms | ActiveRecord: 1.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:49:30 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (28.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.0ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (15.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (90.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:49:30.970702' and ends_at >= '2016-01-24 01:49:30.970702') Completed 200 OK in 167ms (Views: 160.5ms | ActiveRecord: 1.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:49:48 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (28.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.5ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (12.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (91.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:49:48.205594' and ends_at >= '2016-01-24 01:49:48.205594') Completed 200 OK in 166ms (Views: 158.1ms | ActiveRecord: 1.6ms) Started GET "/projects/1/posts/1" for 127.0.0.1 at 2016-01-23 19:50:03 -0600 ActionController::RoutingError (No route matches [GET] "/projects/1/posts/1"): actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (104.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:50:12 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.0ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (79.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:50:12.390978' and ends_at >= '2016-01-24 01:50:12.390978') Completed 200 OK in 158ms (Views: 149.5ms | ActiveRecord: 1.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:50:38 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.8ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (75.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:50:38.141252' and ends_at >= '2016-01-24 01:50:38.141252') Completed 200 OK in 141ms (Views: 132.3ms | ActiveRecord: 1.8ms) Started DELETE "/projects/1/posts/2" for 127.0.0.1 at 2016-01-23 19:50:41 -0600 ActionController::RoutingError (uninitialized constant Hatchy::PostsController): activesupport (4.2.5) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.5) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (120.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:50:47 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (75.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:50:47.450672' and ends_at >= '2016-01-24 01:50:47.450672') Completed 200 OK in 155ms (Views: 145.3ms | ActiveRecord: 1.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:51:28 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.6ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (105.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:51:29.238738' and ends_at >= '2016-01-24 01:51:29.238738') Completed 200 OK in 265ms (Views: 180.1ms | ActiveRecord: 5.3ms) Started DELETE "/projects/1/posts/2" for 127.0.0.1 at 2016-01-23 19:51:31 -0600 Processing by Hatchy::Projects::PostsController#destroy as HTML Parameters: {"authenticity_token"=>"m4y8qFG+f0oGPIxwMHhD7UZ4jorZyiOnRd2ti54mc9/DYW7SYDcfsj3X8jqnRq1LSipZ1QQBE4BkbG8SRfMiAg==", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 2]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."id" = ? [["id", 2]]  (188.9ms) commit transaction Completed 500 Internal Server Error in 206ms (ActiveRecord: 189.6ms) NameError (undefined local variable or method `parent' for #): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:7:in `destroy' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (30.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:51:46 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.4ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.9ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.5ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (30.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (19.1ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (111.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:51:46.733115' and ends_at >= '2016-01-24 01:51:46.733115') Completed 200 OK in 269ms (Views: 183.2ms | ActiveRecord: 5.7ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 19:51:57 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aWh5QRm31UlMMR+b/tQQ/l+L80EttssjpfLz9zS9r8cxhas7KD61sXfaYdFp6v5YU9kkHvB9+wSEQzFu72j+Gg==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"A new post", "content"=>"

This is a neew post

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-01-24 01:51:57.816560"], ["expires_at", "2016-01-25 01:51:57.816560"], ["updated_at", "2016-01-24 01:51:57.817828"], ["id", 1]] SQL (0.3ms) INSERT INTO "hatchy_project_posts" ("title", "content", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "A new post"], ["content", "

This is a neew post

"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-01-24 01:51:57.823850"], ["updated_at", "2016-01-24 01:51:57.823850"]]  (236.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 265ms (ActiveRecord: 238.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:51:58 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (28.6ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (87.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:51:58.203025' and ends_at >= '2016-01-24 01:51:58.203025') Completed 200 OK in 160ms (Views: 153.6ms | ActiveRecord: 1.7ms) Started DELETE "/projects/1/posts/3" for 127.0.0.1 at 2016-01-23 19:52:03 -0600 Processing by Hatchy::Projects::PostsController#destroy as HTML Parameters: {"authenticity_token"=>"yJOCiyezMzfmQTwGztr2TgzLC1RMPzaL8Vdz2boS+/OQflDxFjpTz92qQkxZ5BjoAJncC5H0BqzQ5rFAYceqLg==", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"3"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 3]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."id" = ? [["id", 3]]  (167.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#posts Completed 302 Found in 173ms (ActiveRecord: 167.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:52:03 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (3.5ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.0ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (22.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (100.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:52:03.903761' and ends_at >= '2016-01-24 01:52:03.903761') Completed 200 OK in 180ms (Views: 168.5ms | ActiveRecord: 2.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:52:11 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.9ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (82.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:52:12.110218' and ends_at >= '2016-01-24 01:52:12.110218') Completed 200 OK in 158ms (Views: 149.2ms | ActiveRecord: 1.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:52:15 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.9ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (81.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:52:15.956974' and ends_at >= '2016-01-24 01:52:15.956974') Completed 200 OK in 159ms (Views: 150.6ms | ActiveRecord: 2.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:52:27 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.9ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.1ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (30.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (19.8ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (110.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:52:27.546764' and ends_at >= '2016-01-24 01:52:27.546764') Completed 200 OK in 281ms (Views: 194.4ms | ActiveRecord: 5.4ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 19:52:36 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oFtgW57tCqTCZjLZKctCWgO0qSbs0EwOEHiu35Z6bUT4trIhr2RqXPmNTJO+9az8D+Z+eTEbfCkxyWxGTa88mQ==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"A new post", "content"=>"

this is a new post

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-01-24 01:52:36.824435"], ["expires_at", "2016-01-25 01:52:36.824435"], ["updated_at", "2016-01-24 01:52:36.825348"], ["id", 1]] SQL (0.3ms) INSERT INTO "hatchy_project_posts" ("title", "content", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "A new post"], ["content", "

this is a new post

"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-01-24 01:52:36.827709"], ["updated_at", "2016-01-24 01:52:36.827709"]]  (398.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 425ms (ActiveRecord: 400.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:52:37 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.6ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (78.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:52:37.374416' and ends_at >= '2016-01-24 01:52:37.374416') Completed 200 OK in 153ms (Views: 144.1ms | ActiveRecord: 1.7ms) Started DELETE "/projects/1/posts/4" for 127.0.0.1 at 2016-01-23 19:52:40 -0600 Processing by Hatchy::Projects::PostsController#destroy as HTML Parameters: {"authenticity_token"=>"6mvvlIbNUv0nN3xDLr9TxSjSaDyhUdmKHUA8h26nwaOyhj3ut0QyBRzcAgm5gb1jJIC/Y3ya6a088f4etXKQfg==", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]]  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."id" = ? [["id", 4]]  (163.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 169ms (ActiveRecord: 164.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:52:40 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.3ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (84.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:52:41.072453' and ends_at >= '2016-01-24 01:52:41.072453') Completed 200 OK in 158ms (Views: 152.1ms | ActiveRecord: 1.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:55:42 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.1ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (29.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.6ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (36.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (130.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:55:43.125509' and ends_at >= '2016-01-24 01:55:43.125509') Completed 200 OK in 287ms (Views: 199.8ms | ActiveRecord: 5.1ms) Started DELETE "/projects/1/posts/1" for 127.0.0.1 at 2016-01-23 19:55:47 -0600 Processing by Hatchy::Projects::PostsController#destroy as HTML Parameters: {"authenticity_token"=>"5tiesestlhihtSE88o4PQ8d5aBCcoTZIn0K9bSw2F6S+NUzL2qT24JpeX3ZlsOHlyyu/T0FqBm++83/09+NGeQ==", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."id" = ? [["id", 1]]  (161.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 169ms (ActiveRecord: 162.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:55:47 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.6ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (80.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:55:48.017829' and ends_at >= '2016-01-24 01:55:48.017829') Completed 200 OK in 157ms (Views: 149.3ms | ActiveRecord: 1.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 19:56:40 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oAHw5Uq5M8Nke1l5AfHBlE4c8z1mUzPSPHgTsbUN4lv47CKfezBTO1+QJzOWzy8yQk4kYruYA/UdydEobtizhg==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"new post", "content"=>"

this is a new post

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-01-24 01:56:40.730242"], ["expires_at", "2016-01-25 01:56:40.730242"], ["updated_at", "2016-01-24 01:56:40.732529"], ["id", 1]] SQL (0.2ms) INSERT INTO "hatchy_project_posts" ("title", "content", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "new post"], ["content", "

this is a new post

"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-01-24 01:56:40.735584"], ["updated_at", "2016-01-24 01:56:40.735584"]]  (239.8ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 274ms (ActiveRecord: 241.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:56:40 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.9ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (81.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:56:41.116275' and ends_at >= '2016-01-24 01:56:41.116275') Completed 200 OK in 157ms (Views: 146.1ms | ActiveRecord: 1.8ms) Started DELETE "/projects/1/posts/5" for 127.0.0.1 at 2016-01-23 19:56:46 -0600 Processing by Hatchy::Projects::PostsController#destroy as HTML Parameters: {"authenticity_token"=>"JtFTy5zFPugcZ4XsBPMdlBTeJmffJZi/xZG0hPoGhsV+PIGxrUxeECeM+6aTzfMyGIzxOALuqJjkIHYdIdPXGA==", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."id" = ? [["id", 5]]  (230.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 239ms (ActiveRecord: 231.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:56:46 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (32.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (19.9ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (90.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:56:46.742563' and ends_at >= '2016-01-24 01:56:46.742563') Completed 200 OK in 171ms (Views: 161.6ms | ActiveRecord: 1.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 19:58:03 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (44.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.9ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (105.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:58:03.864902' and ends_at >= '2016-01-24 01:58:03.864902') Completed 200 OK in 180ms (Views: 172.0ms | ActiveRecord: 1.7ms) Started GET "/admin" for 127.0.0.1 at 2016-01-23 19:58:52 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.4ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (16.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (21.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:58:52.559049' and ends_at >= '2016-01-24 01:58:52.559049') Completed 200 OK in 150ms (Views: 121.5ms | ActiveRecord: 3.7ms) Started GET "/admin/countries" for 127.0.0.1 at 2016-01-23 19:58:54 -0600 Processing by Hatchy::Admin::CountriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Country"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.9ms) Hatchy::Country Load (2.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (412.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/countries/index.html.haml within layouts/hatchy/admin/admin_layout (423.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:58:54.938130' and ends_at >= '2016-01-24 01:58:54.938130') Completed 200 OK in 519ms (Views: 511.8ms | ActiveRecord: 3.0ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-23 19:58:55 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:58:55.969199' and ends_at >= '2016-01-24 01:58:55.969199') Completed 200 OK in 125ms (Views: 122.8ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453600736101" for 127.0.0.1 at 2016-01-23 19:58:56 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453600736101", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 44ms (Views: 33.4ms | ActiveRecord: 1.6ms) Started GET "/admin/categories" for 127.0.0.1 at 2016-01-23 19:58:57 -0600 Processing by Hatchy::Admin::CategoriesController#index as HTML Parameters: {"class_name"=>"Hatchy::Category"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.1ms) Hatchy::Category Load (8.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (49.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/categories/index.html.haml within layouts/hatchy/admin/admin_layout (58.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:58:57.819540' and ends_at >= '2016-01-24 01:58:57.819540') Completed 200 OK in 213ms (Views: 202.3ms | ActiveRecord: 8.8ms) Started GET "/admin/banks" for 127.0.0.1 at 2016-01-23 19:58:59 -0600 Processing by Hatchy::Admin::BanksController#index as HTML Parameters: {"class_name"=>"Hatchy::Bank"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/banks/index.html.haml within layouts/hatchy/admin/admin_layout (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:58:59.633051' and ends_at >= '2016-01-24 01:58:59.633051') Completed 200 OK in 219ms (Views: 216.4ms | ActiveRecord: 0.6ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-23 19:59:00 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:59:00.314942' and ends_at >= '2016-01-24 01:59:00.314942') Completed 200 OK in 78ms (Views: 75.9ms | ActiveRecord: 0.4ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-23 19:59:02 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:59:02.277952' and ends_at >= '2016-01-24 01:59:02.277952') Completed 200 OK in 86ms (Views: 83.4ms | ActiveRecord: 0.5ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-23 19:59:05 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:59:05.530166' and ends_at >= '2016-01-24 01:59:05.530166') Completed 200 OK in 101ms (Views: 98.6ms | ActiveRecord: 0.3ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453600745653" for 127.0.0.1 at 2016-01-23 19:59:05 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453600745653", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 20ms (Views: 12.2ms | ActiveRecord: 1.3ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-23 19:59:08 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:59:08.283617' and ends_at >= '2016-01-24 01:59:08.283617') Completed 200 OK in 110ms (Views: 105.2ms | ActiveRecord: 0.8ms) Started GET "/admin/announcements/new" for 127.0.0.1 at 2016-01-23 19:59:09 -0600 Processing by Hatchy::Admin::AnnouncementsController#new as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_form.html.haml (50.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/new.html.haml within layouts/hatchy/admin/admin_layout (55.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:59:09.299629' and ends_at >= '2016-01-24 01:59:09.299629') Completed 200 OK in 144ms (Views: 135.6ms | ActiveRecord: 0.5ms) Started POST "/admin/announcements" for 127.0.0.1 at 2016-01-23 19:59:15 -0600 Processing by Hatchy::Admin::AnnouncementsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2qCzpQv9QbYjBIDEenb7V28c24mxBsFYHNIeYHXL7wGCTWHfOnQhThjv/o7tSBXxY04M1mzN8X89Y9z5rh6+3A==", "announcement"=>{"message"=>"This is an announcement", "starts_at(1i)"=>"2016", "starts_at(2i)"=>"1", "starts_at(3i)"=>"23", "starts_at(4i)"=>"19", "starts_at(5i)"=>"00", "ends_at(1i)"=>"2016", "ends_at(2i)"=>"1", "ends_at(3i)"=>"23", "ends_at(4i)"=>"19", "ends_at(5i)"=>"00"}, "commit"=>"Submit", "class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_announcements" ("message", "starts_at", "ends_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["message", "This is an announcement"], ["starts_at", "2016-01-24 01:00:00.000000"], ["ends_at", "2016-01-24 01:00:00.000000"], ["created_at", "2016-01-24 01:59:15.608640"], ["updated_at", "2016-01-24 01:59:15.608640"]]  (272.4ms) commit transaction Redirected to http://localhost:3000/admin/announcements/1 Completed 302 Found in 285ms (ActiveRecord: 273.2ms) Started GET "/admin/announcements/1" for 127.0.0.1 at 2016-01-23 19:59:15 -0600 Processing by Hatchy::Admin::AnnouncementsController#show as HTML Parameters: {"class_name"=>"Hatchy::Announcement", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE "hatchy_announcements"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_show.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/show.html.haml within layouts/hatchy/admin/admin_layout (15.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:59:15.959352' and ends_at >= '2016-01-24 01:59:15.959352') Completed 200 OK in 114ms (Views: 110.8ms | ActiveRecord: 0.5ms) Started GET "/admin/announcements" for 127.0.0.1 at 2016-01-23 19:59:18 -0600 Processing by Hatchy::Admin::AnnouncementsController#index as HTML Parameters: {"class_name"=>"Hatchy::Announcement"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."created_at" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_model_index.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/announcements/index.html.haml within layouts/hatchy/admin/admin_layout (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:59:18.806398' and ends_at >= '2016-01-24 01:59:18.806398') Completed 200 OK in 91ms (Views: 86.6ms | ActiveRecord: 0.6ms) Started GET "/admin" for 127.0.0.1 at 2016-01-23 19:59:23 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:59:23.095174' and ends_at >= '2016-01-24 01:59:23.095174') Completed 200 OK in 100ms (Views: 87.5ms | ActiveRecord: 3.8ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-23 19:59:59 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (5.2ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (25.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 01:59:59.963512' and ends_at >= '2016-01-24 01:59:59.963512') Completed 200 OK in 120ms (Views: 111.2ms | ActiveRecord: 1.6ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-23 20:00:00 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 20:00:00 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (87.0ms) Completed 500 Internal Server Error in 96ms (ActiveRecord: 1.2ms) ActionView::Template::Error (undefined method `empty?' for nil:NilClass): 27: %h2 Old Posts 28: .col-md-12 29: - @posts = @project.posts 30: - if @post.empty? 31: .col-sm-8.col-md-offset-2 32: %p Create a new post to the project 33: - @posts.order('created_at DESC').each do |post| /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml:30:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit__post_html_haml__3263196341566340472_81699580' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_edit_html_haml__1905885929329203637_81803440' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 20:00:16 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (27.1ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (98.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:00:16.222714' and ends_at >= '2016-01-24 02:00:16.222714') Completed 200 OK in 178ms (Views: 169.2ms | ActiveRecord: 2.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 20:02:08 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.4ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.7ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (86.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:02:08.890595' and ends_at >= '2016-01-24 02:02:08.890595') Completed 200 OK in 162ms (Views: 152.2ms | ActiveRecord: 1.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-01-23 20:03:50 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zFewOMx1737PdczfTeY7ev5QpRD/RFenWNicb7Co+3OUumJC/fyPhvSespXa2NXc8gJyTyKPZ4B5aV72a32qrg==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"A new Post", "content"=>"

this is a new post bla blabla

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-01-24 02:03:50.627370"], ["expires_at", "2016-01-25 02:03:50.627370"], ["updated_at", "2016-01-24 02:03:50.628161"], ["id", 1]] SQL (0.1ms) INSERT INTO "hatchy_project_posts" ("title", "content", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "A new Post"], ["content", "

this is a new post bla blabla

"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-01-24 02:03:50.630562"], ["updated_at", "2016-01-24 02:03:50.630562"]]  (267.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 287ms (ActiveRecord: 268.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 20:03:50 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.4ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (28.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (86.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:03:51.035648' and ends_at >= '2016-01-24 02:03:51.035648') Completed 200 OK in 162ms (Views: 155.4ms | ActiveRecord: 1.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 20:03:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:03:57.745827' and ends_at >= '2016-01-24 02:03:57.745827') Completed 200 OK in 106ms (Views: 99.4ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 20:06:04 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (39.7ms) Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined local variable or method `list_view' for #<#:0x00000007ae7750>): 17: %hr 18: .col-md-9 19: %ul.nav.nav-tabs 20: %li{class: "#{current_page?(list_view) ? 'active' : ''}" } 21: = link_to list_view do 22: %i.fa.fa-list 23: %span Index /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml:20:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show_html_haml__3093233292031408340_64431920' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 20:06:12 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (41.2ms) Completed 500 Internal Server Error in 50ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined local variable or method `list_view' for #<#:0x0000000a7017f0>): 18: .col-md-9 19: %ul.nav.nav-tabs 20: %li{class: "actove" } 21: = link_to list_view do 22: %i.fa.fa-list 23: %span Index 24: .col-md-12 /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml:21:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show_html_haml__3093233292031408340_85786120' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 20:06:23 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:06:23.418974' and ends_at >= '2016-01-24 02:06:23.418974') Completed 200 OK in 94ms (Views: 88.4ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 20:07:40 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:07:40.650314' and ends_at >= '2016-01-24 02:07:40.650314') Completed 200 OK in 93ms (Views: 89.1ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 20:07:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:07:53.920220' and ends_at >= '2016-01-24 02:07:53.920220') Completed 200 OK in 96ms (Views: 90.1ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 20:08:46 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:08:46.435637' and ends_at >= '2016-01-24 02:08:46.435637') Completed 200 OK in 111ms (Views: 105.5ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 20:08:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:08:54.000563' and ends_at >= '2016-01-24 02:08:54.000563') Completed 200 OK in 98ms (Views: 93.0ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 20:09:18 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:09:18.308929' and ends_at >= '2016-01-24 02:09:18.308929') Completed 200 OK in 94ms (Views: 86.2ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-01-23 20:09:25 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:09:25.076984' and ends_at >= '2016-01-24 02:09:25.076984') Completed 200 OK in 98ms (Views: 91.4ms | ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2016-01-23 20:31:15 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (282.4ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (51.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:31:15.880575' and ends_at >= '2016-01-24 02:31:15.880575') Completed 200 OK in 498ms (Views: 476.8ms | ActiveRecord: 3.6ms) Started GET "/dashboard" for 127.0.0.1 at 2016-01-23 20:31:25 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (19.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (60.4ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (41.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (122.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:31:25.605684' and ends_at >= '2016-01-24 02:31:25.605684') Completed 200 OK in 265ms (Views: 220.7ms | ActiveRecord: 2.4ms) Started GET "/projects/1" for 127.0.0.1 at 2016-01-23 20:31:29 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-01-23 20:31:29 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (27.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.4ms) Hatchy::Reward Load (0.7ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (39.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (31.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (20.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (171.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:31:29.905354' and ends_at >= '2016-01-24 02:31:29.905354') Completed 200 OK in 277ms (Views: 235.5ms | ActiveRecord: 3.6ms) Started GET "/" for 127.0.0.1 at 2016-01-23 20:31:33 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.3ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:31:33.354343' and ends_at >= '2016-01-24 02:31:33.354343') Completed 200 OK in 75ms (Views: 74.2ms | ActiveRecord: 0.5ms) Started GET "/admin" for 127.0.0.1 at 2016-01-23 20:31:40 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.2ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (17.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (22.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:31:40.653065' and ends_at >= '2016-01-24 02:31:40.653065') Completed 200 OK in 137ms (Views: 122.6ms | ActiveRecord: 2.9ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-23 20:32:01 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:32:01.942838' and ends_at >= '2016-01-24 02:32:01.942838') Completed 200 OK in 93ms (Views: 89.5ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453602722050" for 127.0.0.1 at 2016-01-23 20:32:02 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453602722050", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 38ms (Views: 29.7ms | ActiveRecord: 1.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-23 20:32:04 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (14.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (34.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:32:04.654583' and ends_at >= '2016-01-24 02:32:04.654583') Completed 200 OK in 112ms (Views: 107.1ms | ActiveRecord: 1.1ms) Started GET "/admin/users" for 127.0.0.1 at 2016-01-23 20:34:13 -0600 Processing by Hatchy::Admin::UsersController#index as HTML Parameters: {"class_name"=>"Hatchy::User"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/index.html.haml within layouts/hatchy/admin/admin_layout (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:34:13.778624' and ends_at >= '2016-01-24 02:34:13.778624') Completed 200 OK in 80ms (Views: 77.7ms | ActiveRecord: 0.4ms) Started GET "/admin/users.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453602853871" for 127.0.0.1 at 2016-01-23 20:34:13 -0600 Processing by Hatchy::Admin::UsersController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453602853871", "class_name"=>"Hatchy::User"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_users"  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_users" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY id asc LIMIT 10 OFFSET 0 Completed 200 OK in 16ms (Views: 10.9ms | ActiveRecord: 1.1ms) Started GET "/admin/users/1" for 127.0.0.1 at 2016-01-23 20:34:15 -0600 Processing by Hatchy::Admin::UsersController#show as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_basic_info.html.haml (11.5ms) Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_projects.html.haml (6.7ms) Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/_contributions.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/users/show.html.haml within layouts/hatchy/admin/admin_layout (36.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:34:15.449207' and ends_at >= '2016-01-24 02:34:15.449207') Completed 200 OK in 117ms (Views: 112.0ms | ActiveRecord: 1.1ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-01-23 20:38:34 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:38:34.405704' and ends_at >= '2016-01-24 02:38:34.405704') Completed 200 OK in 86ms (Views: 83.1ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1453603114533" for 127.0.0.1 at 2016-01-23 20:38:34 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1453603114533", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 23ms (Views: 18.8ms | ActiveRecord: 1.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-23 20:38:36 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.5ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (32.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (46.9ms) Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined local variable or method `posts' for #<#:0x000000065c3838>): 7: %th Content 8: 9: %tbody 10: - posts.order('created_at DESC').each do |post| 11: %tr 12: %td= post.id 13: %td= check_box "Private", post.private, checked: post.private, disabled:true /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml:10:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects__posts_html_haml__2379482553450549476_26486520' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml:21:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_admin_projects_show_html_haml__1068758160723570468_53339680' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-23 20:38:46 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.9ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.6ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (26.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:38:46.748308' and ends_at >= '2016-01-24 02:38:46.748308') Completed 200 OK in 104ms (Views: 100.1ms | ActiveRecord: 1.1ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-23 20:39:14 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.6ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (23.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:39:15.057956' and ends_at >= '2016-01-24 02:39:15.057956') Completed 200 OK in 105ms (Views: 101.0ms | ActiveRecord: 1.1ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-01-23 20:39:32 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.9ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.0ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-01-24 02:39:32.346411' and ends_at >= '2016-01-24 02:39:32.346411') Completed 200 OK in 89ms (Views: 83.6ms | ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2016-02-01 02:36:03 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (43.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (638.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (20.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:36:04.533124' and ends_at >= '2016-02-01 08:36:04.533124') Completed 200 OK in 1229ms (Views: 1056.2ms | ActiveRecord: 66.4ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 02:36:08 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.8ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-27 08:36:08.133709' AND '2016-02-01 08:36:08.134037') [["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (89.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:36:08.278452' and ends_at >= '2016-02-01 08:36:08.278452') Completed 200 OK in 222ms (Views: 202.1ms | ActiveRecord: 2.1ms) Started GET "/explore?category_id=13" for 127.0.0.1 at 2016-02-01 02:36:09 -0600 Processing by Hatchy::HomeController#explore as HTML Parameters: {"category_id"=>"13"}  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE (status='online' AND category_id= '13') Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (40.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (93.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:36:09.709370' and ends_at >= '2016-02-01 08:36:09.709370') Completed 200 OK in 183ms (Views: 180.4ms | ActiveRecord: 1.6ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 02:36:10 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (296.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:36:11.232805' and ends_at >= '2016-02-01 08:36:11.232805') Completed 200 OK in 363ms (Views: 358.3ms | ActiveRecord: 2.5ms) Started GET "/assets/hatchy/projects/show.self-f186d86902008c2a9ef1ec0e48c5542514a233f247deb9375ee067079a7bb8a1.js?body=1" for 127.0.0.1 at 2016-02-01 02:36:11 -0600 Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 02:42:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:42:19.814806' and ends_at >= '2016-02-01 08:42:19.814806') Completed 200 OK in 71ms (Views: 67.8ms | ActiveRecord: 0.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-02-01 02:43:18 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (77.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:43:18.313134' and ends_at >= '2016-02-01 08:43:18.313134') Completed 200 OK in 173ms (Views: 156.0ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-02-01 02:43:23 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1jLRgygvuCakTJJQ44fnoQPoKN8Onbjg9Ctu4l4bsAhO6kPkI3kyY9WwG/PYBhEkP2nRl6X0ws9+rKoTQ+323g==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["current_sign_in_at", "2016-02-01 08:43:23.932035"], ["sign_in_count", 2], ["updated_at", "2016-02-01 08:43:23.933224"], ["id", 1]]  (142.4ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 285ms (ActiveRecord: 143.7ms) Started GET "/" for 127.0.0.1 at 2016-02-01 02:43:24 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.5ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:43:24.168148' and ends_at >= '2016-02-01 08:43:24.168148') Completed 200 OK in 71ms (Views: 69.6ms | ActiveRecord: 0.6ms) Started GET "/dashboard" for 127.0.0.1 at 2016-02-01 02:43:27 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (18.4ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (25.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (163.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:43:27.437195' and ends_at >= '2016-02-01 08:43:27.437195') Completed 200 OK in 246ms (Views: 240.5ms | ActiveRecord: 1.8ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 02:43:28 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 02:43:28 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.4ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (35.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (17.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (12.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (23.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (45.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (54.6ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (28.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (328.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:43:29.419774' and ends_at >= '2016-02-01 08:43:29.419774') Completed 200 OK in 487ms (Views: 389.0ms | ActiveRecord: 3.7ms) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1 Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Started GET "/explore" for 127.0.0.1 at 2016-02-01 02:45:22 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-27 08:45:22.277528' AND '2016-02-01 08:45:22.277840') [["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (295.4ms) Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (45.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:45:22.706857' and ends_at >= '2016-02-01 08:45:22.706857') Completed 200 OK in 504ms (Views: 477.6ms | ActiveRecord: 5.1ms) Started GET "/explore?category_id=13" for 127.0.0.1 at 2016-02-01 02:45:23 -0600 Processing by Hatchy::HomeController#explore as HTML Parameters: {"category_id"=>"13"}  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.8ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" INNER JOIN "hatchy_category_followers" ON "hatchy_categories"."id" = "hatchy_category_followers"."category_id" WHERE "hatchy_category_followers"."user_id" = ? AND "hatchy_categories"."id" = ? [["user_id", 1], ["id", 13]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE (status='online' AND category_id= '13') Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (19.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (143.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:45:23.832077' and ends_at >= '2016-02-01 08:45:23.832077') Completed 200 OK in 248ms (Views: 244.0ms | ActiveRecord: 2.5ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 02:45:24 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 14ms (ActiveRecord: 0.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 02:45:24 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (24.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (13.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (32.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (28.6ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (20.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (162.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:45:24.848291' and ends_at >= '2016-02-01 08:45:24.848291') Completed 200 OK in 264ms (Views: 221.6ms | ActiveRecord: 3.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:45:26 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:45:26.776342' and ends_at >= '2016-02-01 08:45:26.776342') Completed 200 OK in 73ms (Views: 66.4ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:47:22 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:47:22.086248' and ends_at >= '2016-02-01 08:47:22.086248') Completed 200 OK in 80ms (Views: 75.0ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:47:36 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:47:36.779365' and ends_at >= '2016-02-01 08:47:36.779365') Completed 200 OK in 71ms (Views: 64.8ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:47:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:47:39.463080' and ends_at >= '2016-02-01 08:47:39.463080') Completed 200 OK in 73ms (Views: 67.6ms | ActiveRecord: 0.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:49:13 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:49:13.563533' and ends_at >= '2016-02-01 08:49:13.563533') Completed 200 OK in 78ms (Views: 71.2ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:49:36 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:49:36.482995' and ends_at >= '2016-02-01 08:49:36.482995') Completed 200 OK in 99ms (Views: 94.2ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:50:15 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:50:15.616021' and ends_at >= '2016-02-01 08:50:15.616021') Completed 200 OK in 85ms (Views: 80.0ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:51:16 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (21.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (30.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:51:16.129606' and ends_at >= '2016-02-01 08:51:16.129606') Completed 200 OK in 108ms (Views: 101.6ms | ActiveRecord: 1.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:51:40 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:51:40.452570' and ends_at >= '2016-02-01 08:51:40.452570') Completed 200 OK in 82ms (Views: 77.3ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:52:26 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:52:26.363556' and ends_at >= '2016-02-01 08:52:26.363556') Completed 200 OK in 82ms (Views: 76.5ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:52:56 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:52:56.065183' and ends_at >= '2016-02-01 08:52:56.065183') Completed 200 OK in 84ms (Views: 79.7ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:53:32 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:53:32.157683' and ends_at >= '2016-02-01 08:53:32.157683') Completed 200 OK in 81ms (Views: 75.4ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:53:44 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:53:44.303325' and ends_at >= '2016-02-01 08:53:44.303325') Completed 200 OK in 75ms (Views: 68.9ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:54:15 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:54:15.223953' and ends_at >= '2016-02-01 08:54:15.223953') Completed 200 OK in 76ms (Views: 71.1ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:54:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:54:43.017718' and ends_at >= '2016-02-01 08:54:43.017718') Completed 200 OK in 85ms (Views: 80.1ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:55:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:55:05.899533' and ends_at >= '2016-02-01 08:55:05.899533') Completed 200 OK in 85ms (Views: 80.8ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:55:29 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:55:29.965427' and ends_at >= '2016-02-01 08:55:29.965427') Completed 200 OK in 87ms (Views: 82.7ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:57:28 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:57:28.623629' and ends_at >= '2016-02-01 08:57:28.623629') Completed 200 OK in 81ms (Views: 76.9ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:58:10 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:58:10.271990' and ends_at >= '2016-02-01 08:58:10.271990') Completed 200 OK in 75ms (Views: 71.1ms | ActiveRecord: 0.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:58:33 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:58:33.457003' and ends_at >= '2016-02-01 08:58:33.457003') Completed 200 OK in 83ms (Views: 77.9ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:58:45 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:58:45.948266' and ends_at >= '2016-02-01 08:58:45.948266') Completed 200 OK in 79ms (Views: 75.2ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:58:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:58:57.568017' and ends_at >= '2016-02-01 08:58:57.568017') Completed 200 OK in 70ms (Views: 67.3ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:59:32 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:59:32.068707' and ends_at >= '2016-02-01 08:59:32.068707') Completed 200 OK in 74ms (Views: 69.2ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 02:59:55 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.6ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 08:59:55.557547' and ends_at >= '2016-02-01 08:59:55.557547') Completed 200 OK in 92ms (Views: 88.9ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:00:17 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:00:17.992955' and ends_at >= '2016-02-01 09:00:17.992955') Completed 200 OK in 79ms (Views: 73.4ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:08:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:08:31.945313' and ends_at >= '2016-02-01 09:08:31.945313') Completed 200 OK in 85ms (Views: 80.3ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:12:23 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:12:23.741247' and ends_at >= '2016-02-01 09:12:23.741247') Completed 200 OK in 83ms (Views: 79.0ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/projects/show.self-6888d1426077b53cc57091b780cd1675826c40d90cf131a058f8a2ece2731dc7.js?body=1" for 127.0.0.1 at 2016-02-01 03:12:23 -0600 Started GET "/" for 127.0.0.1 at 2016-02-01 03:12:29 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.8ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:12:29.119100' and ends_at >= '2016-02-01 09:12:29.119100') Completed 200 OK in 75ms (Views: 73.3ms | ActiveRecord: 0.6ms) Started GET "/dashboard" for 127.0.0.1 at 2016-02-01 03:12:32 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.5ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (5.1ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (22.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (41.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:12:32.212457' and ends_at >= '2016-02-01 09:12:32.212457') Completed 200 OK in 113ms (Views: 107.2ms | ActiveRecord: 2.0ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 03:12:33 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:12:33 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (10.5ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (69.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:12:33.300005' and ends_at >= '2016-02-01 09:12:33.300005') Completed 200 OK in 130ms (Views: 124.1ms | ActiveRecord: 1.5ms) Started GET "/admin" for 127.0.0.1 at 2016-02-01 03:12:43 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (16.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (6.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:12:43.806653' and ends_at >= '2016-02-01 09:12:43.806653') Completed 200 OK in 272ms (Views: 261.9ms | ActiveRecord: 2.1ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-02-01 03:12:45 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (22.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:12:45.619849' and ends_at >= '2016-02-01 09:12:45.619849') Completed 200 OK in 122ms (Views: 117.8ms | ActiveRecord: 0.4ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1454317965757" for 127.0.0.1 at 2016-02-01 03:12:45 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1454317965757", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 46ms (Views: 13.4ms | ActiveRecord: 1.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 03:12:47 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (20.7ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.5ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (9.3ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (76.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:12:48.067776' and ends_at >= '2016-02-01 09:12:48.067776') Completed 200 OK in 147ms (Views: 144.2ms | ActiveRecord: 1.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 03:13:07 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:13:07 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.4ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (74.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:08.027927' and ends_at >= '2016-02-01 09:13:08.027927') Completed 200 OK in 138ms (Views: 134.0ms | ActiveRecord: 1.3ms) Started GET "/admin" for 127.0.0.1 at 2016-02-01 03:13:25 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:25.191871' and ends_at >= '2016-02-01 09:13:25.191871') Completed 200 OK in 90ms (Views: 81.2ms | ActiveRecord: 3.0ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-02-01 03:13:26 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.5ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:26.949454' and ends_at >= '2016-02-01 09:13:26.949454') Completed 200 OK in 95ms (Views: 91.5ms | ActiveRecord: 0.6ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1454318007057" for 127.0.0.1 at 2016-02-01 03:13:27 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1454318007057", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 22ms (Views: 17.8ms | ActiveRecord: 1.2ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 03:13:28 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.1ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (0.8ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:28.844188' and ends_at >= '2016-02-01 09:13:28.844188') Completed 200 OK in 90ms (Views: 84.9ms | ActiveRecord: 1.0ms) Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-02-01 03:13:32 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"B9Ty4RH2wMDLnDa9phLW+4T8v3hROYngCrz666JWB4WI6aS6utAahIUdpLfQYCgKKFNxph9UWlEqYem+Y5WqAQ==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "status" = ?, "send_to_draft_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "draft"], ["send_to_draft_at", "2016-02-01 09:13:32.051694"], ["updated_at", "2016-02-01 09:13:32.056393"], ["id", 1]]  (216.0ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 228ms (ActiveRecord: 216.8ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 03:13:32 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.6ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:32.352904' and ends_at >= '2016-02-01 09:13:32.352904') Completed 200 OK in 90ms (Views: 83.0ms | ActiveRecord: 1.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 03:13:36 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:13:36 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (53.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:36.212507' and ends_at >= '2016-02-01 09:13:36.212507') Completed 200 OK in 121ms (Views: 116.2ms | ActiveRecord: 1.0ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 03:13:44 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bUxE2jVVX8g4VUYIXLXWlG5iIXxBHd9zD/uEIlqhqJricRKBnnOFjHbU1AIqxyhlws3vog9wDMIvJpd3m2IFHg==", "project"=>{"goal"=>"250.0", "online_days"=>"1"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#goal Completed 302 Found in 10ms (ActiveRecord: 1.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:13:44 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (50.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:44.287394' and ends_at >= '2016-02-01 09:13:44.287394') Completed 200 OK in 118ms (Views: 112.3ms | ActiveRecord: 1.2ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 03:13:49 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"da0KSh+JBEYA54/NFXY7sN13p+inU+B1WUu38ZEv0UD6kFwRtK/eAk5mHcdjBMVBcdhpNuk+M8R5lqSkUOx8xA==", "project"=>{"goal"=>"300", "online_days"=>"1"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "goal" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["goal", 300.0], ["updated_at", "2016-02-01 09:13:49.122638"], ["id", 1]]  (162.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#goal Completed 302 Found in 177ms (ActiveRecord: 164.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:13:49 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (56.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:49.396383' and ends_at >= '2016-02-01 09:13:49.396383') Completed 200 OK in 123ms (Views: 118.5ms | ActiveRecord: 1.3ms) Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-02-01 03:13:53 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.0ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "analysis"], ["updated_at", "2016-02-01 09:13:53.916096"], ["id", 1]]  (143.5ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 155ms (ActiveRecord: 144.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:13:54 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (86.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:54.198561' and ends_at >= '2016-02-01 09:13:54.198561') Completed 200 OK in 161ms (Views: 155.4ms | ActiveRecord: 1.3ms) Started GET "/admin" for 127.0.0.1 at 2016-02-01 03:13:56 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.5ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:56.065790' and ends_at >= '2016-02-01 09:13:56.065790') Completed 200 OK in 90ms (Views: 82.3ms | ActiveRecord: 2.5ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-02-01 03:13:57 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:57.480142' and ends_at >= '2016-02-01 09:13:57.480142') Completed 200 OK in 81ms (Views: 77.7ms | ActiveRecord: 0.5ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1454318037587" for 127.0.0.1 at 2016-02-01 03:13:57 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1454318037587", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.9ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 03:13:58 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (4.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (14.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:13:58.777919' and ends_at >= '2016-02-01 09:13:58.777919') Completed 200 OK in 87ms (Views: 83.1ms | ActiveRecord: 1.0ms) Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-02-01 03:14:06 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"EPYc9lxSlx2F6S2Tp19RdK5qDpHFW3JIBkDp4LTdBRqfy0qt93RNWctov5nRLa+FAsXAT4s2ofkmnfq1dR6ong==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "approved"], ["updated_at", "2016-02-01 09:14:06.521328"], ["id", 1]]  (178.7ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 189ms (ActiveRecord: 179.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 03:14:06 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (8.4ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:14:06.766969' and ends_at >= '2016-02-01 09:14:06.766969') Completed 200 OK in 99ms (Views: 95.7ms | ActiveRecord: 1.2ms) Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-02-01 03:14:10 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"xsCbQ7roHo3ygMrxjRpbte84w+3nHVVmIjjLU+MbL6BJ/c0YEc7EybwBWPv7aKVEQ5cNM6lwhtcC5dgGItiCJA==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "online"], ["online_date", "2016-02-01 09:14:10.116688"], ["expires_at", "2016-02-02 09:14:10.116688"], ["updated_at", "2016-02-01 09:14:10.117428"], ["id", 1]]  (241.0ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 254ms (ActiveRecord: 242.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 03:14:10 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.2ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.3ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (19.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:14:10.418125' and ends_at >= '2016-02-01 09:14:10.418125') Completed 200 OK in 87ms (Views: 84.2ms | ActiveRecord: 1.0ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 03:14:14 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.6ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-27 09:14:14.511901' AND '2016-02-01 09:14:14.512407') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (13.1ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:14:14.555133' and ends_at >= '2016-02-01 09:14:14.555133') Completed 200 OK in 81ms (Views: 76.2ms | ActiveRecord: 2.0ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 03:14:15 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:14:15 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (17.3ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (78.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:14:15.798990' and ends_at >= '2016-02-01 09:14:15.798990') Completed 200 OK in 156ms (Views: 148.9ms | ActiveRecord: 1.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:14:17 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:14:17.961098' and ends_at >= '2016-02-01 09:14:17.961098') Completed 200 OK in 87ms (Views: 81.4ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:14:38 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:14:38.843307' and ends_at >= '2016-02-01 09:14:38.843307') Completed 200 OK in 80ms (Views: 75.8ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/projects/show.self-6315b52f978e62c9e05180263222f3eda42e80f934afe536f5dbb22db7a05129.js?body=1" for 127.0.0.1 at 2016-02-01 03:14:38 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:15:16 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.0ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (42.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:15:16.327992' and ends_at >= '2016-02-01 09:15:16.327992') Completed 200 OK in 124ms (Views: 119.9ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/projects/show.self-4e71647986ab43d2781fdc1c4f70ebd7de288b4cca03d9c30aacc6ad4abc6ff4.js?body=1" for 127.0.0.1 at 2016-02-01 03:15:16 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:15:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (3.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:15:42.679988' and ends_at >= '2016-02-01 09:15:42.679988') Completed 200 OK in 118ms (Views: 114.3ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:16:17 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:16:17.947835' and ends_at >= '2016-02-01 09:16:17.947835') Completed 200 OK in 91ms (Views: 85.1ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/projects/show.self-dc0ca1aff99ef507a976684d478473b336900479538f1246f8b84c179f698ee8.js?body=1" for 127.0.0.1 at 2016-02-01 03:16:18 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:17:23 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:17:23.905239' and ends_at >= '2016-02-01 09:17:23.905239') Completed 200 OK in 91ms (Views: 86.4ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/projects/show.self-626887b1d83ecbfcaa94d9e4b62f9f2003f4114857248c1f3c8c027bf4099be2.js?body=1" for 127.0.0.1 at 2016-02-01 03:17:23 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:17:47 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:17:47.744759' and ends_at >= '2016-02-01 09:17:47.744759') Completed 200 OK in 83ms (Views: 77.1ms | ActiveRecord: 1.4ms) Started GET "/admin" for 127.0.0.1 at 2016-02-01 03:17:59 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "hatchy_announcements"  (0.1ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.9ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:17:59.675230' and ends_at >= '2016-02-01 09:17:59.675230') Completed 200 OK in 103ms (Views: 93.8ms | ActiveRecord: 2.9ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-02-01 03:18:02 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:18:02.539614' and ends_at >= '2016-02-01 09:18:02.539614') Completed 200 OK in 90ms (Views: 86.4ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1454318282646" for 127.0.0.1 at 2016-02-01 03:18:02 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1454318282646", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 26ms (Views: 20.8ms | ActiveRecord: 1.3ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 03:18:04 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.3ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (0.9ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:18:04.110840' and ends_at >= '2016-02-01 09:18:04.110840') Completed 200 OK in 87ms (Views: 83.5ms | ActiveRecord: 0.9ms) Started PUT "/admin/projects/1/send_to_draft" for 127.0.0.1 at 2016-02-01 03:18:08 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_draft as HTML Parameters: {"authenticity_token"=>"0Y7LgYd4xua/JlqJmtsxepyE+TdCKzC/G7X1BBoxSFxes53aLF4covGnyIPsqc+LMCs36QxG4w47aOZR2/Ll2A==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "status" = ?, "send_to_draft_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "draft"], ["send_to_draft_at", "2016-02-01 09:18:08.316967"], ["updated_at", "2016-02-01 09:18:08.323128"], ["id", 1]]  (166.0ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 179ms (ActiveRecord: 166.9ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 03:18:08 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.8ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.0ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (18.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:18:08.549349' and ends_at >= '2016-02-01 09:18:08.549349') Completed 200 OK in 90ms (Views: 86.8ms | ActiveRecord: 1.0ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 03:18:12 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:18:12 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (52.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:18:12.209076' and ends_at >= '2016-02-01 09:18:12.209076') Completed 200 OK in 129ms (Views: 119.2ms | ActiveRecord: 1.4ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 03:18:23 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tuEIAM3bJNasVLevKfY5Z/c+JhBJljugOLhD/ghytfI53F5bZv3+kuLVJaVfhMeWW5Hozgf76BEYZVCrybEYdg==", "project"=>{"goal"=>"300.0", "online_days"=>"60"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_days", 60], ["updated_at", "2016-02-01 09:18:23.282903"], ["id", 1]]  (130.2ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#goal Completed 302 Found in 142ms (ActiveRecord: 131.2ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:18:23 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (60.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:18:23.523476' and ends_at >= '2016-02-01 09:18:23.523476') Completed 200 OK in 126ms (Views: 121.6ms | ActiveRecord: 1.1ms) Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-02-01 03:18:28 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.0ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "analysis"], ["updated_at", "2016-02-01 09:18:28.323582"], ["id", 1]]  (214.8ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 226ms (ActiveRecord: 215.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:18:28 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (73.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:18:28.659281' and ends_at >= '2016-02-01 09:18:28.659281') Completed 200 OK in 143ms (Views: 137.4ms | ActiveRecord: 1.4ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 03:18:31 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.7ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:18:31.314238' and ends_at >= '2016-02-01 09:18:31.314238') Completed 200 OK in 100ms (Views: 96.9ms | ActiveRecord: 1.0ms) Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-02-01 03:18:34 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"DWcwM1g0cP4N6oU3xSUWq0PHCkhFtGq91Kr7xcFPL4eCWmZo8xKqukNrFz2zV+ha72jElgvZuQz0d+iQAIyCAw==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "approved"], ["updated_at", "2016-02-01 09:18:34.159844"], ["id", 1]]  (133.5ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 144ms (ActiveRecord: 134.3ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 03:18:34 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (5.0ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.5ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:18:34.379832' and ends_at >= '2016-02-01 09:18:34.379832') Completed 200 OK in 97ms (Views: 93.1ms | ActiveRecord: 1.1ms) Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-02-01 03:18:35 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"SMCEY9zuaLwXoyu+Fcml26YXubHzCmNU3BduBOPqmrjH/dI4d8iy+FkiubRju1sqCrh3b71nsOX8yn1RIik3PA==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.0ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "status" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "online"], ["online_date", "2016-02-01 09:18:36.001730"], ["expires_at", "2016-04-01 08:18:36.001730"], ["updated_at", "2016-02-01 09:18:36.002428"], ["id", 1]]  (182.2ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 194ms (ActiveRecord: 183.0ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 03:18:36 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.9ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.4ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (3.3ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:18:36.250627' and ends_at >= '2016-02-01 09:18:36.250627') Completed 200 OK in 89ms (Views: 85.6ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:18:38 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:18:38.866153' and ends_at >= '2016-02-01 09:18:38.866153') Completed 200 OK in 73ms (Views: 69.5ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:20:30 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:20:30.230302' and ends_at >= '2016-02-01 09:20:30.230302') Completed 200 OK in 81ms (Views: 77.9ms | ActiveRecord: 0.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:21:12 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:21:12.615258' and ends_at >= '2016-02-01 09:21:12.615258') Completed 200 OK in 81ms (Views: 76.7ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:22:37 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:22:37.688274' and ends_at >= '2016-02-01 09:22:37.688274') Completed 200 OK in 81ms (Views: 77.0ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:22:52 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:22:52.229391' and ends_at >= '2016-02-01 09:22:52.229391') Completed 200 OK in 97ms (Views: 89.8ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:23:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:23:05.636976' and ends_at >= '2016-02-01 09:23:05.636976') Completed 200 OK in 82ms (Views: 77.3ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:23:25 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:23:25.640688' and ends_at >= '2016-02-01 09:23:25.640688') Completed 200 OK in 77ms (Views: 73.5ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:23:52 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:23:52.606029' and ends_at >= '2016-02-01 09:23:52.606029') Completed 200 OK in 80ms (Views: 75.4ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:24:33 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:24:33.613115' and ends_at >= '2016-02-01 09:24:33.613115') Completed 200 OK in 82ms (Views: 77.5ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:25:30 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:25:30.613765' and ends_at >= '2016-02-01 09:25:30.613765') Completed 200 OK in 78ms (Views: 71.1ms | ActiveRecord: 1.0ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-02-01 03:25:45 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.4ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (9.3ms) Hatchy::Country Load (3.3ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (47.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (172.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:25:46.109000' and ends_at >= '2016-02-01 09:25:46.109000') Completed 200 OK in 295ms (Views: 242.0ms | ActiveRecord: 5.8ms) Started GET "/assets/hatchy/users/edit.self-51bcf7d5b62cf773ad469823a68e096de54446a4f2d5cce31e23ec5f39574322.js?body=1" for 127.0.0.1 at 2016-02-01 03:25:46 -0600 Started PATCH "/users/1" for 127.0.0.1 at 2016-02-01 03:25:53 -0600 Processing by Hatchy::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"CrJx6+he/shrKBQi3Jni4bLdlvvo5VaMMcjg2xRCDxiFjyewQ3gkjCWphiiq6xwQHnJYJaaIhT0RFfOO1YGinA==", "user"=>{"first_name"=>"Default", "last_name"=>"Admin", "profile_img"=>#, @original_filename="costanza.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"user[profile_img]\"; filename=\"costanza.jpg\"\r\nContent-Type: image/jpeg\r\n">, "facebook_link"=>"", "twitter_link"=>"", "about"=>""}, "anchor"=>"about_you", "commit"=>"Save Profile", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'admin@example.com' AND "hatchy_users"."id" != 1) LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) UPDATE "hatchy_users" SET "profile_img" = ?, "facebook_link" = ?, "twitter_link" = ?, "about" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["profile_img", "costanza.jpg"], ["facebook_link", ""], ["twitter_link", ""], ["about", ""], ["updated_at", "2016-02-01 09:25:53.682417"], ["id", 1]]  (157.6ms) commit transaction Redirected to http://localhost:3000/users/1/edit#about_you Completed 302 Found in 216ms (ActiveRecord: 158.8ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-02-01 03:25:53 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (6.1ms) Hatchy::Country Load (1.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (21.5ms) Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (43.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:25:53.956678' and ends_at >= '2016-02-01 09:25:53.956678') Completed 200 OK in 127ms (Views: 117.2ms | ActiveRecord: 3.2ms) Started GET "/" for 127.0.0.1 at 2016-02-01 03:25:57 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.4ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:25:57.420320' and ends_at >= '2016-02-01 09:25:57.420320') Completed 200 OK in 76ms (Views: 74.3ms | ActiveRecord: 0.4ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 03:25:58 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-27 09:25:58.746166' AND '2016-02-01 09:25:58.746476') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (10.9ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:25:58.786133' and ends_at >= '2016-02-01 09:25:58.786133') Completed 200 OK in 75ms (Views: 72.5ms | ActiveRecord: 1.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 03:25:59 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:25:59 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.6ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (71.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:25:59.694534' and ends_at >= '2016-02-01 09:25:59.694534') Completed 200 OK in 142ms (Views: 135.4ms | ActiveRecord: 1.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:26:01 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:26:01.224200' and ends_at >= '2016-02-01 09:26:01.224200') Completed 200 OK in 81ms (Views: 74.8ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:27:17 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (14.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:27:17.924134' and ends_at >= '2016-02-01 09:27:17.924134') Completed 200 OK in 81ms (Views: 75.6ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:27:30 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:27:30.903774' and ends_at >= '2016-02-01 09:27:30.903774') Completed 200 OK in 81ms (Views: 77.4ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:29:48 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:29:48.978141' and ends_at >= '2016-02-01 09:29:48.978141') Completed 200 OK in 95ms (Views: 90.3ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:30:00 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.8ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.7ms) ActionView::Template::Error (Illegal nesting: content can't be both given on the same line as %p and nested within it.): 4: %i.fa.fa-money 5: = number_to_currency @project.total_contributions 6: %p.small= "from #{number_to_currency @project.goal}" 7: %i.fa.fa-user-plus 8: = @project.total_contributors 9: %p.small funders 10: - if @project.online? /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml:7 haml (4.0.7) lib/haml/parser.rb:393:in `tag' haml (4.0.7) lib/haml/parser.rb:213:in `process_line' haml (4.0.7) lib/haml/parser.rb:121:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show_html_haml__70896718784170715_83884460' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (41.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:30:04 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:30:04.487105' and ends_at >= '2016-02-01 09:30:04.487105') Completed 200 OK in 83ms (Views: 75.4ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:30:13 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:30:13.848715' and ends_at >= '2016-02-01 09:30:13.848715') Completed 200 OK in 98ms (Views: 90.6ms | ActiveRecord: 1.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:30:58 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:30:58.661107' and ends_at >= '2016-02-01 09:30:58.661107') Completed 200 OK in 84ms (Views: 79.1ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:31:12 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:31:12.430256' and ends_at >= '2016-02-01 09:31:12.430256') Completed 200 OK in 92ms (Views: 86.3ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:31:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:31:39.335285' and ends_at >= '2016-02-01 09:31:39.335285') Completed 200 OK in 82ms (Views: 74.4ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:31:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (14.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:31:54.424248' and ends_at >= '2016-02-01 09:31:54.424248') Completed 200 OK in 81ms (Views: 75.4ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:32:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.6ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:32:05.271836' and ends_at >= '2016-02-01 09:32:05.271836') Completed 200 OK in 81ms (Views: 77.1ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:32:10 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:32:11.000343' and ends_at >= '2016-02-01 09:32:11.000343') Completed 200 OK in 76ms (Views: 72.2ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:33:03 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (14.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:33:03.318856' and ends_at >= '2016-02-01 09:33:03.318856') Completed 200 OK in 84ms (Views: 79.3ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:33:09 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:33:09.941054' and ends_at >= '2016-02-01 09:33:09.941054') Completed 200 OK in 82ms (Views: 78.1ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:33:36 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:33:36.895171' and ends_at >= '2016-02-01 09:33:36.895171') Completed 200 OK in 85ms (Views: 80.1ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:33:46 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:33:46.912746' and ends_at >= '2016-02-01 09:33:46.912746') Completed 200 OK in 87ms (Views: 81.7ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:33:56 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:33:56.516112' and ends_at >= '2016-02-01 09:33:56.516112') Completed 200 OK in 82ms (Views: 77.2ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:34:03 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:34:03.297732' and ends_at >= '2016-02-01 09:34:03.297732') Completed 200 OK in 78ms (Views: 74.8ms | ActiveRecord: 0.9ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 03:34:35 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:34:35 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (69.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:34:35.176022' and ends_at >= '2016-02-01 09:34:35.176022') Completed 200 OK in 131ms (Views: 126.4ms | ActiveRecord: 1.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 03:34:43 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.0ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (69.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:34:43.563607' and ends_at >= '2016-02-01 09:34:43.563607') Completed 200 OK in 139ms (Views: 131.0ms | ActiveRecord: 1.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:35:35 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:35:35.633795' and ends_at >= '2016-02-01 09:35:35.633795') Completed 200 OK in 87ms (Views: 83.0ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:37:33 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:37:33.867101' and ends_at >= '2016-02-01 09:37:33.867101') Completed 200 OK in 96ms (Views: 91.6ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:37:48 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (17.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:37:48.252267' and ends_at >= '2016-02-01 09:37:48.252267') Completed 200 OK in 82ms (Views: 76.5ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:38:13 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:38:13.860854' and ends_at >= '2016-02-01 09:38:13.860854') Completed 200 OK in 80ms (Views: 74.8ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:38:21 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:38:21.404803' and ends_at >= '2016-02-01 09:38:21.404803') Completed 200 OK in 80ms (Views: 73.2ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:38:27 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:38:28.041336' and ends_at >= '2016-02-01 09:38:28.041336') Completed 200 OK in 82ms (Views: 77.4ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:38:37 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.7ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:38:37.361895' and ends_at >= '2016-02-01 09:38:37.361895') Completed 200 OK in 92ms (Views: 83.7ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:38:47 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:38:47.970577' and ends_at >= '2016-02-01 09:38:47.970577') Completed 200 OK in 83ms (Views: 78.2ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:39:08 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (17.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:39:08.924730' and ends_at >= '2016-02-01 09:39:08.924730') Completed 200 OK in 93ms (Views: 89.1ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:39:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (17.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:39:19.789052' and ends_at >= '2016-02-01 09:39:19.789052') Completed 200 OK in 82ms (Views: 77.7ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:39:29 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:39:29.308955' and ends_at >= '2016-02-01 09:39:29.308955') Completed 200 OK in 81ms (Views: 75.5ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:42:59 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:43:02.676131' and ends_at >= '2016-02-01 09:43:02.676131') Completed 200 OK in 3088ms (Views: 3084.2ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.self-0ebba272141bcfeec0c8379441603a131417c09344b287261144b87eb8294c3e.css?body=1" for 127.0.0.1 at 2016-02-01 03:43:02 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:43:16 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:43:18.768304' and ends_at >= '2016-02-01 09:43:18.768304') Completed 200 OK in 2185ms (Views: 2178.3ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.self-d6500aba5d8225e7aa680c73ff6d523329f5a1c822c24a9b3a7a8050789dec48.css?body=1" for 127.0.0.1 at 2016-02-01 03:43:18 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:43:25 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:43:27.372306' and ends_at >= '2016-02-01 09:43:27.372306') Completed 200 OK in 2113ms (Views: 2108.8ms | ActiveRecord: 0.8ms) Started GET "/assets/hatchy/hatchy.self-84d66dcc63710f6c3cfaceb34d8d85c5c3da346f6a071a9bced516de27c66532.css?body=1" for 127.0.0.1 at 2016-02-01 03:43:27 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:45:00 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:45:01.001271' and ends_at >= '2016-02-01 09:45:01.001271') Completed 200 OK in 83ms (Views: 77.9ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:45:36 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:45:38.948745' and ends_at >= '2016-02-01 09:45:38.948745') Completed 200 OK in 2201ms (Views: 2196.3ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.self-5089767193fc2a671d8301cb0ca9fc42aa892dba556efdf622b536dccd30c92f.css?body=1" for 127.0.0.1 at 2016-02-01 03:45:39 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:46:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:46:55.712413' and ends_at >= '2016-02-01 09:46:55.712413') Completed 200 OK in 2241ms (Views: 2236.9ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.self-914ecdec7e6e9352fce88cbcfcb5b57498a207f0300a9af31d9cd70897b9d6dc.css?body=1" for 127.0.0.1 at 2016-02-01 03:46:55 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:48:49 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:48:49.874812' and ends_at >= '2016-02-01 09:48:49.874812') Completed 200 OK in 84ms (Views: 80.0ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:49:18 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:49:18.944117' and ends_at >= '2016-02-01 09:49:18.944117') Completed 200 OK in 142ms (Views: 138.0ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:49:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:49:44.278727' and ends_at >= '2016-02-01 09:49:44.278727') Completed 200 OK in 2129ms (Views: 2123.9ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.self-6813d48205561b4cf1ebcbfd57587f2947d22c0d5bd4f3e5296cbb7263f09e41.css?body=1" for 127.0.0.1 at 2016-02-01 03:49:44 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:49:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:49:55.363033' and ends_at >= '2016-02-01 09:49:55.363033') Completed 200 OK in 2235ms (Views: 2230.7ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.self-ee72e8ddaa564d0a4e0f0ab7fbb133a2c1fa967418840cb383c45d56deb6762d.css?body=1" for 127.0.0.1 at 2016-02-01 03:49:55 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:50:12 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:50:12.579650' and ends_at >= '2016-02-01 09:50:12.579650') Completed 200 OK in 85ms (Views: 79.0ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:50:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:50:55.706866' and ends_at >= '2016-02-01 09:50:55.706866') Completed 200 OK in 2193ms (Views: 2188.4ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.self-6947ac40a1502501480f73f88367193b831c2f9474b8bca3e6b084537212215e.css?body=1" for 127.0.0.1 at 2016-02-01 03:50:55 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:51:28 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:51:30.403364' and ends_at >= '2016-02-01 09:51:30.403364') Completed 200 OK in 2108ms (Views: 2103.3ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.self-5e41889662b3c95f0fa2d4d8a42aa04cb143823293b0f1b24c1a317bc66c46d5.css?body=1" for 127.0.0.1 at 2016-02-01 03:51:30 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:52:24 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:52:26.841181' and ends_at >= '2016-02-01 09:52:26.841181') Completed 200 OK in 2100ms (Views: 2095.2ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.self-bb63f10102771c0dfe2fe159f3f1f21ada25f4e39c89ed59d5c3c0ea5becc607.css?body=1" for 127.0.0.1 at 2016-02-01 03:52:26 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:53:16 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:53:18.338388' and ends_at >= '2016-02-01 09:53:18.338388') Completed 200 OK in 2341ms (Views: 2335.7ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.self-ddadb958dc049f370c359f7d1ffa0e82e2432eac5f93bed2636e09033fbac7b1.css?body=1" for 127.0.0.1 at 2016-02-01 03:53:18 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:53:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:53:57.684105' and ends_at >= '2016-02-01 09:53:57.684105') Completed 200 OK in 78ms (Views: 73.6ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:54:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:54:41.954759' and ends_at >= '2016-02-01 09:54:41.954759') Completed 200 OK in 2106ms (Views: 2101.6ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.self-9965632e3e484d67c2ca410088248893f27513f66ec738b23cd2947b30f936dd.css?body=1" for 127.0.0.1 at 2016-02-01 03:54:42 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:54:59 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:55:01.832000' and ends_at >= '2016-02-01 09:55:01.832000') Completed 200 OK in 2285ms (Views: 2276.1ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.self-215325ad1eca8d448bd0ea30da60d29134906f1ca31ea7b612212d31e8614420.css?body=1" for 127.0.0.1 at 2016-02-01 03:55:01 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:56:14 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:56:16.841119' and ends_at >= '2016-02-01 09:56:16.841119') Completed 200 OK in 2282ms (Views: 2276.9ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.self-8bdf3447ef050c04be5d04ef39983c97e407f78a98afc5d2815ac1c0e94c5853.css?body=1" for 127.0.0.1 at 2016-02-01 03:56:16 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:56:34 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (2.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:56:36.669925' and ends_at >= '2016-02-01 09:56:36.669925') Completed 200 OK in 2217ms (Views: 2212.2ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.self-7ffcd202f72e3e8b021c51af3f91db87a39b7de27fe6f965959e220601ad25a3.css?body=1" for 127.0.0.1 at 2016-02-01 03:56:36 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:59:03 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:59:05.219219' and ends_at >= '2016-02-01 09:59:05.219219') Completed 200 OK in 2130ms (Views: 2124.9ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.self-263bcd0dfa9a02dbaed62a12b21d22cf925f9c4142dd4444166b1f9be01d6917.css?body=1" for 127.0.0.1 at 2016-02-01 03:59:05 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 03:59:43 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 09:59:45.720299' and ends_at >= '2016-02-01 09:59:45.720299') Completed 200 OK in 2430ms (Views: 2425.1ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.self-cfd3c5a04b53b931334ece931caa22163b28200ad53e9deb7fda241f205ce2bf.css?body=1" for 127.0.0.1 at 2016-02-01 03:59:45 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:00:17 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:00:20.041617' and ends_at >= '2016-02-01 10:00:20.041617') Completed 200 OK in 2159ms (Views: 2152.9ms | ActiveRecord: 0.9ms) Started GET "/assets/hatchy/hatchy.self-1559aac2b7c84f3dcd8aaa89cfb47cb2fe71be76f219d90865e50145bfdb10e3.css?body=1" for 127.0.0.1 at 2016-02-01 04:00:20 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:00:28 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:00:28.413829' and ends_at >= '2016-02-01 10:00:28.413829') Completed 200 OK in 76ms (Views: 70.9ms | ActiveRecord: 0.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:01:10 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (1.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:01:12.267697' and ends_at >= '2016-02-01 10:01:12.267697') Completed 200 OK in 2111ms (Views: 2103.3ms | ActiveRecord: 2.1ms) Started GET "/assets/hatchy/hatchy.self-aa3bbded1468061c4c4ebd801daf13d32fe124f6a7e410e29890069ede8ae619.css?body=1" for 127.0.0.1 at 2016-02-01 04:01:12 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:01:44 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:01:46.470827' and ends_at >= '2016-02-01 10:01:46.470827') Completed 200 OK in 2168ms (Views: 2163.2ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.self-6c8098a74203b2be389232d060ecd5bce97d8f6ff9ca64e378b88dcbe0793ee4.css?body=1" for 127.0.0.1 at 2016-02-01 04:01:46 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:02:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:02:39.917170' and ends_at >= '2016-02-01 10:02:39.917170') Completed 200 OK in 75ms (Views: 69.9ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:03:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:03:07.445358' and ends_at >= '2016-02-01 10:03:07.445358') Completed 200 OK in 2076ms (Views: 2071.2ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/hatchy.self-ef1fe08573df9cb28aa1f4e4f345919b1e9128db8f2e653aa53ad689616805ba.css?body=1" for 127.0.0.1 at 2016-02-01 04:03:07 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:03:18 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:03:18.950508' and ends_at >= '2016-02-01 10:03:18.950508') Completed 200 OK in 77ms (Views: 72.7ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:04:00 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (98.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (106.9ms) Completed 500 Internal Server Error in 113ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `number_of_projects_created' for #<#:0x00000013579438>): 22: = image_tag @project.user.profile_img.to_s, class:'img-circle', width:'60', height:'60' 23: .col-md-8 24: %h4= link_to @project.user.full_name, user_path(@project.user) 25: %p.small= "#{number_of_projects_created(@project.user)} #{number_of_projects_funded(@project.user)}" 26: = link_to @project.user.facebook_link do 27: %i.fa.fa-facebook-official 28: facebook /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml:25:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show__info_html_haml___4040877215008721106_106681380' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show_html_haml__70896718784170715_91618460' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:06:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.9ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (30.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:06:19.244939' and ends_at >= '2016-02-01 10:06:19.244939') Completed 200 OK in 134ms (Views: 90.7ms | ActiveRecord: 3.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:08:24 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (34.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:08:25.007168' and ends_at >= '2016-02-01 10:08:25.007168') Completed 200 OK in 132ms (Views: 92.2ms | ActiveRecord: 3.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:10:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.0ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (18.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:10:53.948391' and ends_at >= '2016-02-01 10:10:53.948391') Completed 200 OK in 80ms (Views: 72.9ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:12:09 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:12:09.092145' and ends_at >= '2016-02-01 10:12:09.092145') Completed 200 OK in 107ms (Views: 102.7ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:12:14 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:12:14.427430' and ends_at >= '2016-02-01 10:12:14.427430') Completed 200 OK in 99ms (Views: 94.9ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:12:32 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:12:33.022419' and ends_at >= '2016-02-01 10:12:33.022419') Completed 200 OK in 100ms (Views: 94.4ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:14:03 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:14:03.956277' and ends_at >= '2016-02-01 10:14:03.956277') Completed 200 OK in 87ms (Views: 81.0ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:14:17 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:14:17.360442' and ends_at >= '2016-02-01 10:14:17.360442') Completed 200 OK in 81ms (Views: 76.2ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:15:28 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:15:28.677455' and ends_at >= '2016-02-01 10:15:28.677455') Completed 200 OK in 85ms (Views: 80.4ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:16:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (14.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (29.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:16:53.600542' and ends_at >= '2016-02-01 10:16:53.600542') Completed 200 OK in 96ms (Views: 91.5ms | ActiveRecord: 1.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:17:46 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:17:48.493901' and ends_at >= '2016-02-01 10:17:48.493901') Completed 200 OK in 2448ms (Views: 2443.4ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/hatchy.self-651f59d1f101da69c00e95ce55eb7c5da432f334609fe319cb9a2795f1afc8ee.css?body=1" for 127.0.0.1 at 2016-02-01 04:17:48 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:18:02 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:18:05.051449' and ends_at >= '2016-02-01 10:18:05.051449') Completed 200 OK in 2134ms (Views: 2129.0ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/hatchy.self-8e3a1118fe09473ce0807038eb51cc82d15d91b99b9421572700a98f46b2401d.css?body=1" for 127.0.0.1 at 2016-02-01 04:18:05 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:20:23 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:20:23.920611' and ends_at >= '2016-02-01 10:20:23.920611') Completed 200 OK in 83ms (Views: 78.2ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:20:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (18.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:20:54.403700' and ends_at >= '2016-02-01 10:20:54.403700') Completed 200 OK in 81ms (Views: 76.6ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:21:17 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:21:17.940320' and ends_at >= '2016-02-01 10:21:17.940320') Completed 200 OK in 81ms (Views: 77.6ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:21:47 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:21:47.525034' and ends_at >= '2016-02-01 10:21:47.525034') Completed 200 OK in 84ms (Views: 76.6ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:22:32 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (18.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:22:32.558433' and ends_at >= '2016-02-01 10:22:32.558433') Completed 200 OK in 81ms (Views: 77.3ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:22:41 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (28.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:22:41.821615' and ends_at >= '2016-02-01 10:22:41.821615') Completed 200 OK in 102ms (Views: 96.6ms | ActiveRecord: 1.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:23:23 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:23:25.209282' and ends_at >= '2016-02-01 10:23:25.209282') Completed 200 OK in 2067ms (Views: 2062.2ms | ActiveRecord: 1.1ms) Started GET "/assets/hatchy/hatchy.self-e7c8463a2285c8311f09fb2cd789b077f249ecdc9845e443e314a1fb6fb3b83b.css?body=1" for 127.0.0.1 at 2016-02-01 04:23:25 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:24:38 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:24:40.660595' and ends_at >= '2016-02-01 10:24:40.660595') Completed 200 OK in 2180ms (Views: 2175.2ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.self-ffb23b206471c8a553bbfcddcea5abfcc67ba7aa745eed93e3ad7ccf5841849f.css?body=1" for 127.0.0.1 at 2016-02-01 04:24:40 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:25:35 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:25:37.594120' and ends_at >= '2016-02-01 10:25:37.594120') Completed 200 OK in 2371ms (Views: 2365.9ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.self-7092ea6a4cea9956f1a4b98e0b41645a98026c356d9aed6ebad19da67a22960c.css?body=1" for 127.0.0.1 at 2016-02-01 04:25:37 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:26:40 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:26:40.607886' and ends_at >= '2016-02-01 10:26:40.607886') Completed 200 OK in 84ms (Views: 79.3ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:26:50 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:26:50.862178' and ends_at >= '2016-02-01 10:26:50.862178') Completed 200 OK in 81ms (Views: 76.2ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:27:15 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_comments.html.haml (0.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.8ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:27:15.809512' and ends_at >= '2016-02-01 10:27:15.809512') Completed 200 OK in 88ms (Views: 81.1ms | ActiveRecord: 2.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:27:37 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_comments.html.haml (0.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:27:37.162446' and ends_at >= '2016-02-01 10:27:37.162446') Completed 200 OK in 83ms (Views: 79.2ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:27:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.9ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (19.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_comments.html.haml (0.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (42.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:27:53.719454' and ends_at >= '2016-02-01 10:27:53.719454') Completed 200 OK in 117ms (Views: 113.6ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:28:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_comments.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:28:54.766136' and ends_at >= '2016-02-01 10:28:54.766136') Completed 200 OK in 81ms (Views: 77.9ms | ActiveRecord: 1.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:29:10 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_comments.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:29:10.548873' and ends_at >= '2016-02-01 10:29:10.548873') Completed 200 OK in 84ms (Views: 79.9ms | ActiveRecord: 1.1ms) Started GET "/dashboard" for 127.0.0.1 at 2016-02-01 04:29:51 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (14.4ms) Hatchy::Contribution Exists (0.5ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (18.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (45.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:29:51.095117' and ends_at >= '2016-02-01 10:29:51.095117') Completed 200 OK in 112ms (Views: 103.0ms | ActiveRecord: 2.1ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 04:29:52 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 04:29:52 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.1ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (46.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (110.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:29:52.312506' and ends_at >= '2016-02-01 10:29:52.312506') Completed 200 OK in 173ms (Views: 166.7ms | ActiveRecord: 1.9ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 04:30:02 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-27 10:30:02.572313' AND '2016-02-01 10:30:02.572521') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (10.9ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:30:02.612081' and ends_at >= '2016-02-01 10:30:02.612081') Completed 200 OK in 72ms (Views: 69.7ms | ActiveRecord: 1.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 04:30:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 04:30:05 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.7ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (73.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:30:05.661304' and ends_at >= '2016-02-01 10:30:05.661304') Completed 200 OK in 135ms (Views: 127.0ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:30:08 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.0ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_comments.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (18.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:30:09.017082' and ends_at >= '2016-02-01 10:30:09.017082') Completed 200 OK in 81ms (Views: 74.0ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:33:29 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_comments.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:33:29.771598' and ends_at >= '2016-02-01 10:33:29.771598') Completed 200 OK in 96ms (Views: 91.1ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:34:08 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.6ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_comments.html.haml (0.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:34:10.558750' and ends_at >= '2016-02-01 10:34:10.558750') Completed 200 OK in 2144ms (Views: 2136.1ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/hatchy.self-daac38206026a871ea6ea458f60d81190f182af9b38367e4bfebb719f8606c11.css?body=1" for 127.0.0.1 at 2016-02-01 04:34:10 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:35:03 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.7ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:35:03.122209' and ends_at >= '2016-02-01 10:35:03.122209') Completed 200 OK in 96ms (Views: 91.1ms | ActiveRecord: 1.5ms) Started GET "/" for 127.0.0.1 at 2016-02-01 04:37:23 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (2481.0ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (50.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:37:26.297399' and ends_at >= '2016-02-01 10:37:26.297399') Completed 200 OK in 2692ms (Views: 2672.7ms | ActiveRecord: 3.0ms) Started GET "/r" for 127.0.0.1 at 2016-02-01 04:37:32 -0600 ActionController::RoutingError (No route matches [GET] "/r"): actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (30.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (194.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:38:00 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (19.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (2.3ms)  (0.4ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (40.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.7ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (92.1ms) Completed 500 Internal Server Error in 125ms (ActiveRecord: 4.2ms) ActionView::Template::Error (No route matches {:action=>"show", :class_name=>"Hatchy::ProjectPost", :controller=>"hatchy/projects/posts", :id=>nil, :project_id=>#this is a new post bla blabla

", created_at: "2016-01-24 02:03:50", updated_at: "2016-01-24 02:03:50">} missing required keys: [:id]): 1: .col-md-12.posts 2: - @project.posts.order('created_at DESC').each do |post| 3: .post-card 4: = link_to post.title, project_post_path(post) 5: %p= "Created at #{post.created_at.strftime("%m/%d/%Y - %l:%M%p")}" actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml:4:in `block in __home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show__posts_html_haml___2434306123209927097_91848900' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.5) lib/active_record/relation/delegation.rb:46:in `each' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show__posts_html_haml___2434306123209927097_91848900' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml:33:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show_html_haml__2098444469401259031_101133420' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:39:01 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (13.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (37.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:39:01.702794' and ends_at >= '2016-02-01 10:39:01.702794') Completed 200 OK in 106ms (Views: 100.6ms | ActiveRecord: 1.6ms) Started GET "/projects/1/posts/6" for 127.0.0.1 at 2016-02-01 04:39:05 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"6"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 6]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:39:05.734920' and ends_at >= '2016-02-01 10:39:05.734920') Completed 200 OK in 76ms (Views: 66.5ms | ActiveRecord: 0.5ms) Started GET "/projects/1/posts/6" for 127.0.0.1 at 2016-02-01 04:39:10 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"6"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 6]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:39:10.543794' and ends_at >= '2016-02-01 10:39:10.543794') Completed 200 OK in 71ms (Views: 66.6ms | ActiveRecord: 0.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:40:00 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:40:00.688611' and ends_at >= '2016-02-01 10:40:00.688611') Completed 200 OK in 88ms (Views: 83.1ms | ActiveRecord: 1.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:40:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.7ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:40:39.688307' and ends_at >= '2016-02-01 10:40:39.688307') Completed 200 OK in 89ms (Views: 84.0ms | ActiveRecord: 1.4ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-02-01 04:42:40 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"dSSfvEbgZsFylQjqXk2L6Z5muGk80vocIvQx87Cra4H6Gcnn7ca8hTwUmuAoP3UYMsl2t3K/Ka0CKSKmcWjGBQ=="} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 53ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2016-02-01 04:42:40 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:42:40.644435' and ends_at >= '2016-02-01 10:42:40.644435') Completed 200 OK in 75ms (Views: 74.0ms | ActiveRecord: 0.3ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 04:42:42 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-27 10:42:42.239701' AND '2016-02-01 10:42:42.240026') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:42:42.302488' and ends_at >= '2016-02-01 10:42:42.302488') Completed 200 OK in 106ms (Views: 96.9ms | ActiveRecord: 1.8ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 04:42:43 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:42:43.983011' and ends_at >= '2016-02-01 10:42:43.983011') Completed 200 OK in 86ms (Views: 81.8ms | ActiveRecord: 1.2ms) Started GET "/projects/1/contributions/new?reward_id=2" for 127.0.0.1 at 2016-02-01 04:42:58 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-02-01 04:42:58 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (30.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:42:58.362972' and ends_at >= '2016-02-01 10:42:58.362972') Completed 200 OK in 100ms (Views: 97.6ms | ActiveRecord: 0.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-02-01 04:43:04 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:43:05.005206' and ends_at >= '2016-02-01 10:43:05.005206') Completed 200 OK in 76ms (Views: 74.4ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-02-01 04:43:11 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"geCeHtlHQMNMvOWKm4Ajj2fn6DbQ697JPKSE9hl4an2ctFBxxp1osYQHk2T7jtwWFWgY8FEGzQ6KSEykgBiH3g==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.7ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-02-01 08:43:23.932035"], ["current_sign_in_at", "2016-02-01 10:43:11.186058"], ["sign_in_count", 3], ["updated_at", "2016-02-01 10:43:11.187125"], ["id", 1]]  (152.9ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/new?reward_id=2 Completed 302 Found in 253ms (ActiveRecord: 154.0ms) Started GET "/projects/1/contributions/new?reward_id=2" for 127.0.0.1 at 2016-02-01 04:43:11 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"2", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 2]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (46.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (120.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:43:11.552958' and ends_at >= '2016-02-01 10:43:11.552958') Completed 200 OK in 223ms (Views: 199.1ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/projects/contributions/new_contribution.self-08af685c5809a3ebc1a8a19d12bd084ae3af04db7de6179c899e3ccb9b7eb3a6.js?body=1" for 127.0.0.1 at 2016-02-01 04:43:11 -0600 Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-02-01 04:43:13 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"qs+yYl6ScIIG0tQvquer8Q/fUI79ZLFjQz+uPsFiXMIBUz/8xR+2lY2lclveDtAaDFpYmNJ8NXNclEsxwrPCRQ==", "contribution"=>{"value"=>"27.0", "reward_id"=>"2"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "created_at", "updated_at", "status", "step") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 2], ["value", 27.0], ["project_id", 1], ["user_id", 1], ["created_at", "2016-02-01 10:43:13.759010"], ["updated_at", "2016-02-01 10:43:13.759010"], ["status", "pending"], ["step", "reward_data"]]  (164.6ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/2/edit Completed 302 Found in 177ms (ActiveRecord: 165.4ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-02-01 04:43:13 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (1.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (34.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (97.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:43:14.100036' and ends_at >= '2016-02-01 10:43:14.100036') Completed 200 OK in 170ms (Views: 163.8ms | ActiveRecord: 2.2ms) Started PATCH "/projects/1/contributions/2" for 127.0.0.1 at 2016-02-01 04:43:22 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5Jo07p2JaPRPMmD6squxheoBmt513ZUF2FCvk0ZZdvZPBrlwBgSu48RFxo7GQspu6YSSyFrFERXH+0qcRYjocQ==", "contribution"=>{"name"=>"Default Admin", "email"=>"admin@example.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"1", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181", "step"=>"billing_data"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) UPDATE "hatchy_contributions" SET "ip_address" = ?, "address_city" = ?, "address_number" = ?, "address_phone" = ?, "address_state" = ?, "address_street" = ?, "address_zip" = ?, "country_id" = ?, "document" = ?, "email" = ?, "name" = ?, "step" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["ip_address", "127.0.0.1"], ["address_city", "MONT"], ["address_number", "123"], ["address_phone", "818181"], ["address_state", "NL"], ["address_street", "FAKE AV"], ["address_zip", "123312"], ["country_id", 1], ["document", "11111"], ["email", "admin@example.com"], ["name", "Default Admin"], ["step", "billing_data"], ["updated_at", "2016-02-01 10:43:22.883884"], ["id", 2]]  (292.2ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/2/edit#payment_data Completed 302 Found in 303ms (ActiveRecord: 293.1ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-02-01 04:43:23 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (1.2ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (26.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (37.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:43:23.283381' and ends_at >= '2016-02-01 10:43:23.283381') Completed 200 OK in 111ms (Views: 105.2ms | ActiveRecord: 2.0ms) Started PATCH "/projects/1/contributions/2" for 127.0.0.1 at 2016-02-01 04:43:31 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"2LEMUfi0Eo6E76hYRBB+mOHQWkZ18jJ6YQCO9Bf/4dlzLYHPYznUmQ+YDiww+QVz4lVSUFrqtmp+q2v7FC5/Xg==", "contribution"=>{"card_type"=>"Visa", "card_number"=>"1234567891234567", "card_verification"=>"123", "card_expires_on(1i)"=>"2016", "card_expires_on(2i)"=>"2", "card_expires_on(3i)"=>"1", "step"=>"payment_data"}, "commit"=>"Save", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "hatchy_contributions" SET "card_type" = ?, "step" = ?, "card_expires_on" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["card_type", "Visa"], ["step", "payment_data"], ["card_expires_on", "2016-02-01"], ["updated_at", "2016-02-01 10:43:31.978776"], ["id", 2]]  (290.5ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/2/edit Completed 302 Found in 302ms (ActiveRecord: 291.6ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-02-01 04:43:32 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (4.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (28.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (38.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:43:32.353500' and ends_at >= '2016-02-01 10:43:32.353500') Completed 200 OK in 107ms (Views: 99.7ms | ActiveRecord: 5.0ms) Started GET "/" for 127.0.0.1 at 2016-02-01 04:43:36 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:43:36.983083' and ends_at >= '2016-02-01 10:43:36.983083') Completed 200 OK in 69ms (Views: 67.8ms | ActiveRecord: 0.4ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 04:43:38 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-27 10:43:38.450913' AND '2016-02-01 10:43:38.451149') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (7.6ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:43:38.490479' and ends_at >= '2016-02-01 10:43:38.490479') Completed 200 OK in 75ms (Views: 72.7ms | ActiveRecord: 1.0ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 04:43:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 04:43:39 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (9.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (18.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (43.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (30.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (148.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:43:39.506621' and ends_at >= '2016-02-01 10:43:39.506621') Completed 200 OK in 225ms (Views: 218.3ms | ActiveRecord: 1.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 04:43:41 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 10:43:41.799725' and ends_at >= '2016-02-01 10:43:41.799725') Completed 200 OK in 90ms (Views: 84.8ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:18:15 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (16.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (2.5ms)  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (37.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.3ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (21.0ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (29.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (436.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (34.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:18:16.318809' and ends_at >= '2016-02-01 23:18:16.318809') Completed 200 OK in 690ms (Views: 609.7ms | ActiveRecord: 6.9ms) Started GET "/assets/hatchy/projects/show.self-76cb4fd469202dc656fba933b9b5af5165c3cc1c675371e43aa63ee6ae17c822.js?body=1" for 127.0.0.1 at 2016-02-01 17:18:16 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:24:47 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (28.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:24:47.931527' and ends_at >= '2016-02-01 23:24:47.931527') Completed 200 OK in 116ms (Views: 109.1ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/projects/show.self-dbd01a36450ba5139a7313208d5197c67b656f0aa12388d838357ae11a6e8f52.js?body=1" for 127.0.0.1 at 2016-02-01 17:24:48 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:25:11 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (28.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:25:11.678549' and ends_at >= '2016-02-01 23:25:11.678549') Completed 200 OK in 107ms (Views: 101.3ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/projects/show.self-51ebda00b3bee2ff0f29da2582cba8e6e5cc3d2de0aebe176b1c7fff3a821a80.js?body=1" for 127.0.0.1 at 2016-02-01 17:25:11 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:25:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.5ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:25:53.586118' and ends_at >= '2016-02-01 23:25:53.586118') Completed 200 OK in 93ms (Views: 86.5ms | ActiveRecord: 1.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:26:35 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (26.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:26:35.624870' and ends_at >= '2016-02-01 23:26:35.624870') Completed 200 OK in 109ms (Views: 104.0ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/projects/show.self-ad9d847c7d207d87141f6e18922cabe21930870b2a7322b736f7ee1b0a6be4f4.js?body=1" for 127.0.0.1 at 2016-02-01 17:26:35 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:26:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:26:57.730325' and ends_at >= '2016-02-01 23:26:57.730325') Completed 200 OK in 93ms (Views: 87.1ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:28:29 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (26.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:28:29.594633' and ends_at >= '2016-02-01 23:28:29.594633') Completed 200 OK in 97ms (Views: 91.7ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/projects/show.self-dbd5688c8b0b4327936c32411c8f132e4e4622fc12c4715a0fcb955a91cc27db.js?body=1" for 127.0.0.1 at 2016-02-01 17:28:29 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:28:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:28:31.385500' and ends_at >= '2016-02-01 23:28:31.385500') Completed 200 OK in 85ms (Views: 79.8ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:31:02 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (26.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:31:02.847606' and ends_at >= '2016-02-01 23:31:02.847606') Completed 200 OK in 93ms (Views: 88.9ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/projects/show.self-00b9808262b28fbc98b1ee7cc80495d9e38dce77f79c6d25a71653675faa4756.js?body=1" for 127.0.0.1 at 2016-02-01 17:31:02 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:31:13 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:31:13.592283' and ends_at >= '2016-02-01 23:31:13.592283') Completed 200 OK in 98ms (Views: 93.2ms | ActiveRecord: 1.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:31:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:31:19.261980' and ends_at >= '2016-02-01 23:31:19.261980') Completed 200 OK in 90ms (Views: 83.5ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:31:21 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:31:21.893007' and ends_at >= '2016-02-01 23:31:21.893007') Completed 200 OK in 89ms (Views: 80.3ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:32:28 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.5ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (29.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (19.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:32:28.748526' and ends_at >= '2016-02-01 23:32:28.748526') Completed 200 OK in 113ms (Views: 105.1ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:32:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:32:39.384980' and ends_at >= '2016-02-01 23:32:39.384980') Completed 200 OK in 109ms (Views: 102.0ms | ActiveRecord: 2.0ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:32:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (33.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:32:54.033239' and ends_at >= '2016-02-01 23:32:54.033239') Completed 200 OK in 106ms (Views: 100.5ms | ActiveRecord: 1.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:33:55 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.5ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.3ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (26.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:33:55.448702' and ends_at >= '2016-02-01 23:33:55.448702') Completed 200 OK in 104ms (Views: 95.8ms | ActiveRecord: 2.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:39:35 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.8ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:39:35.117345' and ends_at >= '2016-02-01 23:39:35.117345') Completed 200 OK in 98ms (Views: 94.0ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/projects/show.self-062535e3fe7c0fb70882cd3068951c3aad962740d1274f7f085c65de4fc3f887.js?body=1" for 127.0.0.1 at 2016-02-01 17:39:35 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:39:45 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (17.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:39:45.556850' and ends_at >= '2016-02-01 23:39:45.556850') Completed 200 OK in 79ms (Views: 73.8ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:39:49 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:39:49.743694' and ends_at >= '2016-02-01 23:39:49.743694') Completed 200 OK in 76ms (Views: 73.1ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:39:52 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:39:52.871225' and ends_at >= '2016-02-01 23:39:52.871225') Completed 200 OK in 80ms (Views: 75.1ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:39:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:39:57.140011' and ends_at >= '2016-02-01 23:39:57.140011') Completed 200 OK in 90ms (Views: 84.5ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:39:59 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (1.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:39:59.855408' and ends_at >= '2016-02-01 23:39:59.855408') Completed 200 OK in 101ms (Views: 91.9ms | ActiveRecord: 3.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:41:01 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:41:02.002670' and ends_at >= '2016-02-01 23:41:02.002670') Completed 200 OK in 102ms (Views: 95.7ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/projects/show.self-6665150d2e34702d19fef015f78860b152316d0198ae2ac7a1b30405710ff83d.js?body=1" for 127.0.0.1 at 2016-02-01 17:41:02 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:41:36 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:41:36.824792' and ends_at >= '2016-02-01 23:41:36.824792') Completed 200 OK in 90ms (Views: 86.1ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/projects/show.self-2f04df88428e3115b34da0b5a1e87952bee7c6a03102749528e3f5a297bc7d88.js?body=1" for 127.0.0.1 at 2016-02-01 17:41:36 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:41:44 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:41:44.939601' and ends_at >= '2016-02-01 23:41:44.939601') Completed 200 OK in 94ms (Views: 85.3ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/projects/show.self-c89ba9e119533e5a930f6784cf1817065bf59154f2b52043defc800d07f88e5e.js?body=1" for 127.0.0.1 at 2016-02-01 17:41:45 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:43:03 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.8ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (28.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:43:03.371747' and ends_at >= '2016-02-01 23:43:03.371747') Completed 200 OK in 98ms (Views: 92.4ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/projects/show.self-2a893ad664d5524dc28063d2e82a68c64b3bcce484fec393866e6b8e3ccf5e3c.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:03 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:43:18.634989' and ends_at >= '2016-02-01 23:43:18.634989') Completed 200 OK in 105ms (Views: 98.9ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/hatchy.self-daac38206026a871ea6ea458f60d81190f182af9b38367e4bfebb719f8606c11.css?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/jquery.self-c64a74367bda6ef8b860f19e74df08927ca99d2be2ac934e9e92d5fd361e0da4.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/jquery_ujs.self-d602bdfe68ffc63b9f9cc512872aa3cfff046228a0a36e90dd476e8ef54c1b09.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/transition.self-9616c4e856b57659b67da3c6f2adcd584b5601ef4bebcdadab8ebb387d80bb25.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/affix.self-f7aef9d98ee5ece34a6a92a6a15bba777d93e8d908b75c95a85088277f394200.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/alert.self-896ab026e6823f5cef2441e07dac53d0692a5b772ac58b1ce20aa624c342d3f4.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/button.self-d19f3e2bcd3a7a4d75c11b9141b3fabd2c11987da1e99c85548ec3ecf8db30c3.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/carousel.self-b2e5e14483e6c31343a83861b7d487620f143d6fc2d07d5ae7544b6b225ba6be.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/collapse.self-93820e9b486e375a7fb4477602def3a6f8381fa6d50938d5378297ffbe4a1248.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.self-30536ae4d54b2685c26b5787ed0eb549a9075717fe690cce6270873bedf2df00.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/modal.self-bcfe54f3132bf16a8c5ce4289e47eba488f6522a08f49f378a037061c6c7aa4c.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.self-c5c6ed008955656d345067e9821d79f1216b8383134d08465d4aa1a33a2b93b4.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/tab.self-9b77df34cbbb08ec93a806d6cdb741f04e3dbf3389978a0679146f2d2987bc89.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.self-3aa41fbe871573b34e0ebddf31598cd5a11a9841ca85f90934ea46326e46626d.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/popover.self-b73e9c9111d01148e24bbc46e096782e024dc5db630e7078cf11ed2587ef8551.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.self-384a79ed2448e994af8b4d1559ebefd56d9c7b90cbcff70651aa29c4d2918c4b.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.self-356da1275c02184d8e20410d0de1057d9c2daccadc1be86177e9ac7c6197046a.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/libraries/summernote.self-0a2d46342966343b65435c8fbea55b3c09e6f9a42f5423983da22bb201249758.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.self-8ca4268e93d12ce18f015a679a49a14d56f045a5e7eaa2aad402e7fe0eea0893.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/application.self-adb77c0810259e90473997b528d8060f6f07c77125ddca0e7b99347fb1dfc88e.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/hatchy.self-79488488398f5f5aed236dd6e9f914599370d04dfe70fda61b8c83bf739b1088.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/assets/hatchy/projects/show.self-2a893ad664d5524dc28063d2e82a68c64b3bcce484fec393866e6b8e3ccf5e3c.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:18 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.7ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:43:22.420235' and ends_at >= '2016-02-01 23:43:22.420235') Completed 200 OK in 90ms (Views: 85.3ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/hatchy.self-daac38206026a871ea6ea458f60d81190f182af9b38367e4bfebb719f8606c11.css?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/jquery.self-c64a74367bda6ef8b860f19e74df08927ca99d2be2ac934e9e92d5fd361e0da4.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/jquery_ujs.self-d602bdfe68ffc63b9f9cc512872aa3cfff046228a0a36e90dd476e8ef54c1b09.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/transition.self-9616c4e856b57659b67da3c6f2adcd584b5601ef4bebcdadab8ebb387d80bb25.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/affix.self-f7aef9d98ee5ece34a6a92a6a15bba777d93e8d908b75c95a85088277f394200.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/alert.self-896ab026e6823f5cef2441e07dac53d0692a5b772ac58b1ce20aa624c342d3f4.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/button.self-d19f3e2bcd3a7a4d75c11b9141b3fabd2c11987da1e99c85548ec3ecf8db30c3.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/carousel.self-b2e5e14483e6c31343a83861b7d487620f143d6fc2d07d5ae7544b6b225ba6be.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/collapse.self-93820e9b486e375a7fb4477602def3a6f8381fa6d50938d5378297ffbe4a1248.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/dropdown.self-30536ae4d54b2685c26b5787ed0eb549a9075717fe690cce6270873bedf2df00.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/modal.self-bcfe54f3132bf16a8c5ce4289e47eba488f6522a08f49f378a037061c6c7aa4c.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/scrollspy.self-c5c6ed008955656d345067e9821d79f1216b8383134d08465d4aa1a33a2b93b4.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/tab.self-9b77df34cbbb08ec93a806d6cdb741f04e3dbf3389978a0679146f2d2987bc89.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/tooltip.self-3aa41fbe871573b34e0ebddf31598cd5a11a9841ca85f90934ea46326e46626d.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/popover.self-b73e9c9111d01148e24bbc46e096782e024dc5db630e7078cf11ed2587ef8551.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/bootstrap/bootstrap.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/libraries/pnotify.custom.self-384a79ed2448e994af8b4d1559ebefd56d9c7b90cbcff70651aa29c4d2918c4b.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/libraries/owl.carousel.self-356da1275c02184d8e20410d0de1057d9c2daccadc1be86177e9ac7c6197046a.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/libraries/summernote.self-0a2d46342966343b65435c8fbea55b3c09e6f9a42f5423983da22bb201249758.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/libraries/jquery.countdown.self-8ca4268e93d12ce18f015a679a49a14d56f045a5e7eaa2aad402e7fe0eea0893.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/application.self-adb77c0810259e90473997b528d8060f6f07c77125ddca0e7b99347fb1dfc88e.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/hatchy.self-79488488398f5f5aed236dd6e9f914599370d04dfe70fda61b8c83bf739b1088.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/assets/hatchy/projects/show.self-2a893ad664d5524dc28063d2e82a68c64b3bcce484fec393866e6b8e3ccf5e3c.js?body=1" for 127.0.0.1 at 2016-02-01 17:43:22 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:44:12 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.7ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:44:12.866581' and ends_at >= '2016-02-01 23:44:12.866581') Completed 200 OK in 99ms (Views: 92.3ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/projects/show.self-ac702f4837a5c6fb98baf048b017b4039f9c89602fff457a628f267917b1b223.js?body=1" for 127.0.0.1 at 2016-02-01 17:44:12 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:45:02 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:45:02.173840' and ends_at >= '2016-02-01 23:45:02.173840') Completed 200 OK in 102ms (Views: 95.8ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/projects/show.self-cf56a335ff7aaafd1fba9bbafaa5c8da201fe3ecdec0c8845245302cce381c87.js?body=1" for 127.0.0.1 at 2016-02-01 17:45:02 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:45:15 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.5ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:45:15.166979' and ends_at >= '2016-02-01 23:45:15.166979') Completed 200 OK in 88ms (Views: 83.3ms | ActiveRecord: 1.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:45:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:45:20.014662' and ends_at >= '2016-02-01 23:45:20.014662') Completed 200 OK in 90ms (Views: 86.1ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:50:35 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:50:35.164126' and ends_at >= '2016-02-01 23:50:35.164126') Completed 200 OK in 93ms (Views: 85.4ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/projects/show.self-99a31aa83966e01d6fac08b77b963b31a404b3b42f190d165b075d2ee2a17c96.js?body=1" for 127.0.0.1 at 2016-02-01 17:50:35 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:50:50 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:50:50.550473' and ends_at >= '2016-02-01 23:50:50.550473') Completed 200 OK in 81ms (Views: 75.0ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/projects/show.self-50a5dddf69784298c30e6d57f0b3bcef2f6bb0676b2e4bb7d6d460b391de59e5.js?body=1" for 127.0.0.1 at 2016-02-01 17:50:50 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:51:08 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:51:08.500151' and ends_at >= '2016-02-01 23:51:08.500151') Completed 200 OK in 94ms (Views: 87.3ms | ActiveRecord: 1.9ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:52:01 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.7ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:52:01.754699' and ends_at >= '2016-02-01 23:52:01.754699') Completed 200 OK in 96ms (Views: 91.7ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/projects/show.self-e48b07cf7d551bd81c97cf454c89925e8ec27011ae5872cd4a84ca4736168d66.js?body=1" for 127.0.0.1 at 2016-02-01 17:52:01 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:52:59 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (2.0ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:52:59.303739' and ends_at >= '2016-02-01 23:52:59.303739') Completed 200 OK in 102ms (Views: 93.0ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/projects/show.self-fb3c66dc6d343c0bf301720dbd39b52a1004635db0423655de1a09ffca2fea4c.js?body=1" for 127.0.0.1 at 2016-02-01 17:52:59 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:53:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:53:42.573490' and ends_at >= '2016-02-01 23:53:42.573490') Completed 200 OK in 94ms (Views: 89.2ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/projects/show.self-897cc7f87fb47166fda5c8bd9792ed5147d5e9a136fb4953bddad42ffab37067.js?body=1" for 127.0.0.1 at 2016-02-01 17:53:42 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:55:23 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:55:23.099172' and ends_at >= '2016-02-01 23:55:23.099172') Completed 200 OK in 100ms (Views: 91.4ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/projects/show.self-28adb3b132821a3042c0c584c4572b5ae9d76914e6c9a5199ad62661ae0bc5f3.js?body=1" for 127.0.0.1 at 2016-02-01 17:55:23 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:55:52 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:55:52.557047' and ends_at >= '2016-02-01 23:55:52.557047') Completed 200 OK in 94ms (Views: 88.2ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/projects/show.self-3f0b21ae551ff2e7374ef9bd8cf0708847b6746245ee6c113bc487fbbba801fc.js?body=1" for 127.0.0.1 at 2016-02-01 17:55:52 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:56:38 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:56:38.808457' and ends_at >= '2016-02-01 23:56:38.808457') Completed 200 OK in 91ms (Views: 87.1ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:57:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:57:19.513631' and ends_at >= '2016-02-01 23:57:19.513631') Completed 200 OK in 83ms (Views: 76.1ms | ActiveRecord: 1.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:57:50 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.4ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:57:50.089225' and ends_at >= '2016-02-01 23:57:50.089225') Completed 200 OK in 102ms (Views: 95.9ms | ActiveRecord: 1.8ms) Started GET "/assets/hatchy/projects/show.self-7f005836b98d6596fc4fe641847424450aaf27d40b1749c8ea97f4141faed840.js?body=1" for 127.0.0.1 at 2016-02-01 17:57:50 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:58:00 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:58:00.161557' and ends_at >= '2016-02-01 23:58:00.161557') Completed 200 OK in 86ms (Views: 81.9ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:58:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (26.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:58:53.610150' and ends_at >= '2016-02-01 23:58:53.610150') Completed 200 OK in 91ms (Views: 85.8ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/projects/show.self-7bcf6b0fb33f060e4b85acc5bbbd1bf70907bc45a6f92ea18b2c19b40c599025.js?body=1" for 127.0.0.1 at 2016-02-01 17:58:53 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:59:23 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:59:24.009325' and ends_at >= '2016-02-01 23:59:24.009325') Completed 200 OK in 90ms (Views: 85.3ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:59:27 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:59:27.688168' and ends_at >= '2016-02-01 23:59:27.688168') Completed 200 OK in 83ms (Views: 78.7ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:59:44 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:59:44.067934' and ends_at >= '2016-02-01 23:59:44.067934') Completed 200 OK in 88ms (Views: 82.7ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/projects/show.self-bbdf9eb33b015728e33d860bb1920b0ad39f239bb20a8901ee4ab880d4ba3f42.js?body=1" for 127.0.0.1 at 2016-02-01 17:59:44 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:59:51 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:59:51.878641' and ends_at >= '2016-02-01 23:59:51.878641') Completed 200 OK in 86ms (Views: 80.7ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:59:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:59:54.634281' and ends_at >= '2016-02-01 23:59:54.634281') Completed 200 OK in 84ms (Views: 78.7ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 17:59:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-01 23:59:57.769791' and ends_at >= '2016-02-01 23:59:57.769791') Completed 200 OK in 96ms (Views: 89.9ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:00:00 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.0ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:00:00.281549' and ends_at >= '2016-02-02 00:00:00.281549') Completed 200 OK in 91ms (Views: 85.8ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:01:22 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:01:22.375456' and ends_at >= '2016-02-02 00:01:22.375456') Completed 200 OK in 87ms (Views: 82.5ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/projects/show.self-bdaed0c440d098a4d8ebdfa00ab1fd0bbfd52da5f4f821bfe9a7a2204e93ff92.js?body=1" for 127.0.0.1 at 2016-02-01 18:01:22 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:01:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:01:31.114876' and ends_at >= '2016-02-02 00:01:31.114876') Completed 200 OK in 86ms (Views: 80.3ms | ActiveRecord: 1.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:01:50 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:01:50.084561' and ends_at >= '2016-02-02 00:01:50.084561') Completed 200 OK in 93ms (Views: 87.1ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/projects/show.self-efa292d4b2365ba10a6a7507e1d428eba0a403f78d3e3ae11497ae39e7346dd7.js?body=1" for 127.0.0.1 at 2016-02-01 18:01:50 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:01:56 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:01:56.929580' and ends_at >= '2016-02-02 00:01:56.929580') Completed 200 OK in 90ms (Views: 81.4ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:03:16 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:03:16.557655' and ends_at >= '2016-02-02 00:03:16.557655') Completed 200 OK in 98ms (Views: 93.3ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/projects/show.self-d80da66aebc8f53b6c8b0fe51cbbd0db95e870705652831cfe3aa2cdd4d04cc7.js?body=1" for 127.0.0.1 at 2016-02-01 18:03:16 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:03:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:03:31.137455' and ends_at >= '2016-02-02 00:03:31.137455') Completed 200 OK in 103ms (Views: 97.1ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/projects/show.self-8a52a0f09cf4b002f71e42a3fcb61014bcf7cb2c098c899a22ed83e7db03825a.js?body=1" for 127.0.0.1 at 2016-02-01 18:03:31 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:03:48 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:03:48.937454' and ends_at >= '2016-02-02 00:03:48.937454') Completed 200 OK in 99ms (Views: 82.5ms | ActiveRecord: 1.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:05:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.7ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:05:19.485708' and ends_at >= '2016-02-02 00:05:19.485708') Completed 200 OK in 90ms (Views: 85.2ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/projects/show.self-c9470a6bd63ea00f7d8111406457199bd7000f824802796a16f2759b641d6924.js?body=1" for 127.0.0.1 at 2016-02-01 18:05:19 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:05:26 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.0ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:05:26.670491' and ends_at >= '2016-02-02 00:05:26.670491') Completed 200 OK in 82ms (Views: 76.8ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:07:35 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:07:35.738975' and ends_at >= '2016-02-02 00:07:35.738975') Completed 200 OK in 91ms (Views: 85.6ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/projects/show.self-d1113d81e1dd2ce452a3cba4446b383c13e71bc9ae62655dca9c3dc973e12fa0.js?body=1" for 127.0.0.1 at 2016-02-01 18:07:35 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:07:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.8ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:07:54.184027' and ends_at >= '2016-02-02 00:07:54.184027') Completed 200 OK in 95ms (Views: 89.0ms | ActiveRecord: 2.5ms) Started GET "/assets/hatchy/projects/show.self-3af77f59912d8b6df1f80b35da14a3c176b200baf071ea63b0622cfce79c1aa8.js?body=1" for 127.0.0.1 at 2016-02-01 18:07:54 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:08:12 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:08:12.942681' and ends_at >= '2016-02-02 00:08:12.942681') Completed 200 OK in 86ms (Views: 79.8ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:08:13 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:08:13.072301' and ends_at >= '2016-02-02 00:08:13.072301') Completed 200 OK in 84ms (Views: 80.6ms | ActiveRecord: 1.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:13:02 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.5ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (28.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:13:02.174019' and ends_at >= '2016-02-02 00:13:02.174019') Completed 200 OK in 104ms (Views: 100.1ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/projects/show.self-db994cc1ff88e6b0dca910b9c96d623c548819361289d099767e34087eaab5b8.js?body=1" for 127.0.0.1 at 2016-02-01 18:13:02 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:13:21 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:13:21.566208' and ends_at >= '2016-02-02 00:13:21.566208') Completed 200 OK in 90ms (Views: 84.2ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/projects/show.self-2369b9bd9c80038cc81169f1cd8dddf71afbe9b45550aa580f9f339e442bcb07.js?body=1" for 127.0.0.1 at 2016-02-01 18:13:21 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:13:51 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (26.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:13:51.211600' and ends_at >= '2016-02-02 00:13:51.211600') Completed 200 OK in 90ms (Views: 85.2ms | ActiveRecord: 1.2ms) Started GET "/assets/hatchy/projects/show.self-1a575d18b70524186f64877dc0adb03a13b34711071b20edaa0b25210f834a03.js?body=1" for 127.0.0.1 at 2016-02-01 18:13:51 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:14:24 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.7ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:14:24.080973' and ends_at >= '2016-02-02 00:14:24.080973') Completed 200 OK in 93ms (Views: 86.9ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/projects/show.self-87df88d4e301e0e6d3336cf71a5a73ffff9c1120860d7f2eef293ad36cb5b889.js?body=1" for 127.0.0.1 at 2016-02-01 18:14:24 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:14:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:14:31.440490' and ends_at >= '2016-02-02 00:14:31.440490') Completed 200 OK in 91ms (Views: 86.3ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/projects/show.self-212834a5c7fef31970c102be71e42630fbdb60754bf4214c4d803b2e719a9aa7.js?body=1" for 127.0.0.1 at 2016-02-01 18:14:31 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:14:38 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.5ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:14:38.225168' and ends_at >= '2016-02-02 00:14:38.225168') Completed 200 OK in 92ms (Views: 85.5ms | ActiveRecord: 1.9ms) Started GET "/assets/hatchy/projects/show.self-4f9c8188325f8468537f67c9a31fd52c633583fe87a6b0fac68dc6fd333b2c7f.js?body=1" for 127.0.0.1 at 2016-02-01 18:14:38 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:15:16 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:15:16.864738' and ends_at >= '2016-02-02 00:15:16.864738') Completed 200 OK in 99ms (Views: 94.1ms | ActiveRecord: 1.7ms) Started GET "/assets/hatchy/projects/show.self-949b1c46e5fc820ddda4ae72077ea7f8208d8069dea88a2d03252fc38b2f4d40.js?body=1" for 127.0.0.1 at 2016-02-01 18:15:16 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:15:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:15:42.490532' and ends_at >= '2016-02-02 00:15:42.490532') Completed 200 OK in 88ms (Views: 82.8ms | ActiveRecord: 1.6ms) Started GET "/assets/jquery.self-c64a74367bda6ef8b860f19e74df08927ca99d2be2ac934e9e92d5fd361e0da4.js?body=1" for 127.0.0.1 at 2016-02-01 18:15:42 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:15:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (11.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (29.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:15:42.795913' and ends_at >= '2016-02-02 00:15:42.795913') Completed 200 OK in 95ms (Views: 89.7ms | ActiveRecord: 1.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:16:07 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:16:07.887241' and ends_at >= '2016-02-02 00:16:07.887241') Completed 200 OK in 92ms (Views: 81.5ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:17:25 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.6ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (26.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:17:25.803912' and ends_at >= '2016-02-02 00:17:25.803912') Completed 200 OK in 95ms (Views: 89.8ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/projects/show.self-4396f98318c05c3bcecdaf242bf1447295b5de714118d2dd35d0887e410f0bbb.js?body=1" for 127.0.0.1 at 2016-02-01 18:17:25 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:24:33 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:24:33.722203' and ends_at >= '2016-02-02 00:24:33.722203') Completed 200 OK in 99ms (Views: 93.7ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/projects/show.self-3f485eac2e1e342cf7384d7d92daba88523e999cf458e4c2cf8a293a2faeeac3.js?body=1" for 127.0.0.1 at 2016-02-01 18:24:33 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:27:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:27:05.272819' and ends_at >= '2016-02-02 00:27:05.272819') Completed 200 OK in 100ms (Views: 95.5ms | ActiveRecord: 1.3ms) Started GET "/assets/hatchy/projects/show.self-b61b8574c8b9f19ec244247e88c607e2c73ba89fa72a5bae085cc02c9ed03e9a.js?body=1" for 127.0.0.1 at 2016-02-01 18:27:05 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:27:49 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:27:49.296480' and ends_at >= '2016-02-02 00:27:49.296480') Completed 200 OK in 91ms (Views: 85.5ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/projects/show.self-d4c5c7bc073ec941055d6eaca7cded8582d27faff62613dc722459347dca2f41.js?body=1" for 127.0.0.1 at 2016-02-01 18:27:49 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:28:13 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:28:13.914608' and ends_at >= '2016-02-02 00:28:13.914608') Completed 200 OK in 89ms (Views: 83.8ms | ActiveRecord: 1.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:28:14 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:28:14.296423' and ends_at >= '2016-02-02 00:28:14.296423') Completed 200 OK in 98ms (Views: 92.5ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:28:36 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.3ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (31.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:28:36.994371' and ends_at >= '2016-02-02 00:28:36.994371') Completed 200 OK in 103ms (Views: 97.9ms | ActiveRecord: 1.6ms) Started GET "/assets/hatchy/projects/show.self-6a641382c76f40b9d5a9c302c2546a3f07419e6078c12f0b32e9b33c18eb9b32.js?body=1" for 127.0.0.1 at 2016-02-01 18:28:37 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:29:18 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:29:18.291242' and ends_at >= '2016-02-02 00:29:18.291242') Completed 200 OK in 88ms (Views: 83.3ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:29:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:29:31.956649' and ends_at >= '2016-02-02 00:29:31.956649') Completed 200 OK in 89ms (Views: 83.7ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/projects/show.self-320d883af962272dc2f3f20fa1fdb05ceef8025002ce58d0a90cd98da39e8786.js?body=1" for 127.0.0.1 at 2016-02-01 18:29:32 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:30:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:30:42.542278' and ends_at >= '2016-02-02 00:30:42.542278') Completed 200 OK in 89ms (Views: 84.4ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/projects/show.self-bb125353e3eaae73a38afaa7473aff4bbeb10dd1b0fa1c6504ea678dd2027b30.js?body=1" for 127.0.0.1 at 2016-02-01 18:30:42 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:30:59 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:30:59.627331' and ends_at >= '2016-02-02 00:30:59.627331') Completed 200 OK in 97ms (Views: 86.9ms | ActiveRecord: 1.5ms) Started GET "/assets/hatchy/projects/show.self-f4fd5f49dbd7e81b5dd9b6dea816695e8334aa7bcaab0213d9ca13613cccd66c.js?body=1" for 127.0.0.1 at 2016-02-01 18:30:59 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:31:17 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:31:17.135593' and ends_at >= '2016-02-02 00:31:17.135593') Completed 200 OK in 99ms (Views: 94.0ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/projects/show.self-998402bf325729f80344c9b2991a62e441073df6ab0be4e1d8ffc6e37a4b4e5b.js?body=1" for 127.0.0.1 at 2016-02-01 18:31:17 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:31:21 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:31:21.518845' and ends_at >= '2016-02-02 00:31:21.518845') Completed 200 OK in 93ms (Views: 86.2ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:31:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.7ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:31:42.649229' and ends_at >= '2016-02-02 00:31:42.649229') Completed 200 OK in 103ms (Views: 96.7ms | ActiveRecord: 2.0ms) Started GET "/assets/hatchy/projects/show.self-10b4de55e7c716b28a7f7a92fb5602fa0ee71940094919046890014d9437bc41.js?body=1" for 127.0.0.1 at 2016-02-01 18:31:42 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:31:45 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.8ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:31:45.883447' and ends_at >= '2016-02-02 00:31:45.883447') Completed 200 OK in 88ms (Views: 83.3ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:31:49 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.4ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:31:49.465970' and ends_at >= '2016-02-02 00:31:49.465970') Completed 200 OK in 93ms (Views: 87.2ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:37:49 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.6ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (28.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:37:49.912199' and ends_at >= '2016-02-02 00:37:49.912199') Completed 200 OK in 95ms (Views: 91.3ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/projects/show.self-bccebb0cb9aa830f5c1e43d146fc3560abc26e4bef267d5bca2ff0eb3b3b5f17.js?body=1" for 127.0.0.1 at 2016-02-01 18:37:50 -0600 Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:38:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:38:19.858966' and ends_at >= '2016-02-02 00:38:19.858966') Completed 200 OK in 87ms (Views: 79.6ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:38:22 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.5ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:38:22.795395' and ends_at >= '2016-02-02 00:38:22.795395') Completed 200 OK in 85ms (Views: 80.9ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:41:11 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:41:13.555519' and ends_at >= '2016-02-02 00:41:13.555519') Completed 200 OK in 2386ms (Views: 2381.0ms | ActiveRecord: 1.4ms) Started GET "/assets/hatchy/hatchy.self-f3a4831567296ce0155f734b0477b4b453c83d586b396683cc25c2672a720269.css?body=1" for 127.0.0.1 at 2016-02-01 18:41:13 -0600 Started GET "/dashboard" for 127.0.0.1 at 2016-02-01 18:41:25 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (14.9ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (23.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (55.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:41:25.925150' and ends_at >= '2016-02-02 00:41:25.925150') Completed 200 OK in 128ms (Views: 119.1ms | ActiveRecord: 1.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:41:26 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:41:26 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (6.6ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (33.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (24.0ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (134.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:41:26.950603' and ends_at >= '2016-02-02 00:41:26.950603') Completed 200 OK in 202ms (Views: 195.1ms | ActiveRecord: 1.5ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:41:38 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"V1JPq7xQbi7VX25GtGHQwbSXTGC5qemyLDmuRpMyN5/8zsI1J92oOV4oyDLAiKsqtxJEdpaxbaIzkktJkOOpGA==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"This is the second Post", "content"=>"

blabkabakababaka

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-02-02 00:41:38.498789"], ["expires_at", "2016-04-01 23:41:38.498789"], ["updated_at", "2016-02-02 00:41:38.499552"], ["id", 1]] SQL (0.2ms) INSERT INTO "hatchy_project_posts" ("title", "content", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "This is the second Post"], ["content", "

blabkabakababaka

"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-02-02 00:41:38.501855"], ["updated_at", "2016-02-02 00:41:38.501855"]]  (303.3ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 323ms (ActiveRecord: 304.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:41:38 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (23.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (10.9ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (70.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:41:38.923162' and ends_at >= '2016-02-02 00:41:38.923162') Completed 200 OK in 136ms (Views: 130.5ms | ActiveRecord: 1.4ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 18:41:43 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 00:41:43.298144' AND '2016-02-02 00:41:43.298510') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (19.1ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:41:43.343510' and ends_at >= '2016-02-02 00:41:43.343510') Completed 200 OK in 80ms (Views: 76.6ms | ActiveRecord: 1.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:41:44 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:41:44 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (34.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (14.5ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (82.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:41:44.372536' and ends_at >= '2016-02-02 00:41:44.372536') Completed 200 OK in 163ms (Views: 158.2ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:41:46 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.9ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:41:46.078462' and ends_at >= '2016-02-02 00:41:46.078462') Completed 200 OK in 84ms (Views: 78.8ms | ActiveRecord: 1.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:42:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:42:39.677821' and ends_at >= '2016-02-02 00:42:39.677821') Completed 200 OK in 98ms (Views: 91.1ms | ActiveRecord: 1.4ms) Started GET "/projects/1/posts/7" for 127.0.0.1 at 2016-02-01 18:42:43 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"7"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 7]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:42:43.475725' and ends_at >= '2016-02-02 00:42:43.475725') Completed 200 OK in 67ms (Views: 63.9ms | ActiveRecord: 0.5ms) Started GET "/projects/1/posts/6" for 127.0.0.1 at 2016-02-01 18:42:46 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"6"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 6]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:42:46.259284' and ends_at >= '2016-02-02 00:42:46.259284') Completed 200 OK in 69ms (Views: 64.8ms | ActiveRecord: 0.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:44:07 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (5.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (50.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:44:07.657972' and ends_at >= '2016-02-02 00:44:07.657972') Completed 200 OK in 152ms (Views: 107.3ms | ActiveRecord: 4.2ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:44:16 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:44:16.853491' and ends_at >= '2016-02-02 00:44:16.853491') Completed 200 OK in 99ms (Views: 87.5ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:44:47 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (15.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (13.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (0.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (14.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (53.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:44:47.574886' and ends_at >= '2016-02-02 00:44:47.574886') Completed 200 OK in 184ms (Views: 133.4ms | ActiveRecord: 4.6ms) Started GET "/dashboard" for 127.0.0.1 at 2016-02-01 18:44:51 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (12.2ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (21.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (44.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:44:51.692304' and ends_at >= '2016-02-02 00:44:51.692304') Completed 200 OK in 128ms (Views: 119.3ms | ActiveRecord: 1.8ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:44:52 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:44:52 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.7ms) Hatchy::Category Load (0.7ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.9ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (6.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (20.4ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (12.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (99.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:44:52.587877' and ends_at >= '2016-02-02 00:44:52.587877') Completed 200 OK in 174ms (Views: 161.4ms | ActiveRecord: 2.9ms) Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1 Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? [["project_id", 1]]  (144.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.3ms) select sqlite_version(*)  (132.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHatchyAnnouncements (20160111174923)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174923_create_hatchy_announcements.rb:7)  (0.3ms) CREATE TABLE "hatchy_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text(80) NOT NULL, "starts_at" datetime NOT NULL, "ends_at" datetime NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174923"]]  (158.6ms) commit transaction Migrating to CreateHatchyBanks (20160111174945)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111174945_create_hatchy_banks.rb:6)  (0.3ms) CREATE TABLE "hatchy_banks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(80) NOT NULL, "code" varchar(10) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE UNIQUE INDEX "index_hatchy_banks_on_code" ON "hatchy_banks" ("code") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111174945"]]  (137.0ms) commit transaction Migrating to CreateHatchyBankAccounts (20160111175001)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175001_create_hatchy_bank_accounts.rb:8)  (0.7ms) CREATE TABLE "hatchy_bank_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "bank_id" integer, "account" varchar NOT NULL, "account_digit" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_hatchy_bank_accounts_on_user_id_and_bank_id" ON "hatchy_bank_accounts" ("user_id", "bank_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175001"]]  (128.8ms) commit transaction Migrating to CreateHatchyCategories (20160111175017)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175017_create_hatchy_categories.rb:5)  (0.3ms) CREATE TABLE "hatchy_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE UNIQUE INDEX "index_hatchy_categories_on_name" ON "hatchy_categories" ("name") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175017"]]  (198.0ms) commit transaction Migrating to CreateHatchyContributions (20160111175037)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175037_create_hatchy_contributions.rb:25)  (0.4ms) CREATE TABLE "hatchy_contributions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "user_id" integer, "reward_id" integer, "country_id" integer, "value" decimal NOT NULL, "status" varchar NOT NULL, "step" varchar NOT NULL, "name" varchar, "email" varchar, "document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_zip" varchar, "address_state" varchar, "address_phone" varchar, "ip_address" varchar, "card_type" varchar, "card_expires_on" date, "anonymous" boolean DEFAULT 'f', "notified_when_finish" boolean, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_hatchy_contributions_on_project_id" ON "hatchy_contributions" ("project_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.2ms) CREATE INDEX "index_hatchy_contributions_on_user_id" ON "hatchy_contributions" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.1ms) CREATE INDEX "index_hatchy_contributions_on_reward_id" ON "hatchy_contributions" ("reward_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'  (0.2ms) CREATE INDEX "index_hatchy_contributions_on_country_id" ON "hatchy_contributions" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175037"]]  (149.1ms) commit transaction Migrating to CreateHatchyCountries (20160111175055)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175055_create_hatchy_countries.rb:11)  (0.3ms) CREATE TABLE "hatchy_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "code2" varchar, "code3" varchar, "continent" varchar, "tld" varchar, "currency" varchar, "eu_member" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175055"]]  (154.0ms) commit transaction Migrating to CreateHatchyRewards (20160111175124)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175124_create_hatchy_rewards.rb:10)  (1.0ms) CREATE TABLE "hatchy_rewards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "min_value" decimal NOT NULL, "max_contributions" integer, "description" varchar NOT NULL, "row_order" integer, "deliver_at" datetime, "created_at" datetime, "updated_at" datetime)   (0.5ms) CREATE INDEX "index_hatchy_rewards_on_project_id" ON "hatchy_rewards" ("project_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175124"]]  (138.2ms) commit transaction Migrating to CreateHatchyProjects (20160111175139)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175139_create_hatchy_projects.rb:22)  (0.4ms) CREATE TABLE "hatchy_projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "category_id" integer, "project_img" varchar, "city" varchar, "name" varchar(50) NOT NULL, "headline" varchar, "about" varchar, "budget" varchar, "video_url" varchar, "short_url" varchar, "goal" decimal(8,2), "online_days" integer, "online_date" datetime, "expires_at" datetime, "rejected_at" datetime, "send_to_draft_at" datetime, "status" varchar NOT NULL, "recommended" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_hatchy_projects_on_user_id" ON "hatchy_projects" ("user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.4ms) CREATE INDEX "index_hatchy_projects_on_category_id" ON "hatchy_projects" ("category_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175139"]]  (155.5ms) commit transaction Migrating to CreateHatchyProjectAccounts (20160111175158)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111175158_create_hatchy_project_accounts.rb:18)  (0.3ms) CREATE TABLE "hatchy_project_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "bank_id" integer, "account_type" varchar, "email" varchar, "phone" varchar, "account" varchar, "account_digit" varchar, "owner_name" varchar, "owner_document" varchar, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_hatchy_project_accounts_on_project_id" ON "hatchy_project_accounts" ("project_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_project_accounts_on_bank_id" ON "hatchy_project_accounts" ("bank_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175158"]]  (155.0ms) commit transaction Migrating to DeviseCreateHatchyUsers (20160111175249)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "hatchy_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country_id" integer, "profile_img" varchar, "cover_img" varchar, "facebook_link" varchar, "twitter_link" varchar, "other_link" varchar, "first_name" varchar, "last_name" varchar, "about" varchar, "newsletter" boolean DEFAULT 't' NOT NULL, "subs_projects" boolean DEFAULT 't' NOT NULL, "locale" varchar DEFAULT 'en' NOT NULL, "address_street" varchar, "address_number" varchar, "address_city" varchar, "address_state" varchar, "address_zip" varchar, "document" varchar, "phone" varchar, "mobile" varchar, "admin" boolean DEFAULT 'f' NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_hatchy_users_on_email" ON "hatchy_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_hatchy_users_on_reset_password_token" ON "hatchy_users" ("reset_password_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index'   (0.1ms) CREATE INDEX "index_hatchy_users_on_country_id" ON "hatchy_users" ("country_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111175249"]]  (128.8ms) commit transaction Migrating to CreateHatchyCategoryFollowers (20160111181655)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/bauser/Documents/dev/ruby/opensource/hatchy/db/migrate/20160111181655_create_hatchy_category_followers.rb:6)  (0.3ms) CREATE TABLE "hatchy_category_followers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_hatchy_category_followers_on_user_id_and_category_id" ON "hatchy_category_followers" ("user_id", "category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111181655"]]  (165.4ms) commit transaction Migrating to CreateHatchyProjectPosts (20160123012002)  (0.1ms) begin transaction  (0.9ms) CREATE TABLE "hatchy_project_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "project_id" integer, "private" boolean DEFAULT 'f', "title" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE INDEX "index_hatchy_project_posts_on_user_id_and_project_id" ON "hatchy_project_posts" ("user_id", "project_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160123012002"]]  (150.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_bank_accounts_on_user_id_and_bank_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_banks_on_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_banks_on_code' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_categories_on_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_categories_on_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_category_followers_on_user_id_and_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_reward_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_contributions_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_bank_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_accounts_on_project_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_project_posts_on_user_id_and_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_project_posts_on_user_id_and_project_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_category_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_category_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_projects_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_projects_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_rewards_on_project_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_hatchy_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_hatchy_users_on_email' AND type='index' Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Art"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Art' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Art"], ["created_at", "2016-02-02 00:46:25.775245"], ["updated_at", "2016-02-02 00:46:25.775245"]]  (129.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Visual Arts"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Visual Arts' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Visual Arts"], ["created_at", "2016-02-02 00:46:25.910383"], ["updated_at", "2016-02-02 00:46:25.910383"]]  (127.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Circus"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Circus' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Circus"], ["created_at", "2016-02-02 00:46:26.044601"], ["updated_at", "2016-02-02 00:46:26.044601"]]  (128.5ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Community"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Community' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Community"], ["created_at", "2016-02-02 00:46:26.179596"], ["updated_at", "2016-02-02 00:46:26.179596"]]  (127.1ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Humor"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Humor' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Humor"], ["created_at", "2016-02-02 00:46:26.314355"], ["updated_at", "2016-02-02 00:46:26.314355"]]  (137.8ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Comicbooks"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Comicbooks' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Comicbooks"], ["created_at", "2016-02-02 00:46:26.457203"], ["updated_at", "2016-02-02 00:46:26.457203"]]  (131.6ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Dance"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Dance' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Dance"], ["created_at", "2016-02-02 00:46:26.594459"], ["updated_at", "2016-02-02 00:46:26.594459"]]  (129.8ms) commit transaction Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Design"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Design' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Design"], ["created_at", "2016-02-02 00:46:26.730876"], ["updated_at", "2016-02-02 00:46:26.730876"]]  (149.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Events"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Events' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Events"], ["created_at", "2016-02-02 00:46:26.887089"], ["updated_at", "2016-02-02 00:46:26.887089"]]  (127.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fashion"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fashion' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fashion"], ["created_at", "2016-02-02 00:46:27.022361"], ["updated_at", "2016-02-02 00:46:27.022361"]]  (138.1ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Gastronomy"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Gastronomy' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Gastronomy"], ["created_at", "2016-02-02 00:46:27.168413"], ["updated_at", "2016-02-02 00:46:27.168413"]]  (138.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Film & Video"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Film & Video' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Film & Video"], ["created_at", "2016-02-02 00:46:27.314125"], ["updated_at", "2016-02-02 00:46:27.314125"]]  (150.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Games"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Games' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Games"], ["created_at", "2016-02-02 00:46:27.469192"], ["updated_at", "2016-02-02 00:46:27.469192"]]  (175.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Journalism"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Journalism' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Journalism"], ["created_at", "2016-02-02 00:46:27.650496"], ["updated_at", "2016-02-02 00:46:27.650496"]]  (275.5ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Music"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Music' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Music"], ["created_at", "2016-02-02 00:46:27.930683"], ["updated_at", "2016-02-02 00:46:27.930683"]]  (199.2ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Photography"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.2ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Photography' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Photography"], ["created_at", "2016-02-02 00:46:28.133722"], ["updated_at", "2016-02-02 00:46:28.133722"]]  (163.9ms) commit transaction Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Science & Technology"]]  (0.4ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Science & Technology' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Science & Technology"], ["created_at", "2016-02-02 00:46:28.304927"], ["updated_at", "2016-02-02 00:46:28.304927"]]  (138.1ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Theatre"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Theatre' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Theatre"], ["created_at", "2016-02-02 00:46:28.450219"], ["updated_at", "2016-02-02 00:46:28.450219"]]  (226.7ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Sport"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Sport' LIMIT 1 SQL (0.6ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Sport"], ["created_at", "2016-02-02 00:46:28.683601"], ["updated_at", "2016-02-02 00:46:28.683601"]]  (152.0ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Web"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Web' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Web"], ["created_at", "2016-02-02 00:46:28.844386"], ["updated_at", "2016-02-02 00:46:28.844386"]]  (160.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Carnival"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Carnival' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Carnival"], ["created_at", "2016-02-02 00:46:29.012914"], ["updated_at", "2016-02-02 00:46:29.012914"]]  (159.6ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Architecture & Urbanism"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Architecture & Urbanism' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Architecture & Urbanism"], ["created_at", "2016-02-02 00:46:29.177518"], ["updated_at", "2016-02-02 00:46:29.177518"]]  (165.5ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Literature"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Literature' LIMIT 1 SQL (0.5ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Literature"], ["created_at", "2016-02-02 00:46:29.348761"], ["updated_at", "2016-02-02 00:46:29.348761"]]  (137.8ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Mobility & Transportation"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Mobility & Transportation' LIMIT 1 SQL (0.1ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Mobility & Transportation"], ["created_at", "2016-02-02 00:46:29.491289"], ["updated_at", "2016-02-02 00:46:29.491289"]]  (131.9ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Environment"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Environment' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Environment"], ["created_at", "2016-02-02 00:46:29.628850"], ["updated_at", "2016-02-02 00:46:29.628850"]]  (149.7ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Social Business"]]  (0.2ms) begin transaction Hatchy::Category Exists (0.3ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Social Business' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Social Business"], ["created_at", "2016-02-02 00:46:29.786167"], ["updated_at", "2016-02-02 00:46:29.786167"]]  (150.1ms) commit transaction Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Education"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.4ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Education' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Education"], ["created_at", "2016-02-02 00:46:29.943962"], ["updated_at", "2016-02-02 00:46:29.943962"]]  (250.4ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Fiction Films"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Fiction Films' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Fiction Films"], ["created_at", "2016-02-02 00:46:30.199054"], ["updated_at", "2016-02-02 00:46:30.199054"]]  (254.3ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Documentary Films"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Documentary Films' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Documentary Films"], ["created_at", "2016-02-02 00:46:30.457325"], ["updated_at", "2016-02-02 00:46:30.457325"]]  (209.4ms) commit transaction Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Experimental Films"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Experimental Films' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Experimental Films"], ["created_at", "2016-02-02 00:46:30.670589"], ["updated_at", "2016-02-02 00:46:30.670589"]]  (197.3ms) commit transaction Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."name" = ? LIMIT 1 [["name", "Health"]]  (0.1ms) begin transaction Hatchy::Category Exists (0.1ms) SELECT 1 AS one FROM "hatchy_categories" WHERE "hatchy_categories"."name" = 'Health' LIMIT 1 SQL (0.2ms) INSERT INTO "hatchy_categories" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Health"], ["created_at", "2016-02-02 00:46:30.871792"], ["updated_at", "2016-02-02 00:46:30.871792"]]  (165.1ms) commit transaction Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Bank"], ["code", "69"]]  (0.1ms) begin transaction Hatchy::Bank Exists (0.1ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '69' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Bank"], ["code", "69"], ["created_at", "2016-02-02 00:46:31.046350"], ["updated_at", "2016-02-02 00:46:31.046350"]]  (181.4ms) commit transaction Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."name" = ? AND "hatchy_banks"."code" = ? LIMIT 1 [["name", "Fake Second Bank"], ["code", "96"]]  (0.2ms) begin transaction Hatchy::Bank Exists (0.2ms) SELECT 1 AS one FROM "hatchy_banks" WHERE "hatchy_banks"."code" = '96' LIMIT 1 SQL (0.4ms) INSERT INTO "hatchy_banks" ("name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Fake Second Bank"], ["code", "96"], ["created_at", "2016-02-02 00:46:31.232818"], ["updated_at", "2016-02-02 00:46:31.232818"]]  (196.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_countries"  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Andorra"], ["code2", "AD"], ["code3", "AND"], ["continent", "EU"], ["tld", "ad"], ["currency", "EUR"], ["created_at", "2016-02-02 00:46:31.519476"], ["updated_at", "2016-02-02 00:46:31.519476"]]  (157.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Arab Emirates"], ["code2", "AE"], ["code3", "ARE"], ["continent", "AS"], ["tld", "ae"], ["currency", "AED"], ["created_at", "2016-02-02 00:46:31.680918"], ["updated_at", "2016-02-02 00:46:31.680918"]]  (128.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Afghanistan"], ["code2", "AF"], ["code3", "AFG"], ["continent", "AS"], ["tld", "af"], ["currency", "AFN"], ["created_at", "2016-02-02 00:46:31.815195"], ["updated_at", "2016-02-02 00:46:31.815195"]]  (162.1ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Antigua and Barbuda"], ["code2", "AG"], ["code3", "ATG"], ["continent", "NA"], ["tld", "ag"], ["currency", "XCD"], ["created_at", "2016-02-02 00:46:31.983375"], ["updated_at", "2016-02-02 00:46:31.983375"]]  (219.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Anguilla"], ["code2", "AI"], ["code3", "AIA"], ["continent", "NA"], ["tld", "ai"], ["currency", "XCD"], ["created_at", "2016-02-02 00:46:32.206854"], ["updated_at", "2016-02-02 00:46:32.206854"]]  (140.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Albania"], ["code2", "AL"], ["code3", "ALB"], ["continent", "EU"], ["tld", "al"], ["currency", "ALL"], ["created_at", "2016-02-02 00:46:32.352887"], ["updated_at", "2016-02-02 00:46:32.352887"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Armenia"], ["code2", "AM"], ["code3", "ARM"], ["continent", "AS"], ["tld", "am"], ["currency", "AMD"], ["created_at", "2016-02-02 00:46:32.487009"], ["updated_at", "2016-02-02 00:46:32.487009"]]  (150.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Angola"], ["code2", "AO"], ["code3", "AGO"], ["continent", "AF"], ["tld", "ao"], ["currency", "AOA"], ["created_at", "2016-02-02 00:46:32.643313"], ["updated_at", "2016-02-02 00:46:32.643313"]]  (132.3ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Antarctica"], ["code2", "AQ"], ["code3", "ATA"], ["continent", "AN"], ["tld", "aq"], ["created_at", "2016-02-02 00:46:32.780280"], ["updated_at", "2016-02-02 00:46:32.780280"]]  (128.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Argentina"], ["code2", "AR"], ["code3", "ARG"], ["continent", "SA"], ["tld", "ar"], ["currency", "ARS"], ["created_at", "2016-02-02 00:46:32.913942"], ["updated_at", "2016-02-02 00:46:32.913942"]]  (154.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "American Samoa"], ["code2", "AS"], ["code3", "ASM"], ["continent", "OC"], ["tld", "as"], ["currency", "USD"], ["created_at", "2016-02-02 00:46:33.071929"], ["updated_at", "2016-02-02 00:46:33.071929"]]  (162.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Austria"], ["code2", "AT"], ["code3", "AUT"], ["continent", "EU"], ["tld", "at"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:33.238782"], ["updated_at", "2016-02-02 00:46:33.238782"]]  (143.5ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Australia"], ["code2", "AU"], ["code3", "AUS"], ["continent", "OC"], ["tld", "au"], ["currency", "AUD"], ["created_at", "2016-02-02 00:46:33.385698"], ["updated_at", "2016-02-02 00:46:33.385698"]]  (141.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aruba"], ["code2", "AW"], ["code3", "ABW"], ["continent", "NA"], ["tld", "aw"], ["currency", "AWG"], ["created_at", "2016-02-02 00:46:33.531582"], ["updated_at", "2016-02-02 00:46:33.531582"]]  (218.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Aland Islands"], ["code2", "AX"], ["code3", "ALA"], ["continent", "EU"], ["tld", "ax"], ["currency", "EUR"], ["created_at", "2016-02-02 00:46:33.756098"], ["updated_at", "2016-02-02 00:46:33.756098"]]  (130.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Azerbaijan"], ["code2", "AZ"], ["code3", "AZE"], ["continent", "AS"], ["tld", "az"], ["currency", "AZN"], ["created_at", "2016-02-02 00:46:33.891851"], ["updated_at", "2016-02-02 00:46:33.891851"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bosnia and Herzegovina"], ["code2", "BA"], ["code3", "BIH"], ["continent", "EU"], ["tld", "ba"], ["currency", "BAM"], ["created_at", "2016-02-02 00:46:34.026670"], ["updated_at", "2016-02-02 00:46:34.026670"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Barbados"], ["code2", "BB"], ["code3", "BRB"], ["continent", "NA"], ["tld", "bb"], ["currency", "BBD"], ["created_at", "2016-02-02 00:46:34.161411"], ["updated_at", "2016-02-02 00:46:34.161411"]]  (139.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bangladesh"], ["code2", "BD"], ["code3", "BGD"], ["continent", "AS"], ["tld", "bd"], ["currency", "BDT"], ["created_at", "2016-02-02 00:46:34.306891"], ["updated_at", "2016-02-02 00:46:34.306891"]]  (128.8ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belgium"], ["code2", "BE"], ["code3", "BEL"], ["continent", "EU"], ["tld", "be"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:34.441540"], ["updated_at", "2016-02-02 00:46:34.441540"]]  (129.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burkina Faso"], ["code2", "BF"], ["code3", "BFA"], ["continent", "AF"], ["tld", "bf"], ["currency", "XOF"], ["created_at", "2016-02-02 00:46:34.576147"], ["updated_at", "2016-02-02 00:46:34.576147"]]  (151.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bulgaria"], ["code2", "BG"], ["code3", "BGR"], ["continent", "EU"], ["tld", "bg"], ["currency", "BGN"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:34.733162"], ["updated_at", "2016-02-02 00:46:34.733162"]]  (195.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahrain"], ["code2", "BH"], ["code3", "BHR"], ["continent", "AS"], ["tld", "bh"], ["currency", "BHD"], ["created_at", "2016-02-02 00:46:34.934663"], ["updated_at", "2016-02-02 00:46:34.934663"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Burundi"], ["code2", "BI"], ["code3", "BDI"], ["continent", "AF"], ["tld", "bi"], ["currency", "BIF"], ["created_at", "2016-02-02 00:46:35.091540"], ["updated_at", "2016-02-02 00:46:35.091540"]]  (130.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Benin"], ["code2", "BJ"], ["code3", "BEN"], ["continent", "AF"], ["tld", "bj"], ["currency", "XOF"], ["created_at", "2016-02-02 00:46:35.227600"], ["updated_at", "2016-02-02 00:46:35.227600"]]  (139.9ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Barthelemy"], ["code2", "BL"], ["code3", "BLM"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-02-02 00:46:35.373037"], ["updated_at", "2016-02-02 00:46:35.373037"]]  (241.2ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bermuda"], ["code2", "BM"], ["code3", "BMU"], ["continent", "NA"], ["tld", "bm"], ["currency", "BMD"], ["created_at", "2016-02-02 00:46:35.619970"], ["updated_at", "2016-02-02 00:46:35.619970"]]  (230.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brunei"], ["code2", "BN"], ["code3", "BRN"], ["continent", "AS"], ["tld", "bn"], ["currency", "BND"], ["created_at", "2016-02-02 00:46:35.854452"], ["updated_at", "2016-02-02 00:46:35.854452"]]  (184.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bolivia"], ["code2", "BO"], ["code3", "BOL"], ["continent", "SA"], ["tld", "bo"], ["currency", "BOB"], ["created_at", "2016-02-02 00:46:36.044082"], ["updated_at", "2016-02-02 00:46:36.044082"]]  (153.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Bonaire, Saint Eustatius and Saba NA"], ["code2", "BQ"], ["code3", "BES"], ["continent", ".bq"], ["tld", "USD"], ["created_at", "2016-02-02 00:46:36.200930"], ["updated_at", "2016-02-02 00:46:36.200930"]]  (151.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Brazil"], ["code2", "BR"], ["code3", "BRA"], ["continent", "SA"], ["tld", "br"], ["currency", "BRL"], ["created_at", "2016-02-02 00:46:36.358608"], ["updated_at", "2016-02-02 00:46:36.358608"]]  (184.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bahamas"], ["code2", "BS"], ["code3", "BHS"], ["continent", "NA"], ["tld", "bs"], ["currency", "BSD"], ["created_at", "2016-02-02 00:46:36.548750"], ["updated_at", "2016-02-02 00:46:36.548750"]]  (163.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bhutan"], ["code2", "BT"], ["code3", "BTN"], ["continent", "AS"], ["tld", "bt"], ["currency", "BTN"], ["created_at", "2016-02-02 00:46:36.716883"], ["updated_at", "2016-02-02 00:46:36.716883"]]  (155.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Bouvet Island"], ["code2", "BV"], ["code3", "BVT"], ["continent", "AN"], ["tld", "bv"], ["currency", "NOK"], ["created_at", "2016-02-02 00:46:36.875105"], ["updated_at", "2016-02-02 00:46:36.875105"]]  (173.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Botswana"], ["code2", "BW"], ["code3", "BWA"], ["continent", "AF"], ["tld", "bw"], ["currency", "BWP"], ["created_at", "2016-02-02 00:46:37.054321"], ["updated_at", "2016-02-02 00:46:37.054321"]]  (240.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belarus"], ["code2", "BY"], ["code3", "BLR"], ["continent", "EU"], ["tld", "by"], ["currency", "BYR"], ["created_at", "2016-02-02 00:46:37.299237"], ["updated_at", "2016-02-02 00:46:37.299237"]]  (211.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Belize"], ["code2", "BZ"], ["code3", "BLZ"], ["continent", "NA"], ["tld", "bz"], ["currency", "BZD"], ["created_at", "2016-02-02 00:46:37.513292"], ["updated_at", "2016-02-02 00:46:37.513292"]]  (176.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Canada"], ["code2", "CA"], ["code3", "CAN"], ["continent", "NA"], ["tld", "ca"], ["currency", "CAD"], ["created_at", "2016-02-02 00:46:37.693522"], ["updated_at", "2016-02-02 00:46:37.693522"]]  (356.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cocos Islands"], ["code2", "CC"], ["code3", "CCK"], ["continent", "AS"], ["tld", "cc"], ["currency", "AUD"], ["created_at", "2016-02-02 00:46:38.054722"], ["updated_at", "2016-02-02 00:46:38.054722"]]  (207.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Democratic Republic of the Congo"], ["code2", "CD"], ["code3", "COD"], ["continent", "AF"], ["tld", "cd"], ["currency", "CDF"], ["created_at", "2016-02-02 00:46:38.267423"], ["updated_at", "2016-02-02 00:46:38.267423"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Central African Republic"], ["code2", "CF"], ["code3", "CAF"], ["continent", "AF"], ["tld", "cf"], ["currency", "XAF"], ["created_at", "2016-02-02 00:46:38.423729"], ["updated_at", "2016-02-02 00:46:38.423729"]]  (220.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Republic of the Congo"], ["code2", "CG"], ["code3", "COG"], ["continent", "AF"], ["tld", "cg"], ["currency", "XAF"], ["created_at", "2016-02-02 00:46:38.648496"], ["updated_at", "2016-02-02 00:46:38.648496"]]  (273.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Switzerland"], ["code2", "CH"], ["code3", "CHE"], ["continent", "EU"], ["tld", "ch"], ["currency", "CHF"], ["created_at", "2016-02-02 00:46:38.927762"], ["updated_at", "2016-02-02 00:46:38.927762"]]  (150.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ivory Coast"], ["code2", "CI"], ["code3", "CIV"], ["continent", "AF"], ["tld", "ci"], ["currency", "XOF"], ["created_at", "2016-02-02 00:46:39.084767"], ["updated_at", "2016-02-02 00:46:39.084767"]]  (163.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cook Islands"], ["code2", "CK"], ["code3", "COK"], ["continent", "OC"], ["tld", "ck"], ["currency", "NZD"], ["created_at", "2016-02-02 00:46:39.254455"], ["updated_at", "2016-02-02 00:46:39.254455"]]  (184.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chile"], ["code2", "CL"], ["code3", "CHL"], ["continent", "SA"], ["tld", "cl"], ["currency", "CLP"], ["created_at", "2016-02-02 00:46:39.444428"], ["updated_at", "2016-02-02 00:46:39.444428"]]  (329.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cameroon"], ["code2", "CM"], ["code3", "CMR"], ["continent", "AF"], ["tld", "cm"], ["currency", "XAF"], ["created_at", "2016-02-02 00:46:39.780097"], ["updated_at", "2016-02-02 00:46:39.780097"]]  (183.9ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "China"], ["code2", "CN"], ["code3", "CHN"], ["continent", "AS"], ["tld", "cn"], ["currency", "CNY"], ["created_at", "2016-02-02 00:46:39.970527"], ["updated_at", "2016-02-02 00:46:39.970527"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Colombia"], ["code2", "CO"], ["code3", "COL"], ["continent", "SA"], ["tld", "co"], ["currency", "COP"], ["created_at", "2016-02-02 00:46:40.115542"], ["updated_at", "2016-02-02 00:46:40.115542"]]  (128.3ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Costa Rica"], ["code2", "CR"], ["code3", "CRI"], ["continent", "NA"], ["tld", "cr"], ["currency", "CRC"], ["created_at", "2016-02-02 00:46:40.250140"], ["updated_at", "2016-02-02 00:46:40.250140"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cuba"], ["code2", "CU"], ["code3", "CUB"], ["continent", "NA"], ["tld", "cu"], ["currency", "CUP"], ["created_at", "2016-02-02 00:46:40.396366"], ["updated_at", "2016-02-02 00:46:40.396366"]]  (127.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cape Verde"], ["code2", "CV"], ["code3", "CPV"], ["continent", "AF"], ["tld", "cv"], ["currency", "CVE"], ["created_at", "2016-02-02 00:46:40.529022"], ["updated_at", "2016-02-02 00:46:40.529022"]]  (145.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Curacao"], ["code2", "CW"], ["code3", "CUW"], ["continent", "NA"], ["tld", "cw"], ["currency", "ANG"], ["created_at", "2016-02-02 00:46:40.677885"], ["updated_at", "2016-02-02 00:46:40.677885"]]  (128.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Christmas Island"], ["code2", "CX"], ["code3", "CXR"], ["continent", "AS"], ["tld", "cx"], ["currency", "AUD"], ["created_at", "2016-02-02 00:46:40.812437"], ["updated_at", "2016-02-02 00:46:40.812437"]]  (150.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cyprus"], ["code2", "CY"], ["code3", "CYP"], ["continent", "EU"], ["tld", "cy"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:40.969142"], ["updated_at", "2016-02-02 00:46:40.969142"]]  (196.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Czech Republic"], ["code2", "CZ"], ["code3", "CZE"], ["continent", "EU"], ["tld", "cz"], ["currency", "CZK"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:41.170573"], ["updated_at", "2016-02-02 00:46:41.170573"]]  (184.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Germany"], ["code2", "DE"], ["code3", "DEU"], ["continent", "EU"], ["tld", "de"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:41.360199"], ["updated_at", "2016-02-02 00:46:41.360199"]]  (139.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Djibouti"], ["code2", "DJ"], ["code3", "DJI"], ["continent", "AF"], ["tld", "dj"], ["currency", "DJF"], ["created_at", "2016-02-02 00:46:41.505323"], ["updated_at", "2016-02-02 00:46:41.505323"]]  (142.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Denmark"], ["code2", "DK"], ["code3", "DNK"], ["continent", "EU"], ["tld", "dk"], ["currency", "DKK"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:41.651416"], ["updated_at", "2016-02-02 00:46:41.651416"]]  (218.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominica"], ["code2", "DM"], ["code3", "DMA"], ["continent", "NA"], ["tld", "dm"], ["currency", "XCD"], ["created_at", "2016-02-02 00:46:41.875204"], ["updated_at", "2016-02-02 00:46:41.875204"]]  (163.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Dominican Republic"], ["code2", "DO"], ["code3", "DOM"], ["continent", "NA"], ["tld", "do"], ["currency", "DOP"], ["created_at", "2016-02-02 00:46:42.045274"], ["updated_at", "2016-02-02 00:46:42.045274"]]  (150.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Algeria"], ["code2", "DZ"], ["code3", "DZA"], ["continent", "AF"], ["tld", "dz"], ["currency", "DZD"], ["created_at", "2016-02-02 00:46:42.201986"], ["updated_at", "2016-02-02 00:46:42.201986"]]  (195.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ecuador"], ["code2", "EC"], ["code3", "ECU"], ["continent", "SA"], ["tld", "ec"], ["currency", "USD"], ["created_at", "2016-02-02 00:46:42.403801"], ["updated_at", "2016-02-02 00:46:42.403801"]]  (161.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Estonia"], ["code2", "EE"], ["code3", "EST"], ["continent", "EU"], ["tld", "ee"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:42.572019"], ["updated_at", "2016-02-02 00:46:42.572019"]]  (172.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Egypt"], ["code2", "EG"], ["code3", "EGY"], ["continent", "AF"], ["tld", "eg"], ["currency", "EGP"], ["created_at", "2016-02-02 00:46:42.749610"], ["updated_at", "2016-02-02 00:46:42.749610"]]  (131.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Western Sahara"], ["code2", "EH"], ["code3", "ESH"], ["continent", "AF"], ["tld", "eh"], ["currency", "MAD"], ["created_at", "2016-02-02 00:46:42.885122"], ["updated_at", "2016-02-02 00:46:42.885122"]]  (129.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Eritrea"], ["code2", "ER"], ["code3", "ERI"], ["continent", "AF"], ["tld", "er"], ["currency", "ERN"], ["created_at", "2016-02-02 00:46:43.020262"], ["updated_at", "2016-02-02 00:46:43.020262"]]  (128.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Spain"], ["code2", "ES"], ["code3", "ESP"], ["continent", "EU"], ["tld", "es"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:43.153543"], ["updated_at", "2016-02-02 00:46:43.153543"]]  (133.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ethiopia"], ["code2", "ET"], ["code3", "ETH"], ["continent", "AF"], ["tld", "et"], ["currency", "ETB"], ["created_at", "2016-02-02 00:46:43.289575"], ["updated_at", "2016-02-02 00:46:43.289575"]]  (143.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Finland"], ["code2", "FI"], ["code3", "FIN"], ["continent", "EU"], ["tld", "fi"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:43.436858"], ["updated_at", "2016-02-02 00:46:43.436858"]]  (128.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Fiji"], ["code2", "FJ"], ["code3", "FJI"], ["continent", "OC"], ["tld", "fj"], ["currency", "FJD"], ["created_at", "2016-02-02 00:46:43.571029"], ["updated_at", "2016-02-02 00:46:43.571029"]]  (140.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Falkland Islands"], ["code2", "FK"], ["code3", "FLK"], ["continent", "SA"], ["tld", "fk"], ["currency", "FKP"], ["created_at", "2016-02-02 00:46:43.716787"], ["updated_at", "2016-02-02 00:46:43.716787"]]  (140.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Micronesia"], ["code2", "FM"], ["code3", "FSM"], ["continent", "OC"], ["tld", "fm"], ["currency", "USD"], ["created_at", "2016-02-02 00:46:43.862511"], ["updated_at", "2016-02-02 00:46:43.862511"]]  (128.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Faroe Islands"], ["code2", "FO"], ["code3", "FRO"], ["continent", "EU"], ["tld", "fo"], ["currency", "DKK"], ["created_at", "2016-02-02 00:46:43.997193"], ["updated_at", "2016-02-02 00:46:43.997193"]]  (195.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "France"], ["code2", "FR"], ["code3", "FRA"], ["continent", "EU"], ["tld", "fr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:44.198550"], ["updated_at", "2016-02-02 00:46:44.198550"]]  (185.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gabon"], ["code2", "GA"], ["code3", "GAB"], ["continent", "AF"], ["tld", "ga"], ["currency", "XAF"], ["created_at", "2016-02-02 00:46:44.388665"], ["updated_at", "2016-02-02 00:46:44.388665"]]  (129.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "United Kingdom"], ["code2", "GB"], ["code3", "GBR"], ["continent", "EU"], ["tld", "uk"], ["currency", "GBP"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:44.523745"], ["updated_at", "2016-02-02 00:46:44.523745"]]  (163.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Grenada"], ["code2", "GD"], ["code3", "GRD"], ["continent", "NA"], ["tld", "gd"], ["currency", "XCD"], ["created_at", "2016-02-02 00:46:44.693153"], ["updated_at", "2016-02-02 00:46:44.693153"]]  (240.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Georgia"], ["code2", "GE"], ["code3", "GEO"], ["continent", "AS"], ["tld", "ge"], ["currency", "GEL"], ["created_at", "2016-02-02 00:46:44.939542"], ["updated_at", "2016-02-02 00:46:44.939542"]]  (150.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Guiana"], ["code2", "GF"], ["code3", "GUF"], ["continent", "SA"], ["tld", "gf"], ["currency", "EUR"], ["created_at", "2016-02-02 00:46:45.096231"], ["updated_at", "2016-02-02 00:46:45.096231"]]  (151.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guernsey"], ["code2", "GG"], ["code3", "GGY"], ["continent", "EU"], ["tld", "gg"], ["currency", "GBP"], ["created_at", "2016-02-02 00:46:45.253145"], ["updated_at", "2016-02-02 00:46:45.253145"]]  (151.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ghana"], ["code2", "GH"], ["code3", "GHA"], ["continent", "AF"], ["tld", "gh"], ["currency", "GHS"], ["created_at", "2016-02-02 00:46:45.410238"], ["updated_at", "2016-02-02 00:46:45.410238"]]  (161.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gibraltar"], ["code2", "GI"], ["code3", "GIB"], ["continent", "EU"], ["tld", "gi"], ["currency", "GIP"], ["created_at", "2016-02-02 00:46:45.576925"], ["updated_at", "2016-02-02 00:46:45.576925"]]  (188.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greenland"], ["code2", "GL"], ["code3", "GRL"], ["continent", "NA"], ["tld", "gl"], ["currency", "DKK"], ["created_at", "2016-02-02 00:46:45.768803"], ["updated_at", "2016-02-02 00:46:45.768803"]]  (162.5ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Gambia"], ["code2", "GM"], ["code3", "GMB"], ["continent", "AF"], ["tld", "gm"], ["currency", "GMD"], ["created_at", "2016-02-02 00:46:45.936537"], ["updated_at", "2016-02-02 00:46:45.936537"]]  (141.2ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea"], ["code2", "GN"], ["code3", "GIN"], ["continent", "AF"], ["tld", "gn"], ["currency", "GNF"], ["created_at", "2016-02-02 00:46:46.083741"], ["updated_at", "2016-02-02 00:46:46.083741"]]  (153.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guadeloupe"], ["code2", "GP"], ["code3", "GLP"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-02-02 00:46:46.239407"], ["updated_at", "2016-02-02 00:46:46.239407"]]  (177.0ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Equatorial Guinea"], ["code2", "GQ"], ["code3", "GNQ"], ["continent", "AF"], ["tld", "gq"], ["currency", "XAF"], ["created_at", "2016-02-02 00:46:46.419926"], ["updated_at", "2016-02-02 00:46:46.419926"]]  (129.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Greece"], ["code2", "GR"], ["code3", "GRC"], ["continent", "EU"], ["tld", "gr"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:46.553207"], ["updated_at", "2016-02-02 00:46:46.553207"]]  (154.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Georgia and the South Sandwich Islands"], ["code2", "GS"], ["code3", "SGS"], ["continent", "AN"], ["tld", "gs"], ["currency", "GBP"], ["created_at", "2016-02-02 00:46:46.710093"], ["updated_at", "2016-02-02 00:46:46.710093"]]  (176.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guatemala"], ["code2", "GT"], ["code3", "GTM"], ["continent", "NA"], ["tld", "gt"], ["currency", "GTQ"], ["created_at", "2016-02-02 00:46:46.889278"], ["updated_at", "2016-02-02 00:46:46.889278"]]  (210.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guam"], ["code2", "GU"], ["code3", "GUM"], ["continent", "OC"], ["tld", "gu"], ["currency", "USD"], ["created_at", "2016-02-02 00:46:47.103350"], ["updated_at", "2016-02-02 00:46:47.103350"]]  (128.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guinea-Bissau"], ["code2", "GW"], ["code3", "GNB"], ["continent", "AF"], ["tld", "gw"], ["currency", "XOF"], ["created_at", "2016-02-02 00:46:47.237662"], ["updated_at", "2016-02-02 00:46:47.237662"]]  (141.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Guyana"], ["code2", "GY"], ["code3", "GUY"], ["continent", "SA"], ["tld", "gy"], ["currency", "GYD"], ["created_at", "2016-02-02 00:46:47.385036"], ["updated_at", "2016-02-02 00:46:47.385036"]]  (183.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hong Kong"], ["code2", "HK"], ["code3", "HKG"], ["continent", "AS"], ["tld", "hk"], ["currency", "HKD"], ["created_at", "2016-02-02 00:46:47.575011"], ["updated_at", "2016-02-02 00:46:47.575011"]]  (262.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Heard Island and McDonald Islands"], ["code2", "HM"], ["code3", "HMD"], ["continent", "AN"], ["tld", "hm"], ["currency", "AUD"], ["created_at", "2016-02-02 00:46:47.843788"], ["updated_at", "2016-02-02 00:46:47.843788"]]  (128.7ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Honduras"], ["code2", "HN"], ["code3", "HND"], ["continent", "NA"], ["tld", "hn"], ["currency", "HNL"], ["created_at", "2016-02-02 00:46:47.978187"], ["updated_at", "2016-02-02 00:46:47.978187"]]  (276.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Croatia"], ["code2", "HR"], ["code3", "HRV"], ["continent", "EU"], ["tld", "hr"], ["currency", "HRK"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:48.258901"], ["updated_at", "2016-02-02 00:46:48.258901"]]  (128.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Haiti"], ["code2", "HT"], ["code3", "HTI"], ["continent", "NA"], ["tld", "ht"], ["currency", "HTG"], ["created_at", "2016-02-02 00:46:48.393609"], ["updated_at", "2016-02-02 00:46:48.393609"]]  (128.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Hungary"], ["code2", "HU"], ["code3", "HUN"], ["continent", "EU"], ["tld", "hu"], ["currency", "HUF"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:48.528211"], ["updated_at", "2016-02-02 00:46:48.528211"]]  (242.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Indonesia"], ["code2", "ID"], ["code3", "IDN"], ["continent", "AS"], ["tld", "id"], ["currency", "IDR"], ["created_at", "2016-02-02 00:46:48.776000"], ["updated_at", "2016-02-02 00:46:48.776000"]]  (232.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ireland"], ["code2", "IE"], ["code3", "IRL"], ["continent", "EU"], ["tld", "ie"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:49.011548"], ["updated_at", "2016-02-02 00:46:49.011548"]]  (253.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Israel"], ["code2", "IL"], ["code3", "ISR"], ["continent", "AS"], ["tld", "il"], ["currency", "ILS"], ["created_at", "2016-02-02 00:46:49.269897"], ["updated_at", "2016-02-02 00:46:49.269897"]]  (128.5ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Isle of Man"], ["code2", "IM"], ["code3", "IMN"], ["continent", "EU"], ["tld", "im"], ["currency", "GBP"], ["created_at", "2016-02-02 00:46:49.404303"], ["updated_at", "2016-02-02 00:46:49.404303"]]  (164.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "India"], ["code2", "IN"], ["code3", "IND"], ["continent", "AS"], ["tld", "in"], ["currency", "INR"], ["created_at", "2016-02-02 00:46:49.573154"], ["updated_at", "2016-02-02 00:46:49.573154"]]  (264.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Indian Ocean Territory"], ["code2", "IO"], ["code3", "IOT"], ["continent", "AS"], ["tld", "io"], ["currency", "USD"], ["created_at", "2016-02-02 00:46:49.841079"], ["updated_at", "2016-02-02 00:46:49.841079"]]  (154.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iraq"], ["code2", "IQ"], ["code3", "IRQ"], ["continent", "AS"], ["tld", "iq"], ["currency", "IQD"], ["created_at", "2016-02-02 00:46:49.998559"], ["updated_at", "2016-02-02 00:46:49.998559"]]  (344.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iran"], ["code2", "IR"], ["code3", "IRN"], ["continent", "AS"], ["tld", "ir"], ["currency", "IRR"], ["created_at", "2016-02-02 00:46:50.346446"], ["updated_at", "2016-02-02 00:46:50.346446"]]  (195.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Iceland"], ["code2", "IS"], ["code3", "ISL"], ["continent", "EU"], ["tld", "is"], ["currency", "ISK"], ["created_at", "2016-02-02 00:46:50.547847"], ["updated_at", "2016-02-02 00:46:50.547847"]]  (139.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Italy"], ["code2", "IT"], ["code3", "ITA"], ["continent", "EU"], ["tld", "it"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:50.693653"], ["updated_at", "2016-02-02 00:46:50.693653"]]  (217.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jersey"], ["code2", "JE"], ["code3", "JEY"], ["continent", "EU"], ["tld", "je"], ["currency", "GBP"], ["created_at", "2016-02-02 00:46:50.917379"], ["updated_at", "2016-02-02 00:46:50.917379"]]  (196.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jamaica"], ["code2", "JM"], ["code3", "JAM"], ["continent", "NA"], ["tld", "jm"], ["currency", "JMD"], ["created_at", "2016-02-02 00:46:51.118700"], ["updated_at", "2016-02-02 00:46:51.118700"]]  (150.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Jordan"], ["code2", "JO"], ["code3", "JOR"], ["continent", "AS"], ["tld", "jo"], ["currency", "JOD"], ["created_at", "2016-02-02 00:46:51.275395"], ["updated_at", "2016-02-02 00:46:51.275395"]]  (152.2ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Japan"], ["code2", "JP"], ["code3", "JPN"], ["continent", "AS"], ["tld", "jp"], ["currency", "JPY"], ["created_at", "2016-02-02 00:46:51.433635"], ["updated_at", "2016-02-02 00:46:51.433635"]]  (196.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kenya"], ["code2", "KE"], ["code3", "KEN"], ["continent", "AF"], ["tld", "ke"], ["currency", "KES"], ["created_at", "2016-02-02 00:46:51.634579"], ["updated_at", "2016-02-02 00:46:51.634579"]]  (162.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kyrgyzstan"], ["code2", "KG"], ["code3", "KGZ"], ["continent", "AS"], ["tld", "kg"], ["currency", "KGS"], ["created_at", "2016-02-02 00:46:51.801257"], ["updated_at", "2016-02-02 00:46:51.801257"]]  (177.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cambodia"], ["code2", "KH"], ["code3", "KHM"], ["continent", "AS"], ["tld", "kh"], ["currency", "KHR"], ["created_at", "2016-02-02 00:46:51.982178"], ["updated_at", "2016-02-02 00:46:51.982178"]]  (339.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kiribati"], ["code2", "KI"], ["code3", "KIR"], ["continent", "OC"], ["tld", "ki"], ["currency", "AUD"], ["created_at", "2016-02-02 00:46:52.326367"], ["updated_at", "2016-02-02 00:46:52.326367"]]  (221.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Comoros"], ["code2", "KM"], ["code3", "COM"], ["continent", "AF"], ["tld", "km"], ["currency", "KMF"], ["created_at", "2016-02-02 00:46:52.551301"], ["updated_at", "2016-02-02 00:46:52.551301"]]  (417.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Kitts and Nevis"], ["code2", "KN"], ["code3", "KNA"], ["continent", "NA"], ["tld", "kn"], ["currency", "XCD"], ["created_at", "2016-02-02 00:46:52.975182"], ["updated_at", "2016-02-02 00:46:52.975182"]]  (206.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "North Korea"], ["code2", "KP"], ["code3", "PRK"], ["continent", "AS"], ["tld", "kp"], ["currency", "KPW"], ["created_at", "2016-02-02 00:46:53.187215"], ["updated_at", "2016-02-02 00:46:53.187215"]]  (185.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Korea"], ["code2", "KR"], ["code3", "KOR"], ["continent", "AS"], ["tld", "kr"], ["currency", "KRW"], ["created_at", "2016-02-02 00:46:53.378981"], ["updated_at", "2016-02-02 00:46:53.378981"]]  (139.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kosovo"], ["code2", "XK"], ["code3", "XKX"], ["continent", "EU"], ["tld", ""], ["currency", "EUR"], ["created_at", "2016-02-02 00:46:53.524779"], ["updated_at", "2016-02-02 00:46:53.524779"]]  (206.3ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kuwait"], ["code2", "KW"], ["code3", "KWT"], ["continent", "AS"], ["tld", "kw"], ["currency", "KWD"], ["created_at", "2016-02-02 00:46:53.737382"], ["updated_at", "2016-02-02 00:46:53.737382"]]  (184.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Cayman Islands"], ["code2", "KY"], ["code3", "CYM"], ["continent", "NA"], ["tld", "ky"], ["currency", "KYD"], ["created_at", "2016-02-02 00:46:53.927341"], ["updated_at", "2016-02-02 00:46:53.927341"]]  (206.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Kazakhstan"], ["code2", "KZ"], ["code3", "KAZ"], ["continent", "AS"], ["tld", "kz"], ["currency", "KZT"], ["created_at", "2016-02-02 00:46:54.139856"], ["updated_at", "2016-02-02 00:46:54.139856"]]  (150.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Laos"], ["code2", "LA"], ["code3", "LAO"], ["continent", "AS"], ["tld", "la"], ["currency", "LAK"], ["created_at", "2016-02-02 00:46:54.294766"], ["updated_at", "2016-02-02 00:46:54.294766"]]  (199.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lebanon"], ["code2", "LB"], ["code3", "LBN"], ["continent", "AS"], ["tld", "lb"], ["currency", "LBP"], ["created_at", "2016-02-02 00:46:54.497742"], ["updated_at", "2016-02-02 00:46:54.497742"]]  (250.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Lucia"], ["code2", "LC"], ["code3", "LCA"], ["continent", "NA"], ["tld", "lc"], ["currency", "XCD"], ["created_at", "2016-02-02 00:46:54.753054"], ["updated_at", "2016-02-02 00:46:54.753054"]]  (143.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liechtenstein"], ["code2", "LI"], ["code3", "LIE"], ["continent", "EU"], ["tld", "li"], ["currency", "CHF"], ["created_at", "2016-02-02 00:46:54.900925"], ["updated_at", "2016-02-02 00:46:54.900925"]]  (151.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sri Lanka"], ["code2", "LK"], ["code3", "LKA"], ["continent", "AS"], ["tld", "lk"], ["currency", "LKR"], ["created_at", "2016-02-02 00:46:55.056891"], ["updated_at", "2016-02-02 00:46:55.056891"]]  (143.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Liberia"], ["code2", "LR"], ["code3", "LBR"], ["continent", "AF"], ["tld", "lr"], ["currency", "LRD"], ["created_at", "2016-02-02 00:46:55.203016"], ["updated_at", "2016-02-02 00:46:55.203016"]]  (141.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lesotho"], ["code2", "LS"], ["code3", "LSO"], ["continent", "AF"], ["tld", "ls"], ["currency", "LSL"], ["created_at", "2016-02-02 00:46:55.349860"], ["updated_at", "2016-02-02 00:46:55.349860"]]  (150.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Lithuania"], ["code2", "LT"], ["code3", "LTU"], ["continent", "EU"], ["tld", "lt"], ["currency", "LTL"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:55.506528"], ["updated_at", "2016-02-02 00:46:55.506528"]]  (150.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Luxembourg"], ["code2", "LU"], ["code3", "LUX"], ["continent", "EU"], ["tld", "lu"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:55.661951"], ["updated_at", "2016-02-02 00:46:55.661951"]]  (164.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Latvia"], ["code2", "LV"], ["code3", "LVA"], ["continent", "EU"], ["tld", "lv"], ["currency", "LVL"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:55.829713"], ["updated_at", "2016-02-02 00:46:55.829713"]]  (176.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Libya"], ["code2", "LY"], ["code3", "LBY"], ["continent", "AF"], ["tld", "ly"], ["currency", "LYD"], ["created_at", "2016-02-02 00:46:56.009904"], ["updated_at", "2016-02-02 00:46:56.009904"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Morocco"], ["code2", "MA"], ["code3", "MAR"], ["continent", "AF"], ["tld", "ma"], ["currency", "MAD"], ["created_at", "2016-02-02 00:46:56.155945"], ["updated_at", "2016-02-02 00:46:56.155945"]]  (150.5ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Monaco"], ["code2", "MC"], ["code3", "MCO"], ["continent", "EU"], ["tld", "mc"], ["currency", "EUR"], ["created_at", "2016-02-02 00:46:56.312390"], ["updated_at", "2016-02-02 00:46:56.312390"]]  (141.3ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Moldova"], ["code2", "MD"], ["code3", "MDA"], ["continent", "EU"], ["tld", "md"], ["currency", "MDL"], ["created_at", "2016-02-02 00:46:56.459912"], ["updated_at", "2016-02-02 00:46:56.459912"]]  (139.5ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montenegro"], ["code2", "ME"], ["code3", "MNE"], ["continent", "EU"], ["tld", "me"], ["currency", "EUR"], ["created_at", "2016-02-02 00:46:56.605441"], ["updated_at", "2016-02-02 00:46:56.605441"]]  (151.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Martin"], ["code2", "MF"], ["code3", "MAF"], ["continent", "NA"], ["tld", "gp"], ["currency", "EUR"], ["created_at", "2016-02-02 00:46:56.760614"], ["updated_at", "2016-02-02 00:46:56.760614"]]  (146.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Madagascar"], ["code2", "MG"], ["code3", "MDG"], ["continent", "AF"], ["tld", "mg"], ["currency", "MGA"], ["created_at", "2016-02-02 00:46:56.908846"], ["updated_at", "2016-02-02 00:46:56.908846"]]  (219.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Marshall Islands"], ["code2", "MH"], ["code3", "MHL"], ["continent", "OC"], ["tld", "mh"], ["currency", "USD"], ["created_at", "2016-02-02 00:46:57.130859"], ["updated_at", "2016-02-02 00:46:57.130859"]]  (199.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macedonia"], ["code2", "MK"], ["code3", "MKD"], ["continent", "EU"], ["tld", "mk"], ["currency", "MKD"], ["created_at", "2016-02-02 00:46:57.332550"], ["updated_at", "2016-02-02 00:46:57.332550"]]  (687.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mali"], ["code2", "ML"], ["code3", "MLI"], ["continent", "AF"], ["tld", "ml"], ["currency", "XOF"], ["created_at", "2016-02-02 00:46:58.023969"], ["updated_at", "2016-02-02 00:46:58.023969"]]  (165.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Myanmar"], ["code2", "MM"], ["code3", "MMR"], ["continent", "AS"], ["tld", "mm"], ["currency", "MMK"], ["created_at", "2016-02-02 00:46:58.194205"], ["updated_at", "2016-02-02 00:46:58.194205"]]  (176.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mongolia"], ["code2", "MN"], ["code3", "MNG"], ["continent", "AS"], ["tld", "mn"], ["currency", "MNT"], ["created_at", "2016-02-02 00:46:58.374605"], ["updated_at", "2016-02-02 00:46:58.374605"]]  (213.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Macao"], ["code2", "MO"], ["code3", "MAC"], ["continent", "AS"], ["tld", "mo"], ["currency", "MOP"], ["created_at", "2016-02-02 00:46:58.594592"], ["updated_at", "2016-02-02 00:46:58.594592"]]  (311.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Northern Mariana Islands"], ["code2", "MP"], ["code3", "MNP"], ["continent", "OC"], ["tld", "mp"], ["currency", "USD"], ["created_at", "2016-02-02 00:46:58.912363"], ["updated_at", "2016-02-02 00:46:58.912363"]]  (150.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Martinique"], ["code2", "MQ"], ["code3", "MTQ"], ["continent", "NA"], ["tld", "mq"], ["currency", "EUR"], ["created_at", "2016-02-02 00:46:59.067235"], ["updated_at", "2016-02-02 00:46:59.067235"]]  (186.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritania"], ["code2", "MR"], ["code3", "MRT"], ["continent", "AF"], ["tld", "mr"], ["currency", "MRO"], ["created_at", "2016-02-02 00:46:59.258131"], ["updated_at", "2016-02-02 00:46:59.258131"]]  (196.8ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Montserrat"], ["code2", "MS"], ["code3", "MSR"], ["continent", "NA"], ["tld", "ms"], ["currency", "XCD"], ["created_at", "2016-02-02 00:46:59.460380"], ["updated_at", "2016-02-02 00:46:59.460380"]]  (164.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malta"], ["code2", "MT"], ["code3", "MLT"], ["continent", "EU"], ["tld", "mt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:46:59.630473"], ["updated_at", "2016-02-02 00:46:59.630473"]]  (319.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mauritius"], ["code2", "MU"], ["code3", "MUS"], ["continent", "AF"], ["tld", "mu"], ["currency", "MUR"], ["created_at", "2016-02-02 00:46:59.954222"], ["updated_at", "2016-02-02 00:46:59.954222"]]  (173.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Maldives"], ["code2", "MV"], ["code3", "MDV"], ["continent", "AS"], ["tld", "mv"], ["currency", "MVR"], ["created_at", "2016-02-02 00:47:00.133530"], ["updated_at", "2016-02-02 00:47:00.133530"]]  (181.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malawi"], ["code2", "MW"], ["code3", "MWI"], ["continent", "AF"], ["tld", "mw"], ["currency", "MWK"], ["created_at", "2016-02-02 00:47:00.322576"], ["updated_at", "2016-02-02 00:47:00.322576"]]  (142.9ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mexico"], ["code2", "MX"], ["code3", "MEX"], ["continent", "NA"], ["tld", "mx"], ["currency", "MXN"], ["created_at", "2016-02-02 00:47:00.469492"], ["updated_at", "2016-02-02 00:47:00.469492"]]  (152.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Malaysia"], ["code2", "MY"], ["code3", "MYS"], ["continent", "AS"], ["tld", "my"], ["currency", "MYR"], ["created_at", "2016-02-02 00:47:00.626619"], ["updated_at", "2016-02-02 00:47:00.626619"]]  (184.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mozambique"], ["code2", "MZ"], ["code3", "MOZ"], ["continent", "AF"], ["tld", "mz"], ["currency", "MZN"], ["created_at", "2016-02-02 00:47:00.817122"], ["updated_at", "2016-02-02 00:47:00.817122"]]  (141.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Namibia"], ["code2", "NA"], ["code3", "NAM"], ["continent", "AF"], ["tld", "na"], ["currency", "NAD"], ["created_at", "2016-02-02 00:47:00.964219"], ["updated_at", "2016-02-02 00:47:00.964219"]]  (128.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Caledonia"], ["code2", "NC"], ["code3", "NCL"], ["continent", "OC"], ["tld", "nc"], ["currency", "XPF"], ["created_at", "2016-02-02 00:47:01.098230"], ["updated_at", "2016-02-02 00:47:01.098230"]]  (129.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niger"], ["code2", "NE"], ["code3", "NER"], ["continent", "AF"], ["tld", "ne"], ["currency", "XOF"], ["created_at", "2016-02-02 00:47:01.231768"], ["updated_at", "2016-02-02 00:47:01.231768"]]  (131.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norfolk Island"], ["code2", "NF"], ["code3", "NFK"], ["continent", "OC"], ["tld", "nf"], ["currency", "AUD"], ["created_at", "2016-02-02 00:47:01.367739"], ["updated_at", "2016-02-02 00:47:01.367739"]]  (128.7ms) commit transaction  (1.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nigeria"], ["code2", "NG"], ["code3", "NGA"], ["continent", "AF"], ["tld", "ng"], ["currency", "NGN"], ["created_at", "2016-02-02 00:47:01.503379"], ["updated_at", "2016-02-02 00:47:01.503379"]]  (184.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nicaragua"], ["code2", "NI"], ["code3", "NIC"], ["continent", "NA"], ["tld", "ni"], ["currency", "NIO"], ["created_at", "2016-02-02 00:47:01.693891"], ["updated_at", "2016-02-02 00:47:01.693891"]]  (163.3ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands"], ["code2", "NL"], ["code3", "NLD"], ["continent", "EU"], ["tld", "nl"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:47:01.861979"], ["updated_at", "2016-02-02 00:47:01.861979"]]  (129.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Norway"], ["code2", "NO"], ["code3", "NOR"], ["continent", "EU"], ["tld", "no"], ["currency", "NOK"], ["created_at", "2016-02-02 00:47:01.996406"], ["updated_at", "2016-02-02 00:47:01.996406"]]  (152.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nepal"], ["code2", "NP"], ["code3", "NPL"], ["continent", "AS"], ["tld", "np"], ["currency", "NPR"], ["created_at", "2016-02-02 00:47:02.155054"], ["updated_at", "2016-02-02 00:47:02.155054"]]  (195.0ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Nauru"], ["code2", "NR"], ["code3", "NRU"], ["continent", "OC"], ["tld", "nr"], ["currency", "AUD"], ["created_at", "2016-02-02 00:47:02.356327"], ["updated_at", "2016-02-02 00:47:02.356327"]]  (128.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Niue"], ["code2", "NU"], ["code3", "NIU"], ["continent", "OC"], ["tld", "nu"], ["currency", "NZD"], ["created_at", "2016-02-02 00:47:02.490543"], ["updated_at", "2016-02-02 00:47:02.490543"]]  (362.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "New Zealand"], ["code2", "NZ"], ["code3", "NZL"], ["continent", "OC"], ["tld", "nz"], ["currency", "NZD"], ["created_at", "2016-02-02 00:47:02.859394"], ["updated_at", "2016-02-02 00:47:02.859394"]]  (128.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Oman"], ["code2", "OM"], ["code3", "OMN"], ["continent", "AS"], ["tld", "om"], ["currency", "OMR"], ["created_at", "2016-02-02 00:47:02.992399"], ["updated_at", "2016-02-02 00:47:02.992399"]]  (165.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Panama"], ["code2", "PA"], ["code3", "PAN"], ["continent", "NA"], ["tld", "pa"], ["currency", "PAB"], ["created_at", "2016-02-02 00:47:03.162108"], ["updated_at", "2016-02-02 00:47:03.162108"]]  (162.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Peru"], ["code2", "PE"], ["code3", "PER"], ["continent", "SA"], ["tld", "pe"], ["currency", "PEN"], ["created_at", "2016-02-02 00:47:03.330275"], ["updated_at", "2016-02-02 00:47:03.330275"]]  (141.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Polynesia"], ["code2", "PF"], ["code3", "PYF"], ["continent", "OC"], ["tld", "pf"], ["currency", "XPF"], ["created_at", "2016-02-02 00:47:03.477429"], ["updated_at", "2016-02-02 00:47:03.477429"]]  (128.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Papua New Guinea"], ["code2", "PG"], ["code3", "PNG"], ["continent", "OC"], ["tld", "pg"], ["currency", "PGK"], ["created_at", "2016-02-02 00:47:03.611996"], ["updated_at", "2016-02-02 00:47:03.611996"]]  (128.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Philippines"], ["code2", "PH"], ["code3", "PHL"], ["continent", "AS"], ["tld", "ph"], ["currency", "PHP"], ["created_at", "2016-02-02 00:47:03.746629"], ["updated_at", "2016-02-02 00:47:03.746629"]]  (173.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pakistan"], ["code2", "PK"], ["code3", "PAK"], ["continent", "AS"], ["tld", "pk"], ["currency", "PKR"], ["created_at", "2016-02-02 00:47:03.926000"], ["updated_at", "2016-02-02 00:47:03.926000"]]  (241.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Poland"], ["code2", "PL"], ["code3", "POL"], ["continent", "EU"], ["tld", "pl"], ["currency", "PLN"], ["eu_member", "t"], ["created_at", "2016-02-02 00:47:04.171931"], ["updated_at", "2016-02-02 00:47:04.171931"]]  (161.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Pierre and Miquelon"], ["code2", "PM"], ["code3", "SPM"], ["continent", "NA"], ["tld", "pm"], ["currency", "EUR"], ["created_at", "2016-02-02 00:47:04.339869"], ["updated_at", "2016-02-02 00:47:04.339869"]]  (161.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Pitcairn"], ["code2", "PN"], ["code3", "PCN"], ["continent", "OC"], ["tld", "pn"], ["currency", "NZD"], ["created_at", "2016-02-02 00:47:04.507813"], ["updated_at", "2016-02-02 00:47:04.507813"]]  (228.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Puerto Rico"], ["code2", "PR"], ["code3", "PRI"], ["continent", "NA"], ["tld", "pr"], ["currency", "USD"], ["created_at", "2016-02-02 00:47:04.742680"], ["updated_at", "2016-02-02 00:47:04.742680"]]  (184.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palestinian Territory"], ["code2", "PS"], ["code3", "PSE"], ["continent", "AS"], ["tld", "ps"], ["currency", "ILS"], ["created_at", "2016-02-02 00:47:04.932934"], ["updated_at", "2016-02-02 00:47:04.932934"]]  (130.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Portugal"], ["code2", "PT"], ["code3", "PRT"], ["continent", "EU"], ["tld", "pt"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:47:05.068926"], ["updated_at", "2016-02-02 00:47:05.068926"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Palau"], ["code2", "PW"], ["code3", "PLW"], ["continent", "OC"], ["tld", "pw"], ["currency", "USD"], ["created_at", "2016-02-02 00:47:05.214798"], ["updated_at", "2016-02-02 00:47:05.214798"]]  (194.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Paraguay"], ["code2", "PY"], ["code3", "PRY"], ["continent", "SA"], ["tld", "py"], ["currency", "PYG"], ["created_at", "2016-02-02 00:47:05.415241"], ["updated_at", "2016-02-02 00:47:05.415241"]]  (198.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Qatar"], ["code2", "QA"], ["code3", "QAT"], ["continent", "AS"], ["tld", "qa"], ["currency", "QAR"], ["created_at", "2016-02-02 00:47:05.617447"], ["updated_at", "2016-02-02 00:47:05.617447"]]  (140.7ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Reunion"], ["code2", "RE"], ["code3", "REU"], ["continent", "AF"], ["tld", "re"], ["currency", "EUR"], ["created_at", "2016-02-02 00:47:05.764008"], ["updated_at", "2016-02-02 00:47:05.764008"]]  (174.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Romania"], ["code2", "RO"], ["code3", "ROU"], ["continent", "EU"], ["tld", "ro"], ["currency", "RON"], ["eu_member", "t"], ["created_at", "2016-02-02 00:47:05.942271"], ["updated_at", "2016-02-02 00:47:05.942271"]]  (183.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia"], ["code2", "RS"], ["code3", "SRB"], ["continent", "EU"], ["tld", "rs"], ["currency", "RSD"], ["created_at", "2016-02-02 00:47:06.132559"], ["updated_at", "2016-02-02 00:47:06.132559"]]  (151.4ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Russia"], ["code2", "RU"], ["code3", "RUS"], ["continent", "EU"], ["tld", "ru"], ["currency", "RUB"], ["created_at", "2016-02-02 00:47:06.289771"], ["updated_at", "2016-02-02 00:47:06.289771"]]  (175.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Rwanda"], ["code2", "RW"], ["code3", "RWA"], ["continent", "AF"], ["tld", "rw"], ["currency", "RWF"], ["created_at", "2016-02-02 00:47:06.470307"], ["updated_at", "2016-02-02 00:47:06.470307"]]  (184.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saudi Arabia"], ["code2", "SA"], ["code3", "SAU"], ["continent", "AS"], ["tld", "sa"], ["currency", "SAR"], ["created_at", "2016-02-02 00:47:06.659512"], ["updated_at", "2016-02-02 00:47:06.659512"]]  (187.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Solomon Islands"], ["code2", "SB"], ["code3", "SLB"], ["continent", "OC"], ["tld", "sb"], ["currency", "SBD"], ["created_at", "2016-02-02 00:47:06.850570"], ["updated_at", "2016-02-02 00:47:06.850570"]]  (139.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Seychelles"], ["code2", "SC"], ["code3", "SYC"], ["continent", "AF"], ["tld", "sc"], ["currency", "SCR"], ["created_at", "2016-02-02 00:47:06.994788"], ["updated_at", "2016-02-02 00:47:06.994788"]]  (165.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sudan"], ["code2", "SD"], ["code3", "SDN"], ["continent", "AF"], ["tld", "sd"], ["currency", "SDG"], ["created_at", "2016-02-02 00:47:07.163007"], ["updated_at", "2016-02-02 00:47:07.163007"]]  (232.7ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Sudan"], ["code2", "SS"], ["code3", "SSD"], ["continent", "AF"], ["tld", ""], ["currency", "SSP"], ["created_at", "2016-02-02 00:47:07.399422"], ["updated_at", "2016-02-02 00:47:07.399422"]]  (129.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sweden"], ["code2", "SE"], ["code3", "SWE"], ["continent", "EU"], ["tld", "se"], ["currency", "SEK"], ["eu_member", "t"], ["created_at", "2016-02-02 00:47:07.532432"], ["updated_at", "2016-02-02 00:47:07.532432"]]  (350.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Singapore"], ["code2", "SG"], ["code3", "SGP"], ["continent", "AS"], ["tld", "sg"], ["currency", "SGD"], ["created_at", "2016-02-02 00:47:07.886422"], ["updated_at", "2016-02-02 00:47:07.886422"]]  (152.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Helena"], ["code2", "SH"], ["code3", "SHN"], ["continent", "AF"], ["tld", "sh"], ["currency", "SHP"], ["created_at", "2016-02-02 00:47:08.042550"], ["updated_at", "2016-02-02 00:47:08.042550"]]  (130.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovenia"], ["code2", "SI"], ["code3", "SVN"], ["continent", "EU"], ["tld", "si"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:47:08.177964"], ["updated_at", "2016-02-02 00:47:08.177964"]]  (228.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Svalbard and Jan Mayen"], ["code2", "SJ"], ["code3", "SJM"], ["continent", "EU"], ["tld", "sj"], ["currency", "NOK"], ["created_at", "2016-02-02 00:47:08.412712"], ["updated_at", "2016-02-02 00:47:08.412712"]]  (184.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "eu_member", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Slovakia"], ["code2", "SK"], ["code3", "SVK"], ["continent", "EU"], ["tld", "sk"], ["currency", "EUR"], ["eu_member", "t"], ["created_at", "2016-02-02 00:47:08.601706"], ["updated_at", "2016-02-02 00:47:08.601706"]]  (242.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sierra Leone"], ["code2", "SL"], ["code3", "SLE"], ["continent", "AF"], ["tld", "sl"], ["currency", "SLL"], ["created_at", "2016-02-02 00:47:08.849093"], ["updated_at", "2016-02-02 00:47:08.849093"]]  (161.9ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "San Marino"], ["code2", "SM"], ["code3", "SMR"], ["continent", "EU"], ["tld", "sm"], ["currency", "EUR"], ["created_at", "2016-02-02 00:47:09.016986"], ["updated_at", "2016-02-02 00:47:09.016986"]]  (129.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Senegal"], ["code2", "SN"], ["code3", "SEN"], ["continent", "AF"], ["tld", "sn"], ["currency", "XOF"], ["created_at", "2016-02-02 00:47:09.151123"], ["updated_at", "2016-02-02 00:47:09.151123"]]  (131.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Somalia"], ["code2", "SO"], ["code3", "SOM"], ["continent", "AF"], ["tld", "so"], ["currency", "SOS"], ["created_at", "2016-02-02 00:47:09.288807"], ["updated_at", "2016-02-02 00:47:09.288807"]]  (127.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Suriname"], ["code2", "SR"], ["code3", "SUR"], ["continent", "SA"], ["tld", "sr"], ["currency", "SRD"], ["created_at", "2016-02-02 00:47:09.422210"], ["updated_at", "2016-02-02 00:47:09.422210"]]  (129.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sao Tome and Principe"], ["code2", "ST"], ["code3", "STP"], ["continent", "AF"], ["tld", "st"], ["currency", "STD"], ["created_at", "2016-02-02 00:47:09.556365"], ["updated_at", "2016-02-02 00:47:09.556365"]]  (127.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "El Salvador"], ["code2", "SV"], ["code3", "SLV"], ["continent", "NA"], ["tld", "sv"], ["currency", "USD"], ["created_at", "2016-02-02 00:47:09.690413"], ["updated_at", "2016-02-02 00:47:09.690413"]]  (173.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Sint Maarten"], ["code2", "SX"], ["code3", "SXM"], ["continent", "NA"], ["tld", "sx"], ["currency", "ANG"], ["created_at", "2016-02-02 00:47:09.869549"], ["updated_at", "2016-02-02 00:47:09.869549"]]  (143.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Syria"], ["code2", "SY"], ["code3", "SYR"], ["continent", "AS"], ["tld", "sy"], ["currency", "SYP"], ["created_at", "2016-02-02 00:47:10.017014"], ["updated_at", "2016-02-02 00:47:10.017014"]]  (129.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Swaziland"], ["code2", "SZ"], ["code3", "SWZ"], ["continent", "AF"], ["tld", "sz"], ["currency", "SZL"], ["created_at", "2016-02-02 00:47:10.149494"], ["updated_at", "2016-02-02 00:47:10.149494"]]  (166.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turks and Caicos Islands"], ["code2", "TC"], ["code3", "TCA"], ["continent", "NA"], ["tld", "tc"], ["currency", "USD"], ["created_at", "2016-02-02 00:47:10.319459"], ["updated_at", "2016-02-02 00:47:10.319459"]]  (130.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Chad"], ["code2", "TD"], ["code3", "TCD"], ["continent", "AF"], ["tld", "td"], ["currency", "XAF"], ["created_at", "2016-02-02 00:47:10.454782"], ["updated_at", "2016-02-02 00:47:10.454782"]]  (128.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "French Southern Territories"], ["code2", "TF"], ["code3", "ATF"], ["continent", "AN"], ["tld", "tf"], ["currency", "EUR"], ["created_at", "2016-02-02 00:47:10.589704"], ["updated_at", "2016-02-02 00:47:10.589704"]]  (128.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Togo"], ["code2", "TG"], ["code3", "TGO"], ["continent", "AF"], ["tld", "tg"], ["currency", "XOF"], ["created_at", "2016-02-02 00:47:10.723121"], ["updated_at", "2016-02-02 00:47:10.723121"]]  (131.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Thailand"], ["code2", "TH"], ["code3", "THA"], ["continent", "AS"], ["tld", "th"], ["currency", "THB"], ["created_at", "2016-02-02 00:47:10.857760"], ["updated_at", "2016-02-02 00:47:10.857760"]]  (130.7ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tajikistan"], ["code2", "TJ"], ["code3", "TJK"], ["continent", "AS"], ["tld", "tj"], ["currency", "TJS"], ["created_at", "2016-02-02 00:47:10.992853"], ["updated_at", "2016-02-02 00:47:10.992853"]]  (140.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tokelau"], ["code2", "TK"], ["code3", "TKL"], ["continent", "OC"], ["tld", "tk"], ["currency", "NZD"], ["created_at", "2016-02-02 00:47:11.139049"], ["updated_at", "2016-02-02 00:47:11.139049"]]  (138.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "East Timor"], ["code2", "TL"], ["code3", "TLS"], ["continent", "OC"], ["tld", "tl"], ["currency", "USD"], ["created_at", "2016-02-02 00:47:11.283490"], ["updated_at", "2016-02-02 00:47:11.283490"]]  (140.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkmenistan"], ["code2", "TM"], ["code3", "TKM"], ["continent", "AS"], ["tld", "tm"], ["currency", "TMT"], ["created_at", "2016-02-02 00:47:11.429685"], ["updated_at", "2016-02-02 00:47:11.429685"]]  (138.6ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tunisia"], ["code2", "TN"], ["code3", "TUN"], ["continent", "AF"], ["tld", "tn"], ["currency", "TND"], ["created_at", "2016-02-02 00:47:11.575144"], ["updated_at", "2016-02-02 00:47:11.575144"]]  (127.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tonga"], ["code2", "TO"], ["code3", "TON"], ["continent", "OC"], ["tld", "to"], ["currency", "TOP"], ["created_at", "2016-02-02 00:47:11.709722"], ["updated_at", "2016-02-02 00:47:11.709722"]]  (129.3ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Turkey"], ["code2", "TR"], ["code3", "TUR"], ["continent", "AS"], ["tld", "tr"], ["currency", "TRY"], ["created_at", "2016-02-02 00:47:11.845398"], ["updated_at", "2016-02-02 00:47:11.845398"]]  (129.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Trinidad and Tobago"], ["code2", "TT"], ["code3", "TTO"], ["continent", "NA"], ["tld", "tt"], ["currency", "TTD"], ["created_at", "2016-02-02 00:47:11.980515"], ["updated_at", "2016-02-02 00:47:11.980515"]]  (183.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tuvalu"], ["code2", "TV"], ["code3", "TUV"], ["continent", "OC"], ["tld", "tv"], ["currency", "AUD"], ["created_at", "2016-02-02 00:47:12.169945"], ["updated_at", "2016-02-02 00:47:12.169945"]]  (229.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Taiwan"], ["code2", "TW"], ["code3", "TWN"], ["continent", "AS"], ["tld", "tw"], ["currency", "TWD"], ["created_at", "2016-02-02 00:47:12.403457"], ["updated_at", "2016-02-02 00:47:12.403457"]]  (140.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Tanzania"], ["code2", "TZ"], ["code3", "TZA"], ["continent", "AF"], ["tld", "tz"], ["currency", "TZS"], ["created_at", "2016-02-02 00:47:12.549694"], ["updated_at", "2016-02-02 00:47:12.549694"]]  (153.2ms) commit transaction  (0.7ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Ukraine"], ["code2", "UA"], ["code3", "UKR"], ["continent", "EU"], ["tld", "ua"], ["currency", "UAH"], ["created_at", "2016-02-02 00:47:12.707593"], ["updated_at", "2016-02-02 00:47:12.707593"]]  (161.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uganda"], ["code2", "UG"], ["code3", "UGA"], ["continent", "AF"], ["tld", "ug"], ["currency", "UGX"], ["created_at", "2016-02-02 00:47:12.875876"], ["updated_at", "2016-02-02 00:47:12.875876"]]  (149.9ms) commit transaction  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States Minor Outlying Islands"], ["code2", "UM"], ["code3", "UMI"], ["continent", "OC"], ["tld", "um"], ["currency", "USD"], ["created_at", "2016-02-02 00:47:13.032443"], ["updated_at", "2016-02-02 00:47:13.032443"]]  (162.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "United States"], ["code2", "US"], ["code3", "USA"], ["continent", "NA"], ["tld", "us"], ["currency", "USD"], ["created_at", "2016-02-02 00:47:13.200076"], ["updated_at", "2016-02-02 00:47:13.200076"]]  (163.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uruguay"], ["code2", "UY"], ["code3", "URY"], ["continent", "SA"], ["tld", "uy"], ["currency", "UYU"], ["created_at", "2016-02-02 00:47:13.368240"], ["updated_at", "2016-02-02 00:47:13.368240"]]  (187.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Uzbekistan"], ["code2", "UZ"], ["code3", "UZB"], ["continent", "AS"], ["tld", "uz"], ["currency", "UZS"], ["created_at", "2016-02-02 00:47:13.559830"], ["updated_at", "2016-02-02 00:47:13.559830"]]  (139.1ms) commit transaction  (0.2ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vatican"], ["code2", "VA"], ["code3", "VAT"], ["continent", "EU"], ["tld", "va"], ["currency", "EUR"], ["created_at", "2016-02-02 00:47:13.705267"], ["updated_at", "2016-02-02 00:47:13.705267"]]  (128.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Saint Vincent and the Grenadines"], ["code2", "VC"], ["code3", "VCT"], ["continent", "NA"], ["tld", "vc"], ["currency", "XCD"], ["created_at", "2016-02-02 00:47:13.839461"], ["updated_at", "2016-02-02 00:47:13.839461"]]  (163.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Venezuela"], ["code2", "VE"], ["code3", "VEN"], ["continent", "SA"], ["tld", "ve"], ["currency", "VEF"], ["created_at", "2016-02-02 00:47:14.007849"], ["updated_at", "2016-02-02 00:47:14.007849"]]  (194.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "British Virgin Islands"], ["code2", "VG"], ["code3", "VGB"], ["continent", "NA"], ["tld", "vg"], ["currency", "USD"], ["created_at", "2016-02-02 00:47:14.209156"], ["updated_at", "2016-02-02 00:47:14.209156"]]  (138.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "U.S. Virgin Islands"], ["code2", "VI"], ["code3", "VIR"], ["continent", "NA"], ["tld", "vi"], ["currency", "USD"], ["created_at", "2016-02-02 00:47:14.353314"], ["updated_at", "2016-02-02 00:47:14.353314"]]  (132.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vietnam"], ["code2", "VN"], ["code3", "VNM"], ["continent", "AS"], ["tld", "vn"], ["currency", "VND"], ["created_at", "2016-02-02 00:47:14.488498"], ["updated_at", "2016-02-02 00:47:14.488498"]]  (130.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Vanuatu"], ["code2", "VU"], ["code3", "VUT"], ["continent", "OC"], ["tld", "vu"], ["currency", "VUV"], ["created_at", "2016-02-02 00:47:14.623790"], ["updated_at", "2016-02-02 00:47:14.623790"]]  (220.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Wallis and Futuna"], ["code2", "WF"], ["code3", "WLF"], ["continent", "OC"], ["tld", "wf"], ["currency", "XPF"], ["created_at", "2016-02-02 00:47:14.848277"], ["updated_at", "2016-02-02 00:47:14.848277"]]  (163.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Samoa"], ["code2", "WS"], ["code3", "WSM"], ["continent", "OC"], ["tld", "ws"], ["currency", "WST"], ["created_at", "2016-02-02 00:47:15.015316"], ["updated_at", "2016-02-02 00:47:15.015316"]]  (129.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Yemen"], ["code2", "YE"], ["code3", "YEM"], ["continent", "AS"], ["tld", "ye"], ["currency", "YER"], ["created_at", "2016-02-02 00:47:15.151554"], ["updated_at", "2016-02-02 00:47:15.151554"]]  (140.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Mayotte"], ["code2", "YT"], ["code3", "MYT"], ["continent", "AF"], ["tld", "yt"], ["currency", "EUR"], ["created_at", "2016-02-02 00:47:15.296778"], ["updated_at", "2016-02-02 00:47:15.296778"]]  (128.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "South Africa"], ["code2", "ZA"], ["code3", "ZAF"], ["continent", "AF"], ["tld", "za"], ["currency", "ZAR"], ["created_at", "2016-02-02 00:47:15.430137"], ["updated_at", "2016-02-02 00:47:15.430137"]]  (131.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zambia"], ["code2", "ZM"], ["code3", "ZMB"], ["continent", "AF"], ["tld", "zm"], ["currency", "ZMK"], ["created_at", "2016-02-02 00:47:15.565701"], ["updated_at", "2016-02-02 00:47:15.565701"]]  (128.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Zimbabwe"], ["code2", "ZW"], ["code3", "ZWE"], ["continent", "AF"], ["tld", "zw"], ["currency", "ZWL"], ["created_at", "2016-02-02 00:47:15.700581"], ["updated_at", "2016-02-02 00:47:15.700581"]]  (139.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Serbia and Montenegro"], ["code2", "CS"], ["code3", "SCG"], ["continent", "EU"], ["tld", "cs"], ["currency", "RSD"], ["created_at", "2016-02-02 00:47:15.846264"], ["updated_at", "2016-02-02 00:47:15.846264"]]  (105.6ms) commit transaction  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "hatchy_countries" ("name", "code2", "code3", "continent", "tld", "currency", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["name", "Netherlands Antilles"], ["code2", "AN"], ["code3", "ANT"], ["continent", "NA"], ["tld", "an"], ["currency", "ANG"], ["created_at", "2016-02-02 00:47:15.958398"], ["updated_at", "2016-02-02 00:47:15.958398"]]  (129.5ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "hatchy_users"  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 Hatchy::User Exists (0.1ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'admin@example.com' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "first_name", "last_name", "admin", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["email", "admin@example.com"], ["encrypted_password", "$2a$10$GPFYFOTwo3y7AhZHSJ/N2.8zXZfk6glcsWpuyviog02YC9JxTbwte"], ["first_name", "Default"], ["last_name", "Admin"], ["admin", "t"], ["created_at", "2016-02-02 00:47:16.409754"], ["updated_at", "2016-02-02 00:47:16.409754"]]  (137.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2016-02-01 18:48:24 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 00:48:24.402986' AND '2016-02-02 00:48:24.403284') [["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (2392.3ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (20.3ms) Completed 500 Internal Server Error in 2477ms (ActiveRecord: 2.6ms) ActionView::Template::Error (undefined method `explore_path' for #): 11: .navbar-header-right 12: #navbar.navbar-collapse.collapse 13: %ul.nav.navbar-nav.navbar-right 14: %li= link_to "Explore", hatchy.explore_path 15: - if current_user 16: %li.dropdown 17: %a.dropdown-toggle{href:"#", "aria-expanded":false, "aria-haspopup":true, data:{toggle:"dropdown"},role:"button"} actionpack (4.2.5) lib/action_dispatch/routing/routes_proxy.rb:36:in `method_missing' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml:14:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_layouts_hatchy__navbar_html_haml___3405679155369223687_73728500' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/application.html.haml:11:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_layouts_hatchy_application_html_haml___581699843861459585_59343320' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.7ms) Started GET "/" for 127.0.0.1 at 2016-02-01 18:48:44 -0600 Processing by Hatchy::HomeController#index as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.9ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 2: .container 3: %h2.text-center Discover Amazing Projects 4: .owl-carousel#owl-projects 5: - @recommended_projects.each do |project| 6: .items 7: = render "hatchy/shared/project", project: project /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml:5:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_home__recommended_projects_html_haml___3252374782431314189_84526620' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml:4:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_home_index_html_haml__800226848589953694_84578220' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.2ms) Started GET "/" for 127.0.0.1 at 2016-02-01 18:48:56 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.2ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (39.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:48:56.383844' and ends_at >= '2016-02-02 00:48:56.383844') Completed 200 OK in 125ms (Views: 114.4ms | ActiveRecord: 2.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-02-01 18:48:58 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (39.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:48:58.875780' and ends_at >= '2016-02-02 00:48:58.875780') Completed 200 OK in 102ms (Views: 100.1ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-02-01 18:49:03 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SVsqxJdNu6ycV93oK5wZE6dmUpNeFNi15hrRvm2gH9rix6daDMB9uxcge5xfdWL4pONahXEMXKX5sTSxbnGBXQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-02-02 00:49:04.031014"], ["current_sign_in_at", "2016-02-02 00:49:04.031014"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-02-02 00:49:04.032207"], ["id", 1]]  (230.9ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 331ms (ActiveRecord: 231.6ms) Started GET "/" for 127.0.0.1 at 2016-02-01 18:49:04 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:49:04.323091' and ends_at >= '2016-02-02 00:49:04.323091') Completed 200 OK in 72ms (Views: 71.1ms | ActiveRecord: 0.4ms) Started GET "/projects/new" for 127.0.0.1 at 2016-02-01 18:49:06 -0600 Processing by Hatchy::ProjectsController#new as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/new.html.haml within layouts/hatchy/application (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:49:07.039326' and ends_at >= '2016-02-02 00:49:07.039326') Completed 200 OK in 105ms (Views: 82.7ms | ActiveRecord: 0.9ms) Started POST "/projects" for 127.0.0.1 at 2016-02-01 18:49:12 -0600 Processing by Hatchy::ProjectsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1IaSOzw6cpFrLbT8Vp7a2tQuCDzfPgDQg6FYLNVvMqnd9KCdRvaViBd0JbvOTytR6kPV/vN9uDHFfLMRknNLvA==", "project"=>{"name"=>"NOTGME", "category_id"=>"13"}, "commit"=>"Save Project", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1  (0.0ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."name" = 'NOTGME' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_projects" ("name", "category_id", "user_id", "created_at", "updated_at", "status", "send_to_draft_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "NOTGME"], ["category_id", 13], ["user_id", 1], ["created_at", "2016-02-02 00:49:12.787065"], ["updated_at", "2016-02-02 00:49:12.787065"], ["status", "draft"], ["send_to_draft_at", "2016-02-02 00:49:12.787447"]] SQL (0.2ms) INSERT INTO "hatchy_rewards" ("min_value", "description", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["min_value", 10.0], ["description", "No reward contributions"], ["project_id", 1], ["created_at", "2016-02-02 00:49:12.807504"], ["updated_at", "2016-02-02 00:49:12.807504"]]  (230.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 268ms (ActiveRecord: 231.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:49:13 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (9.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.0ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (12.8ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (93.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:49:13.212398' and ends_at >= '2016-02-02 00:49:13.212398') Completed 200 OK in 197ms (Views: 156.6ms | ActiveRecord: 2.2ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:49:17 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iiUk/jtf1HgQDGP/HBfBG8oItEPXOjiDrlJ+gihnlguDVxZYQZMzYWxV8riExjCQ9GVpgft5gGLoj5W/b3vvHg==", "project"=>{"name"=>"NOTGME", "category_id"=>"13", "city"=>"Mont"}, "anchor"=>"basic", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "city" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["city", "Mont"], ["updated_at", "2016-02-02 00:49:17.473119"], ["id", 1]]  (236.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 250ms (ActiveRecord: 237.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:49:17 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (48.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:49:17.814782' and ends_at >= '2016-02-02 00:49:17.814782') Completed 200 OK in 122ms (Views: 115.3ms | ActiveRecord: 1.4ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:49:25 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"byvX8tRrHRXBHKvApAUwrRtJaOa/YkbQQEPLA70cJKRmWeVUrqf6DL1FOoc81MEmJSS1JJMh/jEGniA++gBdsQ==", "project"=>{"goal"=>"450", "online_days"=>"1"}, "anchor"=>"goal", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "goal" = ?, "online_days" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["goal", 450.0], ["online_days", 1], ["updated_at", "2016-02-02 00:49:25.291727"], ["id", 1]]  (135.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#goal Completed 302 Found in 149ms (ActiveRecord: 136.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:49:25 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (47.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:49:25.527227' and ends_at >= '2016-02-02 00:49:25.527227') Completed 200 OK in 118ms (Views: 111.7ms | ActiveRecord: 1.3ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:49:34 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"qxC9zWtzjaaStVy/KaRP8XZbnM+KR1QImcy/++g1YKmiYo9rEb9qv+7szfixdb56SDZBDaYE7OnfEVTGrykZvA==", "project"=>{"about"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"description", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "about" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["about", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-02-02 00:49:34.533977"], ["id", 1]]  (256.3ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#description Completed 302 Found in 265ms (ActiveRecord: 257.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:49:34 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.9ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (58.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:49:34.901970' and ends_at >= '2016-02-02 00:49:34.901970') Completed 200 OK in 142ms (Views: 134.0ms | ActiveRecord: 1.7ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:49:38 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MS+TymnkZOslgKo4VKbCGFSqtOI+SX2euF/1bsgQmNw4XaFsEyiD8lnZO3/MdzOTasdpIBIKxX/+gh5TjwzhyQ==", "project"=>{"video_url"=>"https://www.youtube.com/watch?v=63iLLXJ7oic"}, "anchor"=>"video", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "video_url" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["video_url", "https://www.youtube.com/watch?v=63iLLXJ7oic"], ["updated_at", "2016-02-02 00:49:38.690766"], ["id", 1]]  (249.8ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#video Completed 302 Found in 262ms (ActiveRecord: 250.9ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:49:38 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (50.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:49:39.046955' and ends_at >= '2016-02-02 00:49:39.046955') Completed 200 OK in 123ms (Views: 117.2ms | ActiveRecord: 1.1ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:49:42 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jO25Nb2CTyv/lqj1I8OrZgRkhu8ShHy3MFNbdtetKemFn4uTx06oMoPPObK7ElrtOglbLT7HxFZ2jrBLkLFQ/A==", "project"=>{"budget"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"}, "files"=>"", "anchor"=>"budget", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "budget" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["budget", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-02-02 00:49:42.691498"], ["id", 1]]  (251.7ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#budget Completed 302 Found in 264ms (ActiveRecord: 252.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:49:42 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (48.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:49:43.042872' and ends_at >= '2016-02-02 00:49:43.042872') Completed 200 OK in 117ms (Views: 110.9ms | ActiveRecord: 1.2ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:49:53 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"M3cg4jUvFrkYLqGTSirVMUEhU8jmmfHzJlOvAW6+uus6BRJET+PxoGR3MNTS+yS6f0yOCsraSRJgjkQ8KaLD/g==", "project"=>{"project_img"=>#, @original_filename="circus.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"project[project_img]\"; filename=\"circus.jpg\"\r\nContent-Type: image/jpeg\r\n">, "headline"=>"This is a headline"}, "anchor"=>"project_card", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) UPDATE "hatchy_projects" SET "headline" = ?, "project_img" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["headline", "This is a headline"], ["project_img", "circus.jpg"], ["updated_at", "2016-02-02 00:49:53.244570"], ["id", 1]]  (164.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#project_card Completed 302 Found in 197ms (ActiveRecord: 165.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:49:53 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (50.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:49:53.531770' and ends_at >= '2016-02-02 00:49:53.531770') Completed 200 OK in 126ms (Views: 115.2ms | ActiveRecord: 1.7ms) Started GET "/projects/1/send_to_analysis" for 127.0.0.1 at 2016-02-01 18:50:02 -0600 Processing by Hatchy::ProjectsController#send_to_analysis as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.0ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "analysis"], ["updated_at", "2016-02-02 00:50:02.472058"], ["id", 1]]  (151.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#analysis_success Completed 302 Found in 165ms (ActiveRecord: 152.8ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:50:02 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (30.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (87.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:50:02.760886' and ends_at >= '2016-02-02 00:50:02.760886') Completed 200 OK in 156ms (Views: 148.5ms | ActiveRecord: 1.7ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:50:14 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nA68NxdjBwyUxWwyyMSQIb7Wkf21pfKLttiLGkwISLyVfI6Rba/gFeic/XVQFWGqgLtMP5nmSmrwBWAnCxQxqQ==", "project"=>{"account_attributes"=>{"account_type"=>"Individuals", "owner_name"=>"test", "email"=>"test@mail.com", "phone"=>"123123", "owner_document"=>"test123", "bank_id"=>"2", "account"=>"123", "account_digit"=>"F123", "address_street"=>"Fake st", "address_city"=>"Fake city", "address_state"=>"Fake state", "address_number"=>"123", "address_zip"=>"F124"}}, "anchor"=>"account", "commit"=>"Save Project", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_project_accounts" ("account", "account_digit", "account_type", "address_city", "address_number", "address_state", "address_street", "address_zip", "bank_id", "email", "owner_document", "owner_name", "phone", "project_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["account", "123"], ["account_digit", "F123"], ["account_type", "Individuals"], ["address_city", "Fake city"], ["address_number", "123"], ["address_state", "Fake state"], ["address_street", "Fake st"], ["address_zip", "F124"], ["bank_id", 2], ["email", "test@mail.com"], ["owner_document", "test123"], ["owner_name", "test"], ["phone", "123123"], ["project_id", 1], ["created_at", "2016-02-02 00:50:14.649553"], ["updated_at", "2016-02-02 00:50:14.649553"]]  (283.9ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#account Completed 302 Found in 298ms (ActiveRecord: 285.0ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:50:14 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (59.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (19.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:50:15.049991' and ends_at >= '2016-02-02 00:50:15.049991') Completed 200 OK in 136ms (Views: 129.4ms | ActiveRecord: 1.6ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 18:50:18 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.4ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 00:50:18.418529' AND '2016-02-02 00:50:18.418780') [["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (9.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:50:18.459796' and ends_at >= '2016-02-02 00:50:18.459796') Completed 200 OK in 87ms (Views: 84.4ms | ActiveRecord: 1.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:50:22 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (3.0ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.3ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (30.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.2ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.0ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (62.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:50:22.278708' and ends_at >= '2016-02-02 00:50:22.278708') Completed 200 OK in 143ms (Views: 129.3ms | ActiveRecord: 2.5ms) Started GET "/admin" for 127.0.0.1 at 2016-02-01 18:50:30 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (19.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (7.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:50:30.706181' and ends_at >= '2016-02-02 00:50:30.706181') Completed 200 OK in 145ms (Views: 137.6ms | ActiveRecord: 2.6ms) Started GET "/assets/hatchy/admin.self-843fe312a9bd15fbad42e7d8f8451fd58a4a436432d406b1c30fc55813883071.css?body=1" for 127.0.0.1 at 2016-02-01 18:50:30 -0600 Started GET "/users/1/edit" for 127.0.0.1 at 2016-02-01 18:50:34 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.2ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (14.3ms) Hatchy::Country Load (1.9ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (43.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (80.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:50:34.684890' and ends_at >= '2016-02-02 00:50:34.684890') Completed 200 OK in 179ms (Views: 156.7ms | ActiveRecord: 3.8ms) Started PATCH "/users/1" for 127.0.0.1 at 2016-02-01 18:50:41 -0600 Processing by Hatchy::UsersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5Ma8RSWdL4pRImUrV/d5M7ggBeHT5F3AedXdJPeFtC/ttI7jX1HIky179GzPJoi4hk3YI/+n5SE/CDYZsJnNOg==", "user"=>{"first_name"=>"Default", "last_name"=>"Admin", "profile_img"=>#, @original_filename="costanza.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"user[profile_img]\"; filename=\"costanza.jpg\"\r\nContent-Type: image/jpeg\r\n">, "facebook_link"=>"", "twitter_link"=>"", "about"=>""}, "anchor"=>"about_you", "commit"=>"Save Profile", "class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE ("hatchy_users"."email" = 'admin@example.com' AND "hatchy_users"."id" != 1) LIMIT 1 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "hatchy_users" SET "profile_img" = ?, "facebook_link" = ?, "twitter_link" = ?, "about" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["profile_img", "costanza.jpg"], ["facebook_link", ""], ["twitter_link", ""], ["about", ""], ["updated_at", "2016-02-02 00:50:41.717378"], ["id", 1]]  (148.1ms) commit transaction Redirected to http://localhost:3000/users/1/edit#about_you Completed 302 Found in 163ms (ActiveRecord: 148.9ms) Started GET "/users/1/edit" for 127.0.0.1 at 2016-02-01 18:50:41 -0600 Processing by Hatchy::UsersController#edit as HTML Parameters: {"class_name"=>"Hatchy::User", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::BankAccount Load (0.1ms) SELECT "hatchy_bank_accounts".* FROM "hatchy_bank_accounts" WHERE "hatchy_bank_accounts"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_about_you.html.haml (7.5ms) Hatchy::Country Load (2.7ms) SELECT "hatchy_countries".* FROM "hatchy_countries" ORDER BY "hatchy_countries"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_data_and_address.html.haml (27.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_banks_and_cards.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit/_notifications.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/users/edit.html.haml within layouts/hatchy/application (49.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:50:41.971804' and ends_at >= '2016-02-02 00:50:41.971804') Completed 200 OK in 125ms (Views: 117.7ms | ActiveRecord: 3.4ms) Started GET "/dashboard" for 127.0.0.1 at 2016-02-01 18:50:46 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (6.3ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (16.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:50:46.597401' and ends_at >= '2016-02-02 00:50:46.597401') Completed 200 OK in 88ms (Views: 85.1ms | ActiveRecord: 1.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:50:47 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:50:47 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_analysis_success.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (60.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:50:47.600239' and ends_at >= '2016-02-02 00:50:47.600239') Completed 200 OK in 126ms (Views: 116.7ms | ActiveRecord: 1.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:50:49 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (0.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:50:49.849975' and ends_at >= '2016-02-02 00:50:49.849975') Completed 200 OK in 84ms (Views: 76.3ms | ActiveRecord: 1.5ms) Started GET "/admin" for 127.0.0.1 at 2016-02-01 18:50:53 -0600 Processing by Hatchy::Admin::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" ORDER BY "hatchy_announcements"."updated_at" DESC LIMIT 1 Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."updated_at" DESC LIMIT 1 Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."updated_at" DESC LIMIT 1 Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" ORDER BY "hatchy_contributions"."updated_at" DESC LIMIT 1 Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."updated_at" DESC LIMIT 1 Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" ORDER BY "hatchy_rewards"."updated_at" DESC LIMIT 1 Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."updated_at" DESC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "hatchy_banks"  (0.1ms) SELECT COUNT(*) FROM "hatchy_categories"  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.1ms) SELECT COUNT(*) FROM "hatchy_rewards"  (0.1ms) SELECT COUNT(*) FROM "hatchy_users" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/_last_updated_table.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/dashboard/index.html.haml within layouts/hatchy/admin/admin_layout (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:50:53.637092' and ends_at >= '2016-02-02 00:50:53.637092') Completed 200 OK in 79ms (Views: 70.2ms | ActiveRecord: 2.7ms) Started GET "/admin/projects" for 127.0.0.1 at 2016-02-01 18:51:01 -0600 Processing by Hatchy::Admin::ProjectsController#index as HTML Parameters: {"class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_navtabs.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/index.html.haml within layouts/hatchy/admin/admin_layout (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:01.719192' and ends_at >= '2016-02-02 00:51:01.719192') Completed 200 OK in 101ms (Views: 98.7ms | ActiveRecord: 0.3ms) Started GET "/admin/projects.json?draw=1&columns%5B0%5D%5Bdata%5D=0&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=1&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=2&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=3&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=4&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=5&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=6&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=7&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=8&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=true&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=1454374261866" for 127.0.0.1 at 2016-02-01 18:51:01 -0600 Processing by Hatchy::Admin::ProjectsController#index as JSON Parameters: {"draw"=>"1", "columns"=>{"0"=>{"data"=>"0", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "1"=>{"data"=>"1", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "2"=>{"data"=>"2", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "3"=>{"data"=>"3", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "4"=>{"data"=>"4", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "5"=>{"data"=>"5", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "6"=>{"data"=>"6", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "7"=>{"data"=>"7", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}, "8"=>{"data"=>"8", "name"=>"", "searchable"=>"true", "orderable"=>"true", "search"=>{"value"=>"", "regex"=>"false"}}}, "order"=>{"0"=>{"column"=>"0", "dir"=>"asc"}}, "start"=>"0", "length"=>"10", "search"=>{"value"=>"", "regex"=>"false"}, "_"=>"1454374261866", "class_name"=>"Hatchy::Project"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "hatchy_projects" LIMIT 10 OFFSET 0) subquery_for_count Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY id asc LIMIT 10 OFFSET 0 Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Completed 200 OK in 28ms (Views: 19.9ms | ActiveRecord: 0.9ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 18:51:04 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (12.1ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (8.2ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (39.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:04.515307' and ends_at >= '2016-02-02 00:51:04.515307') Completed 200 OK in 121ms (Views: 116.8ms | ActiveRecord: 1.3ms) Started PUT "/admin/projects/1/send_to_approved" for 127.0.0.1 at 2016-02-01 18:51:09 -0600 Processing by Hatchy::Admin::ProjectsController#send_to_approved as HTML Parameters: {"authenticity_token"=>"Eyc4IxME8Y2SAB1bzTQRNkfagX0G1y2yGi5elHCVraEaVQqFacgWlO5ZjBxV5eC9ebdcvyqUlVNc87WpN4nUtA==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.3ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "approved"], ["updated_at", "2016-02-02 00:51:09.457211"], ["id", 1]]  (164.5ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 179ms (ActiveRecord: 165.5ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 18:51:09 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.2ms) Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (2.3ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:09.691418' and ends_at >= '2016-02-02 00:51:09.691418') Completed 200 OK in 97ms (Views: 93.6ms | ActiveRecord: 1.1ms) Started PUT "/admin/projects/1/push_to_online" for 127.0.0.1 at 2016-02-01 18:51:13 -0600 Processing by Hatchy::Admin::ProjectsController#push_to_online as HTML Parameters: {"authenticity_token"=>"P+aGqvwf2OMTN624aqlOLf/9ZkFvPirmbMIaaPXakZo2lLQMhtM/+m9uPP/yeL+mwZC7g0N9kgcqH/FVssbojw==", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1  (0.1ms) begin transaction CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "status" = ?, "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["status", "online"], ["online_date", "2016-02-02 00:51:13.047578"], ["expires_at", "2016-02-03 00:51:13.047578"], ["updated_at", "2016-02-02 00:51:13.048321"], ["id", 1]]  (265.7ms) commit transaction Redirected to http://localhost:3000/admin/projects/1 Completed 302 Found in 279ms (ActiveRecord: 266.6ms) Started GET "/admin/projects/1" for 127.0.0.1 at 2016-02-01 18:51:13 -0600 Processing by Hatchy::Admin::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_basic_info.html.haml (6.4ms) Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Bank Load (0.1ms) SELECT "hatchy_banks".* FROM "hatchy_banks" WHERE "hatchy_banks"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_project_account.html.haml (1.9ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_posts.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/_about.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/projects/show.html.haml within layouts/hatchy/admin/admin_layout (17.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/admin/shared/_admin_sidebar.html.haml (2.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:13.383177' and ends_at >= '2016-02-02 00:51:13.383177') Completed 200 OK in 97ms (Views: 92.7ms | ActiveRecord: 1.1ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 18:51:16 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 00:51:16.990174' AND '2016-02-02 00:51:16.990768') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (14.3ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:17.037684' and ends_at >= '2016-02-02 00:51:17.037684') Completed 200 OK in 85ms (Views: 80.5ms | ActiveRecord: 1.5ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:51:18 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 7ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:51:18 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.0ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (15.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (81.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:18.154042' and ends_at >= '2016-02-02 00:51:18.154042') Completed 200 OK in 152ms (Views: 145.7ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:51:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.3ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (0.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (27.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:19.828234' and ends_at >= '2016-02-02 00:51:19.828234') Completed 200 OK in 108ms (Views: 103.0ms | ActiveRecord: 1.7ms) Started GET "/dashboard" for 127.0.0.1 at 2016-02-01 18:51:26 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (2.9ms) Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:26.123796' and ends_at >= '2016-02-02 00:51:26.123796') Completed 200 OK in 79ms (Views: 74.3ms | ActiveRecord: 0.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:51:26 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:51:26 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.1ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.4ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (21.8ms) Hatchy::Bank Load (0.4ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.6ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (84.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:26.930212' and ends_at >= '2016-02-02 00:51:26.930212') Completed 200 OK in 157ms (Views: 150.9ms | ActiveRecord: 1.8ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:51:38 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8y9Ahyr3XF9yy31kgijWn67tltj8dvrcpRg36zIv2NL6XXIhUDu7Rg6S7CMa+ScUkIBLGtA1Qj3jxdzWdTOhxw==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"This is the first post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-02-02 00:51:38.746822"], ["expires_at", "2016-02-03 00:51:38.746822"], ["updated_at", "2016-02-02 00:51:38.747532"], ["id", 1]] SQL (0.2ms) INSERT INTO "hatchy_project_posts" ("title", "content", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "This is the first post"], ["content", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-02-02 00:51:38.749244"], ["updated_at", "2016-02-02 00:51:38.749244"]]  (231.2ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 252ms (ActiveRecord: 232.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:51:38 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (11.8ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (64.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:39.093452' and ends_at >= '2016-02-02 00:51:39.093452') Completed 200 OK in 130ms (Views: 122.5ms | ActiveRecord: 1.7ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:51:46 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PuJmhAshcYOoe5GiJJeOBNTdUuKQWd1zhwaMtiW+mxU3kFQice2WmtQiAOW8Rn+P6rCPILwaZZLB22eLYqLiAA==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"This is private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.2ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-02-02 00:51:46.924246"], ["expires_at", "2016-02-03 00:51:46.924246"], ["updated_at", "2016-02-02 00:51:46.924936"], ["id", 1]] SQL (0.1ms) INSERT INTO "hatchy_project_posts" ("title", "content", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "This is private post"], ["content", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-02-02 00:51:46.926500"], ["updated_at", "2016-02-02 00:51:46.926500"]]  (304.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 321ms (ActiveRecord: 305.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:51:47 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.8ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (10.8ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (63.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:47.345971' and ends_at >= '2016-02-02 00:51:47.345971') Completed 200 OK in 144ms (Views: 137.6ms | ActiveRecord: 1.4ms) Started DELETE "/projects/1/posts/2" for 127.0.0.1 at 2016-02-01 18:51:51 -0600 Processing by Hatchy::Projects::PostsController#destroy as HTML Parameters: {"authenticity_token"=>"h88rfXrzC4f52S9inzP5opBWwaUoZfoOnoXDp4CP9u+OvRnbAD/snoWAviUH4ggprjscZwQmQu/YWCiax5OP+g==", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 2]]  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."id" = ? [["id", 2]]  (155.1ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 162ms (ActiveRecord: 155.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:51:51 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (2.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.6ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.7ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (71.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:52.050284' and ends_at >= '2016-02-02 00:51:52.050284') Completed 200 OK in 147ms (Views: 141.4ms | ActiveRecord: 1.7ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:51:57 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4t/yOkim79mDedwhUTF45MI0KVJffOhmeI7WmUuytgXrrcCcMmoIwP8gTWbJ4Ilv/Fn0kHM/UIc+Uz2kDK7PEA==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"This is private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"1"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-02-02 00:51:57.828016"], ["expires_at", "2016-02-03 00:51:57.828016"], ["updated_at", "2016-02-02 00:51:57.828895"], ["id", 1]] SQL (0.2ms) INSERT INTO "hatchy_project_posts" ("title", "content", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "This is private post"], ["content", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-02-02 00:51:57.830821"], ["updated_at", "2016-02-02 00:51:57.830821"]]  (243.0ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 261ms (ActiveRecord: 244.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:51:58 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (22.1ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.4ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (74.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:51:58.200286' and ends_at >= '2016-02-02 00:51:58.200286') Completed 200 OK in 155ms (Views: 147.0ms | ActiveRecord: 1.8ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:52:07 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8V8XC+W+p8fEcsJE3vGeFahnyXRcyokkq0IpBH+ffWv4LSWtn3JA3rgrUwNGIG+elgoUtnCJMcXtn8I5OIMEfg==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"This is the second Post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Unpermitted parameter: private  (0.2ms) begin transaction Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.3ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-02-02 00:52:07.136994"], ["expires_at", "2016-02-03 00:52:07.136994"], ["updated_at", "2016-02-02 00:52:07.137771"], ["id", 1]] SQL (0.4ms) INSERT INTO "hatchy_project_posts" ("title", "content", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "This is the second Post"], ["content", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-02-02 00:52:07.140325"], ["updated_at", "2016-02-02 00:52:07.140325"]]  (206.5ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 231ms (ActiveRecord: 208.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:52:07 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.6ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.9ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (25.1ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (17.4ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (90.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.5ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:52:07.496890' and ends_at >= '2016-02-02 00:52:07.496890') Completed 200 OK in 179ms (Views: 172.2ms | ActiveRecord: 1.9ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 18:52:10 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 00:52:10.230313' AND '2016-02-02 00:52:10.230673') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (10.3ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:52:10.273277' and ends_at >= '2016-02-02 00:52:10.273277') Completed 200 OK in 81ms (Views: 78.2ms | ActiveRecord: 1.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:52:11 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:52:11 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.3ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.8ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (74.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:52:11.159851' and ends_at >= '2016-02-02 00:52:11.159851') Completed 200 OK in 151ms (Views: 143.6ms | ActiveRecord: 1.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:52:12 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:52:12.821996' and ends_at >= '2016-02-02 00:52:12.821996') Completed 200 OK in 98ms (Views: 91.3ms | ActiveRecord: 1.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:52:40 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (16.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (19.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (6.8ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (64.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:52:41.082738' and ends_at >= '2016-02-02 00:52:41.082738') Completed 200 OK in 184ms (Views: 126.3ms | ActiveRecord: 5.9ms) Started GET "/dashboard" for 127.0.0.1 at 2016-02-01 18:54:05 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (34.3ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (364.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (27.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:54:06.466085' and ends_at >= '2016-02-02 00:54:06.466085') Completed 200 OK in 602ms (Views: 525.5ms | ActiveRecord: 4.9ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:54:07 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 14ms (ActiveRecord: 1.3ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:54:07 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.7ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.8ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (24.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (26.2ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (27.5ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (28.0ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (16.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (165.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:54:07.868657' and ends_at >= '2016-02-02 00:54:07.868657') Completed 200 OK in 283ms (Views: 226.7ms | ActiveRecord: 3.4ms) Started DELETE "/projects/1/posts/3" for 127.0.0.1 at 2016-02-01 18:54:15 -0600 Processing by Hatchy::Projects::PostsController#destroy as HTML Parameters: {"authenticity_token"=>"H+YbHLQdJnCUkcla7SCCktYQb/iEP2st+EIFPLOxyGkWlCm6ztHBaejIWB118XMZ6H2yOqh808y+n+4B9K2xfA==", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"3"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."id" = ? [["id", 3]]  (166.4ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 172ms (ActiveRecord: 167.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:54:15 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (22.2ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (79.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:54:15.688869' and ends_at >= '2016-02-02 00:54:15.688869') Completed 200 OK in 144ms (Views: 137.6ms | ActiveRecord: 1.6ms) Started PATCH "/projects/1" for 127.0.0.1 at 2016-02-01 18:54:27 -0600 Processing by Hatchy::ProjectsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YipFhGEjqWL/jb7KM1YxYXrmWHgC6eMGQzW4I01b3bFrWHciG+9Oe4PUL42rh8DqRIuFui6qW+cF6FMeCkekpA==", "project"=>{"posts_attributes"=>{"0"=>{"title"=>"This is private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"1"}}}, "files"=>"", "anchor"=>"post", "commit"=>"Save Post", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE ("hatchy_projects"."name" = 'NOTGME' AND "hatchy_projects"."id" != 1) LIMIT 1 SQL (0.4ms) UPDATE "hatchy_projects" SET "online_date" = ?, "expires_at" = ?, "updated_at" = ? WHERE "hatchy_projects"."id" = ? [["online_date", "2016-02-02 00:54:27.573633"], ["expires_at", "2016-02-03 00:54:27.573633"], ["updated_at", "2016-02-02 00:54:27.574768"], ["id", 1]] SQL (0.5ms) INSERT INTO "hatchy_project_posts" ("title", "content", "private", "project_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "This is private post"], ["content", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["private", "t"], ["project_id", 1], ["user_id", 1], ["created_at", "2016-02-02 00:54:27.577431"], ["updated_at", "2016-02-02 00:54:27.577431"]]  (171.6ms) commit transaction Redirected to http://localhost:3000/projects/1/edit#post Completed 302 Found in 200ms (ActiveRecord: 173.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:54:27 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.5ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.3ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (70.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:54:27.868255' and ends_at >= '2016-02-02 00:54:27.868255') Completed 200 OK in 140ms (Views: 133.3ms | ActiveRecord: 1.7ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 18:54:31 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.4ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 00:54:31.306776' AND '2016-02-02 00:54:31.306979') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (20.4ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:54:31.359959' and ends_at >= '2016-02-02 00:54:31.359959') Completed 200 OK in 90ms (Views: 86.9ms | ActiveRecord: 1.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:54:32 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:54:32 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.0ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (20.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.4ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (70.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:54:32.776056' and ends_at >= '2016-02-02 00:54:32.776056') Completed 200 OK in 139ms (Views: 133.0ms | ActiveRecord: 1.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:54:34 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (3.5ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (17.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.0ms) Hatchy::ProjectPost Load (0.4ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (44.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:54:34.352029' and ends_at >= '2016-02-02 00:54:34.352029') Completed 200 OK in 119ms (Views: 110.5ms | ActiveRecord: 2.1ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 18:54:55 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:54:55.154092' and ends_at >= '2016-02-02 00:54:55.154092') Completed 200 OK in 75ms (Views: 69.4ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 18:55:02 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:55:02.867102' and ends_at >= '2016-02-02 00:55:02.867102') Completed 200 OK in 86ms (Views: 80.9ms | ActiveRecord: 0.6ms) Started GET "/dashboard" for 127.0.0.1 at 2016-02-01 18:55:10 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.1ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (2.9ms) Hatchy::Contribution Exists (0.1ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:55:10.239415' and ends_at >= '2016-02-02 00:55:10.239415') Completed 200 OK in 84ms (Views: 80.8ms | ActiveRecord: 0.6ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:55:11 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 8ms (ActiveRecord: 0.6ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:55:11 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (2.0ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (7.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.2ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.3ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (79.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:55:11.788701' and ends_at >= '2016-02-02 00:55:11.788701') Completed 200 OK in 151ms (Views: 145.1ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:55:15 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:55:15.100417' and ends_at >= '2016-02-02 00:55:15.100417') Completed 200 OK in 93ms (Views: 86.7ms | ActiveRecord: 1.5ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 18:56:16 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 00:56:16.133246' AND '2016-02-02 00:56:16.133481') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (9.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:56:16.177277' and ends_at >= '2016-02-02 00:56:16.177277') Completed 200 OK in 83ms (Views: 80.0ms | ActiveRecord: 1.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:56:17 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:56:17 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (12.8ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (65.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Hatchy::Announcement Load (0.4ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:56:17.161258' and ends_at >= '2016-02-02 00:56:17.161258') Completed 200 OK in 134ms (Views: 123.8ms | ActiveRecord: 2.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 18:56:18 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:56:18.794600' and ends_at >= '2016-02-02 00:56:18.794600') Completed 200 OK in 85ms (Views: 76.8ms | ActiveRecord: 1.4ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 18:56:22 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (20.4ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 1.1ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 1: #posts-view.col-md-12.posts.hidden 2: - @posts.each do |post| 3: .post-card 4: = link_to post.title, project_post_path(@project, post) 5: %p= "Created at #{post.created_at.strftime("%m/%d/%Y - %l:%M%p")}" /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show__posts_html_haml___2423299214652300441_93591660' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml:30:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts_show_html_haml___1784444059454826638_93955940' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.8ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 18:56:36 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.4ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (23.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:56:36.205467' and ends_at >= '2016-02-02 00:56:36.205467') Completed 200 OK in 100ms (Views: 93.6ms | ActiveRecord: 1.7ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 18:57:22 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:57:22.304456' and ends_at >= '2016-02-02 00:57:22.304456') Completed 200 OK in 79ms (Views: 72.5ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 18:57:53 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:57:53.493743' and ends_at >= '2016-02-02 00:57:53.493743') Completed 200 OK in 79ms (Views: 70.7ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 18:58:23 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (2.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:58:23.322484' and ends_at >= '2016-02-02 00:58:23.322484') Completed 200 OK in 81ms (Views: 72.6ms | ActiveRecord: 2.7ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 18:58:34 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:58:34.406052' and ends_at >= '2016-02-02 00:58:34.406052') Completed 200 OK in 70ms (Views: 64.9ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-02-01 18:59:04 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (10.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:59:04.356659' and ends_at >= '2016-02-02 00:59:04.356659') Completed 200 OK in 79ms (Views: 77.3ms | ActiveRecord: 0.6ms) Started GET "/g" for 127.0.0.1 at 2016-02-01 18:59:08 -0600 ActionController::RoutingError (No route matches [GET] "/g"): actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (115.9ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 18:59:26 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::User Load (2.9ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:59:26.422583' and ends_at >= '2016-02-02 00:59:26.422583') Completed 200 OK in 85ms (Views: 77.0ms | ActiveRecord: 3.4ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:59:28 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 8ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 18:59:28 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (4.6ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (15.4ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (71.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:59:28.194572' and ends_at >= '2016-02-02 00:59:28.194572') Completed 200 OK in 148ms (Views: 140.4ms | ActiveRecord: 1.8ms) Started GET "/" for 127.0.0.1 at 2016-02-01 18:59:47 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.7ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:59:47.956554' and ends_at >= '2016-02-02 00:59:47.956554') Completed 200 OK in 80ms (Views: 78.2ms | ActiveRecord: 0.5ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-02-01 18:59:50 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"SEiwoTQAH1nUUl3ahS+UgX3BlupPEq29YC0u4+5YFLZBOoIHTsz4QKgLzJ0d/mUKQ6xLKGNRFVwm8MXeqURtow=="} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 6ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2016-02-01 18:59:50 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:59:50.284070' and ends_at >= '2016-02-02 00:59:50.284070') Completed 200 OK in 77ms (Views: 76.4ms | ActiveRecord: 0.3ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 18:59:52 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 00:59:52.136125' AND '2016-02-02 00:59:52.136643') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:59:52.178263' and ends_at >= '2016-02-02 00:59:52.178263') Completed 200 OK in 83ms (Views: 79.1ms | ActiveRecord: 1.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 18:59:53 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:59:53.089702' and ends_at >= '2016-02-02 00:59:53.089702') Completed 200 OK in 88ms (Views: 84.2ms | ActiveRecord: 1.2ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 18:59:57 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-02-01 18:59:57 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (19.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 00:59:57.660292' and ends_at >= '2016-02-02 00:59:57.660292') Completed 200 OK in 88ms (Views: 84.3ms | ActiveRecord: 0.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:00:22 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (13.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.6ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (37.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (5.9ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (81.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:00:23.233306' and ends_at >= '2016-02-02 01:00:23.233306') Completed 200 OK in 179ms (Views: 149.7ms | ActiveRecord: 4.8ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 19:00:25 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:00:25.086339' and ends_at >= '2016-02-02 01:00:25.086339') Completed 200 OK in 70ms (Views: 67.7ms | ActiveRecord: 0.5ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:00:26 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.5ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:00:26.702133' and ends_at >= '2016-02-02 01:00:26.702133') Completed 200 OK in 87ms (Views: 82.0ms | ActiveRecord: 1.2ms) Started GET "/projects/1/posts/1" for 127.0.0.1 at 2016-02-01 19:00:29 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:00:29.684248' and ends_at >= '2016-02-02 01:00:29.684248') Completed 200 OK in 70ms (Views: 67.3ms | ActiveRecord: 0.5ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:00:32 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:00:32.178770' and ends_at >= '2016-02-02 01:00:32.178770') Completed 200 OK in 86ms (Views: 82.1ms | ActiveRecord: 1.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:01:10 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.4ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:01:10.911985' and ends_at >= '2016-02-02 01:01:10.911985') Completed 200 OK in 88ms (Views: 83.8ms | ActiveRecord: 1.6ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 19:01:13 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:01:13.786410' and ends_at >= '2016-02-02 01:01:13.786410') Completed 200 OK in 75ms (Views: 73.0ms | ActiveRecord: 0.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:01:15 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:01:15.258061' and ends_at >= '2016-02-02 01:01:15.258061') Completed 200 OK in 82ms (Views: 79.0ms | ActiveRecord: 1.0ms) Started GET "/projects/1/posts/1" for 127.0.0.1 at 2016-02-01 19:01:19 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:01:19.472060' and ends_at >= '2016-02-02 01:01:19.472060') Completed 200 OK in 67ms (Views: 63.3ms | ActiveRecord: 0.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:01:20 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.1ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.0ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:01:20.814110' and ends_at >= '2016-02-02 01:01:20.814110') Completed 200 OK in 83ms (Views: 79.9ms | ActiveRecord: 1.1ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 19:02:21 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:02:21.862771' and ends_at >= '2016-02-02 01:02:21.862771') Completed 200 OK in 69ms (Views: 66.4ms | ActiveRecord: 0.5ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 19:02:29 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (2.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:02:29.433280' and ends_at >= '2016-02-02 01:02:29.433280') Completed 200 OK in 75ms (Views: 71.7ms | ActiveRecord: 0.6ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 19:02:56 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:02:57.017447' and ends_at >= '2016-02-02 01:02:57.017447') Completed 200 OK in 69ms (Views: 66.5ms | ActiveRecord: 0.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:02:58 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:02:58.690644' and ends_at >= '2016-02-02 01:02:58.690644') Completed 200 OK in 88ms (Views: 83.8ms | ActiveRecord: 1.2ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 19:03:17 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:03:18.024936' and ends_at >= '2016-02-02 01:03:18.024936') Completed 200 OK in 71ms (Views: 68.4ms | ActiveRecord: 0.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:03:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (20.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:03:19.377978' and ends_at >= '2016-02-02 01:03:19.377978') Completed 200 OK in 89ms (Views: 85.0ms | ActiveRecord: 1.2ms) Started GET "/projects/1/posts/1" for 127.0.0.1 at 2016-02-01 19:03:31 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"1"} Hatchy::Project Load (0.5ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:03:31.531720' and ends_at >= '2016-02-02 01:03:31.531720') Completed 200 OK in 71ms (Views: 66.9ms | ActiveRecord: 0.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:03:33 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (19.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:03:33.555755' and ends_at >= '2016-02-02 01:03:33.555755') Completed 200 OK in 80ms (Views: 77.3ms | ActiveRecord: 1.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-02-01 19:03:47 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (11.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:03:47.417154' and ends_at >= '2016-02-02 01:03:47.417154') Completed 200 OK in 72ms (Views: 70.8ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-02-01 19:03:51 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PZGdPJT5TduVxXmNOKxcMTUBYRuFFAvDOKc9PJFgr0+zvM9a85AUigEurnP2Rwz6dExPbp1kaMvrsdWti7tlpg==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["current_sign_in_at", "2016-02-02 01:03:51.372008"], ["sign_in_count", 2], ["updated_at", "2016-02-02 01:03:51.373271"], ["id", 1]]  (156.3ms) commit transaction Redirected to http://localhost:3000/projects/1/posts/4 Completed 302 Found in 258ms (ActiveRecord: 157.1ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 19:03:51 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.5ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:03:51.581568' and ends_at >= '2016-02-02 01:03:51.581568') Completed 200 OK in 65ms (Views: 62.6ms | ActiveRecord: 0.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:04:05 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (1.9ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (22.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:04:05.980079' and ends_at >= '2016-02-02 01:04:05.980079') Completed 200 OK in 85ms (Views: 79.7ms | ActiveRecord: 1.3ms) Started GET "/projects/1/posts/1" for 127.0.0.1 at 2016-02-01 19:04:33 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.5ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.4ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:04:33.445409' and ends_at >= '2016-02-02 01:04:33.445409') Completed 200 OK in 69ms (Views: 65.4ms | ActiveRecord: 1.0ms) Started GET "/dashboard" for 127.0.0.1 at 2016-02-01 19:04:36 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (12.4ms) Hatchy::Contribution Exists (0.2ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (18.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:04:36.630661' and ends_at >= '2016-02-02 01:04:36.630661') Completed 200 OK in 80ms (Views: 76.6ms | ActiveRecord: 1.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:04:37 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 19:04:37 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.1ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (28.5ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (82.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:04:38.102004' and ends_at >= '2016-02-02 01:04:38.102004') Completed 200 OK in 148ms (Views: 141.0ms | ActiveRecord: 1.6ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" ORDER BY "hatchy_users"."id" ASC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" ORDER BY "hatchy_projects"."id" ASC LIMIT 1 Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 1]] Started GET "/" for 127.0.0.1 at 2016-02-01 19:13:52 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (230.6ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (74.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.0ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:13:52.944170' and ends_at >= '2016-02-02 01:13:52.944170') Completed 200 OK in 426ms (Views: 406.2ms | ActiveRecord: 3.1ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 19:13:54 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 01:13:54.877732' AND '2016-02-02 01:13:54.878037') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (18.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (96.7ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:13:55.023155' and ends_at >= '2016-02-02 01:13:55.023155') Completed 200 OK in 212ms (Views: 202.0ms | ActiveRecord: 1.8ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:13:56 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 19:13:56 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (11.7ms) Hatchy::Category Load (0.6ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (29.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (9.2ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (24.1ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (15.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (6.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (50.0ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (49.1ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (32.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (254.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:13:56.491422' and ends_at >= '2016-02-02 01:13:56.491422') Completed 200 OK in 371ms (Views: 326.3ms | ActiveRecord: 3.7ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:13:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (2.6ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (25.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (5.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (48.8ms) Completed 500 Internal Server Error in 56ms (ActiveRecord: 1.6ms) ActionView::Template::Error (wrong number of arguments (0 for 2)): 1: #posts-view.col-md-12.posts.hidden 2: - authorized_posts.each do |post| 3: .post-card 4: = link_to post.title, project_post_path(@project, post) 5: %p= "Created at #{post.created_at.strftime("%m/%d/%Y - %l:%M%p")}" /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/application_helper.rb:11:in `authorized_posts' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show__posts_html_haml__1715170908067165377_74688200' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml:33:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show_html_haml__4437256679486350942_69413780' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.4ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:14:19 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (5.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms)  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (7.1ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (29.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:14:19.808744' and ends_at >= '2016-02-02 01:14:19.808744') Completed 200 OK in 105ms (Views: 100.0ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:16:27 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (15.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.5ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (16.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 1]] Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "t"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (26.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (80.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:16:28.267354' and ends_at >= '2016-02-02 01:16:28.267354') Completed 200 OK in 202ms (Views: 145.0ms | ActiveRecord: 5.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:16:40 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.4ms)  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (20.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 1]] Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (13.4ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (14.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (77.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.5ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:16:41.166140' and ends_at >= '2016-02-02 01:16:41.166140') Completed 200 OK in 196ms (Views: 145.2ms | ActiveRecord: 6.2ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-02-01 19:16:48 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"AyT8gYG+4hF5NzzscTnP4PO7BvCTJwVHPwbc53sQmvzHV+/fid2Z9cUv9m8+h+Uh1ltHirZok4dJL8+8TOvkkQ=="} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 8ms (ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2016-02-01 19:16:48 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:16:48.574673' and ends_at >= '2016-02-02 01:16:48.574673') Completed 200 OK in 78ms (Views: 77.1ms | ActiveRecord: 0.4ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 19:16:49 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 01:16:49.962979' AND '2016-02-02 01:16:49.963196') [["status", "online"]] Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (5.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (17.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:16:50.006286' and ends_at >= '2016-02-02 01:16:50.006286') Completed 200 OK in 89ms (Views: 79.2ms | ActiveRecord: 1.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:16:50 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.8ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.2ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `contributions' for nil:NilClass): 1: #posts-view.col-md-12.posts.hidden 2: - authorized_posts(current_user, @project).each do |post| 3: .post-card 4: = link_to post.title, project_post_path(@project, post) 5: %p= "Created at #{post.created_at.strftime("%m/%d/%Y - %l:%M%p")}" /home/bauser/Documents/dev/ruby/opensource/hatchy/app/helpers/hatchy/application_helper.rb:12:in `authorized_posts' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml:2:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show__posts_html_haml__1715170908067165377_47429400' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml:33:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_show_html_haml__4437256679486350942_69413780' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.1ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:17:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (13.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (34.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (10.6ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (81.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:17:39.470235' and ends_at >= '2016-02-02 01:17:39.470235') Completed 200 OK in 171ms (Views: 144.8ms | ActiveRecord: 4.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-02-01 19:17:49 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (25.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:17:49.276570' and ends_at >= '2016-02-02 01:17:49.276570') Completed 200 OK in 96ms (Views: 93.8ms | ActiveRecord: 0.3ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-02-01 19:17:53 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"sc0Oa/oFxIeaCfxjAVdx0LRS86rYMgl9lSRhaSD2jRwbnF+o95NgEzIxsxnAbNorgMSFwCz8oHLj3ki4ZDCBAQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-02-02 01:03:51.372008"], ["current_sign_in_at", "2016-02-02 01:17:53.128675"], ["sign_in_count", 3], ["updated_at", "2016-02-02 01:17:53.130067"], ["id", 1]]  (153.2ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 252ms (ActiveRecord: 154.1ms) Started GET "/" for 127.0.0.1 at 2016-02-01 19:17:53 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.1ms) Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:17:53.351605' and ends_at >= '2016-02-02 01:17:53.351605') Completed 200 OK in 78ms (Views: 76.8ms | ActiveRecord: 0.9ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 19:17:55 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 01:17:55.204141' AND '2016-02-02 01:17:55.204364') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (17.3ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:17:55.253817' and ends_at >= '2016-02-02 01:17:55.253817') Completed 200 OK in 97ms (Views: 85.6ms | ActiveRecord: 2.1ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:17:55 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 19:17:55 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.0ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (3.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.9ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (16.5ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (69.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:17:56.021278' and ends_at >= '2016-02-02 01:17:56.021278') Completed 200 OK in 162ms (Views: 154.4ms | ActiveRecord: 1.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:17:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.8ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (25.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:17:57.299142' and ends_at >= '2016-02-02 01:17:57.299142') Completed 200 OK in 100ms (Views: 93.9ms | ActiveRecord: 1.7ms) Started GET "/" for 127.0.0.1 at 2016-02-01 19:18:18 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.8ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:18:18.927972' and ends_at >= '2016-02-02 01:18:18.927972') Completed 200 OK in 75ms (Views: 74.3ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-02-01 19:18:36 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.9ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (31.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:18:36.961231' and ends_at >= '2016-02-02 01:18:36.961231') Completed 200 OK in 108ms (Views: 96.8ms | ActiveRecord: 2.0ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-02-01 19:18:39 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"4d4JD8X5o1Vc/L6rpU+LaAJecWVt+RTJBxeFup6M2wvhX27cNVXd8Ii0LTZry6FLXKSzymhYC0QBPiy9duv/FQ=="} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 5ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2016-02-01 19:18:39 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:18:39.404509' and ends_at >= '2016-02-02 01:18:39.404509') Completed 200 OK in 73ms (Views: 72.3ms | ActiveRecord: 0.3ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 19:18:40 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 01:18:40.977313' AND '2016-02-02 01:18:40.977556') [["status", "online"]] Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (27.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:18:41.036461' and ends_at >= '2016-02-02 01:18:41.036461') Completed 200 OK in 104ms (Views: 97.2ms | ActiveRecord: 1.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-02-01 19:18:41 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:18:41.645130' and ends_at >= '2016-02-02 01:18:41.645130') Completed 200 OK in 75ms (Views: 73.0ms | ActiveRecord: 0.2ms) Started GET "/users/sign_up" for 127.0.0.1 at 2016-02-01 19:18:45 -0600 Processing by Devise::RegistrationsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/registrations/new.html.haml within layouts/hatchy/application (14.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:18:46.062132' and ends_at >= '2016-02-02 01:18:46.062132') Completed 200 OK in 99ms (Views: 98.0ms | ActiveRecord: 0.2ms) Started POST "/users" for 127.0.0.1 at 2016-02-01 19:18:50 -0600 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PIdXlZdAJWiwgnFguf69YHzDD3boGFMxox+P+z01fjj9/FwNqCDlk4Cac7mHGsAAv+4l5WGDGV/XmrlfDU/PwA==", "user"=>{"email"=>"test@mail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Let me in now!"}  (0.1ms) begin transaction Hatchy::User Exists (0.2ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "hatchy_users" WHERE "hatchy_users"."email" = 'test@mail.com' LIMIT 1 SQL (0.3ms) INSERT INTO "hatchy_users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "test@mail.com"], ["encrypted_password", "$2a$10$tHpAELKionBwQtUGPW23Rex04ZHhXyLPITVNSlcYvfKMMIZju.Ov."], ["created_at", "2016-02-02 01:18:51.029047"], ["updated_at", "2016-02-02 01:18:51.029047"]]  (140.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-02-02 01:18:51.172662"], ["current_sign_in_at", "2016-02-02 01:18:51.172662"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2016-02-02 01:18:51.173544"], ["id", 2]]  (152.6ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 421ms (ActiveRecord: 294.3ms) Started GET "/" for 127.0.0.1 at 2016-02-01 19:18:51 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (5.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:18:51.413732' and ends_at >= '2016-02-02 01:18:51.413732') Completed 200 OK in 80ms (Views: 78.6ms | ActiveRecord: 0.5ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 19:18:53 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 01:18:53.575623' AND '2016-02-02 01:18:53.576261') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (10.0ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:18:53.617988' and ends_at >= '2016-02-02 01:18:53.617988') Completed 200 OK in 79ms (Views: 75.5ms | ActiveRecord: 1.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:18:54 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (16.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 2]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (11.8ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (64.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:18:54.443677' and ends_at >= '2016-02-02 01:18:54.443677') Completed 200 OK in 139ms (Views: 130.9ms | ActiveRecord: 3.7ms) Started GET "/projects/1/posts/1" for 127.0.0.1 at 2016-02-01 19:18:58 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (2.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:18:58.308409' and ends_at >= '2016-02-02 01:18:58.308409') Completed 200 OK in 74ms (Views: 70.9ms | ActiveRecord: 0.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:18:59 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.2ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.3ms)  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 2]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (4.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (24.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:18:59.968431' and ends_at >= '2016-02-02 01:18:59.968431') Completed 200 OK in 95ms (Views: 89.7ms | ActiveRecord: 1.5ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 19:19:01 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (1.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:01.525518' and ends_at >= '2016-02-02 01:19:01.525518') Completed 200 OK in 77ms (Views: 73.5ms | ActiveRecord: 0.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:19:03 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 2]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (21.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (22.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:03.761230' and ends_at >= '2016-02-02 01:19:03.761230') Completed 200 OK in 103ms (Views: 94.5ms | ActiveRecord: 1.8ms) Started DELETE "/users/sign_out" for 127.0.0.1 at 2016-02-01 19:19:13 -0600 Processing by Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"u1R8VmAE7FH1msNgFg2fpELi2yxEJY/NT/Xx0D79MbR6L3fOX2QsqsWCwbko6eLEgc/xv82+xaM7cMd0DoeATA=="} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 7ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2016-02-01 19:19:13 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:13.993014' and ends_at >= '2016-02-02 01:19:13.993014') Completed 200 OK in 69ms (Views: 68.2ms | ActiveRecord: 0.4ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 19:19:15 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 01:19:15.426556' AND '2016-02-02 01:19:15.427080') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:15.468843' and ends_at >= '2016-02-02 01:19:15.468843') Completed 200 OK in 78ms (Views: 75.2ms | ActiveRecord: 1.0ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:19:16 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms) Hatchy::ProjectPost Load (0.4ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."private" = ? ORDER BY created_at DESC [["project_id", 1], ["private", "f"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.5ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:16.151480' and ends_at >= '2016-02-02 01:19:16.151480') Completed 200 OK in 96ms (Views: 92.3ms | ActiveRecord: 1.6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2016-02-01 19:19:19 -0600 Processing by Devise::SessionsController#new as HTML Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/shared/_links.html.erb (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/devise/sessions/new.html.haml within layouts/hatchy/application (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:19.888336' and ends_at >= '2016-02-02 01:19:19.888336') Completed 200 OK in 80ms (Views: 77.3ms | ActiveRecord: 0.2ms) Started POST "/users/sign_in" for 127.0.0.1 at 2016-02-01 19:19:25 -0600 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hQpzgRqndIm2reRcNJdRYJCrzplP0YgkO57ZbCwVdVrMWuOYVdr+9a6eI1KQsFKkrihMsE0llolTiOLkKqbDRQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."email" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "hatchy_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "hatchy_users"."id" = ? [["last_sign_in_at", "2016-02-02 01:17:53.128675"], ["current_sign_in_at", "2016-02-02 01:19:25.357791"], ["sign_in_count", 4], ["updated_at", "2016-02-02 01:19:25.359102"], ["id", 1]]  (140.5ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 237ms (ActiveRecord: 141.5ms) Started GET "/" for 127.0.0.1 at 2016-02-01 19:19:25 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (0.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (4.6ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:25.556738' and ends_at >= '2016-02-02 01:19:25.556738') Completed 200 OK in 73ms (Views: 72.2ms | ActiveRecord: 0.4ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 19:19:27 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.5ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 01:19:27.783073' AND '2016-02-02 01:19:27.783382') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (14.1ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:27.829695' and ends_at >= '2016-02-02 01:19:27.829695') Completed 200 OK in 86ms (Views: 83.2ms | ActiveRecord: 1.7ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:19:28 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 19:19:28 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.6ms) Hatchy::Category Load (0.5ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.2ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.5ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (19.7ms) Hatchy::Bank Load (0.3ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (22.6ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (80.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:28.708785' and ends_at >= '2016-02-02 01:19:28.708785') Completed 200 OK in 172ms (Views: 160.9ms | ActiveRecord: 2.5ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:19:30 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.1ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:30.456281' and ends_at >= '2016-02-02 01:19:30.456281') Completed 200 OK in 95ms (Views: 89.5ms | ActiveRecord: 1.6ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-02-01 19:19:37 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.5ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (14.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:37.145393' and ends_at >= '2016-02-02 01:19:37.145393') Completed 200 OK in 108ms (Views: 84.6ms | ActiveRecord: 1.3ms) Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-02-01 19:19:38 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9upnu30Y44vbkjDrfAwsXOGhWkhkh+Akv+z1QzzUKCr/cfYYaFcIMdp0hl96QkyC/u0PazzyfSP8qV5kPQjxCQ==", "contribution"=>{"reward_id"=>"1", "value"=>"10.0"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "created_at", "updated_at", "status", "step") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 1], ["value", 10.0], ["project_id", 1], ["user_id", 1], ["created_at", "2016-02-02 01:19:38.677136"], ["updated_at", "2016-02-02 01:19:38.677136"], ["status", "pending"], ["step", "reward_data"]]  (281.7ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit Completed 302 Found in 296ms (ActiveRecord: 282.6ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-02-01 19:19:38 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.8ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (41.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (58.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:39.099028' and ends_at >= '2016-02-02 01:19:39.099028') Completed 200 OK in 131ms (Views: 123.2ms | ActiveRecord: 2.9ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-02-01 19:19:48 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"R7xTjrQImK8a+h0jeEA4Yx25ghtDmMrgNjTSqKodDAJOJ8ItoUdzFRscq5d+Dli9AvXXOBvtV+d1cXmPq8HVIQ==", "contribution"=>{"name"=>"Default Admin", "email"=>"admin@example.com", "document"=>"11111", "anonymous"=>"0", "country_id"=>"2", "address_state"=>"NL", "address_city"=>"MONT", "address_street"=>"FAKE AV", "address_zip"=>"123312", "address_number"=>"123", "address_phone"=>"818181", "step"=>"billing_data"}, "anchor"=>"payment_data", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "hatchy_contributions" SET "ip_address" = ?, "address_city" = ?, "address_number" = ?, "address_phone" = ?, "address_state" = ?, "address_street" = ?, "address_zip" = ?, "country_id" = ?, "document" = ?, "email" = ?, "name" = ?, "step" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["ip_address", "127.0.0.1"], ["address_city", "MONT"], ["address_number", "123"], ["address_phone", "818181"], ["address_state", "NL"], ["address_street", "FAKE AV"], ["address_zip", "123312"], ["country_id", 2], ["document", "11111"], ["email", "admin@example.com"], ["name", "Default Admin"], ["step", "billing_data"], ["updated_at", "2016-02-02 01:19:48.739022"], ["id", 1]]  (273.1ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit#payment_data Completed 302 Found in 287ms (ActiveRecord: 274.1ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-02-01 19:19:49 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (26.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (34.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:49.098850' and ends_at >= '2016-02-02 01:19:49.098850') Completed 200 OK in 108ms (Views: 102.8ms | ActiveRecord: 2.2ms) Started PATCH "/projects/1/contributions/1" for 127.0.0.1 at 2016-02-01 19:19:53 -0600 Processing by Hatchy::Projects::ContributionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"RGbdKfoxsvUge61qImjLFtBpQauuGJhdi44blqE/aohN/UyK735ZTyGdG94kJqvIzyUUiPZtBVrIy7CxoOOzqw==", "contribution"=>{"card_type"=>"Visa", "card_number"=>"1234567891234567", "card_verification"=>"123", "card_expires_on(1i)"=>"2016", "card_expires_on(2i)"=>"2", "card_expires_on(3i)"=>"1", "step"=>"payment_data"}, "commit"=>"Save", "class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) UPDATE "hatchy_contributions" SET "card_type" = ?, "step" = ?, "card_expires_on" = ?, "updated_at" = ? WHERE "hatchy_contributions"."id" = ? [["card_type", "Visa"], ["step", "payment_data"], ["card_expires_on", "2016-02-01"], ["updated_at", "2016-02-02 01:19:53.932691"], ["id", 1]]  (294.6ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/1/edit Completed 302 Found in 309ms (ActiveRecord: 295.9ms) Started GET "/projects/1/contributions/1/edit" for 127.0.0.1 at 2016-02-01 19:19:54 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Country Load (1.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (35.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:54.316981' and ends_at >= '2016-02-02 01:19:54.316981') Completed 200 OK in 108ms (Views: 102.3ms | ActiveRecord: 2.2ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 19:19:56 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.1ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 01:19:56.109129' AND '2016-02-02 01:19:56.109575') [["status", "online"]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (1.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (9.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:56.153530' and ends_at >= '2016-02-02 01:19:56.153530') Completed 200 OK in 97ms (Views: 94.3ms | ActiveRecord: 1.2ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:19:57 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 0.7ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 19:19:58 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (1.6ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (5.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (17.3ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (13.7ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (5.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (69.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:58.112353' and ends_at >= '2016-02-02 01:19:58.112353') Completed 200 OK in 142ms (Views: 136.7ms | ActiveRecord: 1.6ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:19:59 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (1.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.1ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.1ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (8.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.3ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (23.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:19:59.687933' and ends_at >= '2016-02-02 01:19:59.687933') Completed 200 OK in 101ms (Views: 92.9ms | ActiveRecord: 2.2ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:20:08 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.6ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.2ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:20:08.102931' and ends_at >= '2016-02-02 01:20:08.102931') Completed 200 OK in 74ms (Views: 71.5ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 19:20:10 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:20:10.370618' and ends_at >= '2016-02-02 01:20:10.370618') Completed 200 OK in 76ms (Views: 72.2ms | ActiveRecord: 0.6ms) Started GET "/projects/1/posts/1" for 127.0.0.1 at 2016-02-01 19:20:14 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.6ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:20:14.297476' and ends_at >= '2016-02-02 01:20:14.297476') Completed 200 OK in 74ms (Views: 70.4ms | ActiveRecord: 0.8ms) Started GET "/dashboard" for 127.0.0.1 at 2016-02-01 19:23:37 -0600 Processing by Hatchy::DashboardController#index as HTML Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Exists (0.2ms) SELECT 1 AS one FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]] Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (13.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_your_projects.html.haml (34.6ms) Hatchy::Contribution Exists (0.3ms) SELECT 1 AS one FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? LIMIT 1 [["user_id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/_contributions.html.haml (43.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/dashboard/index.html.haml within layouts/hatchy/application (409.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (25.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.6ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:23:38.195912' and ends_at >= '2016-02-02 01:23:38.195912') Completed 200 OK in 637ms (Views: 559.7ms | ActiveRecord: 5.3ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:23:39 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.8ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 6ms (ActiveRecord: 1.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 19:23:39 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.4ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (26.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (23.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.6ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (8.7ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.7ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (28.4ms) Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (21.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (171.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:23:39.615872' and ends_at >= '2016-02-02 01:23:39.615872') Completed 200 OK in 276ms (Views: 231.3ms | ActiveRecord: 3.1ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 19:25:53 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (1.3ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (13.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (2.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (1.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (4.2ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (11.0ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (18.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (18.3ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (20.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (107.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:25:54.322434' and ends_at >= '2016-02-02 01:25:54.322434') Completed 200 OK in 249ms (Views: 171.0ms | ActiveRecord: 5.2ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:25:56 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (1.9ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:25:57.034226' and ends_at >= '2016-02-02 01:25:57.034226') Completed 200 OK in 69ms (Views: 65.9ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 19:26:00 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:26:00.389441' and ends_at >= '2016-02-02 01:26:00.389441') Completed 200 OK in 70ms (Views: 66.7ms | ActiveRecord: 0.6ms) Started GET "/projects/1/posts/1" for 127.0.0.1 at 2016-02-01 19:26:02 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:26:02.619245' and ends_at >= '2016-02-02 01:26:02.619245') Completed 200 OK in 69ms (Views: 66.3ms | ActiveRecord: 0.6ms) Started GET "/projects/1/posts/4" for 127.0.0.1 at 2016-02-01 19:26:05 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"4"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 4]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.5ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:26:05.281983' and ends_at >= '2016-02-02 01:26:05.281983') Completed 200 OK in 70ms (Views: 67.3ms | ActiveRecord: 0.6ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:26:08 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.5ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:26:08.278729' and ends_at >= '2016-02-02 01:26:08.278729') Completed 200 OK in 72ms (Views: 65.2ms | ActiveRecord: 1.0ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:26:12 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.8ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:26:12.340485' and ends_at >= '2016-02-02 01:26:12.340485') Completed 200 OK in 75ms (Views: 70.9ms | ActiveRecord: 0.6ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:27:12 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (18.5ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.3ms) ActionView::Template::Error (Inconsistent indentation: " \t" used for indentation, but the rest of the document was indented using 2 spaces.): 4: .header 5: %h1= link_to @project.name, project_path(@project, preview:true, anchor:'posts') 6: - if @post.user == current_user 7: = link_to 'Edit', root_path 8: .body 9: %h2= @post.title 10: %hr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml:7 haml (4.0.7) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.7) lib/haml/parser.rb:152:in `instance_eval' haml (4.0.7) lib/haml/parser.rb:152:in `tabs' haml (4.0.7) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.7) lib/haml/parser.rb:122:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.8ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:27:20 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (0.8ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.3ms) ActionView::Template::Error (Inconsistent indentation: " \t" used for indentation, but the rest of the document was indented using 2 spaces.): 4: .header 5: %h1= link_to @project.name, project_path(@project, preview:true, anchor:'posts') 6: - if @post.user == current_user 7: = link_to 'Edit', root_path 8: .body 9: %h2= @post.title 10: %hr /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml:7 haml (4.0.7) lib/haml/parser.rb:174:in `block in tabs' haml (4.0.7) lib/haml/parser.rb:152:in `instance_eval' haml (4.0.7) lib/haml/parser.rb:152:in `tabs' haml (4.0.7) lib/haml/parser.rb:751:in `block_opened?' haml (4.0.7) lib/haml/parser.rb:122:in `parse' haml (4.0.7) lib/haml/engine.rb:66:in `initialize' haml (4.0.7) lib/haml/template/plugin.rb:25:in `new' haml (4.0.7) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.7) lib/haml/template/plugin.rb:30:in `call' actionview (4.2.5) lib/action_view/template.rb:270:in `compile' actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.5) lib/action_view/template.rb:232:in `compile!' actionview (4.2.5) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.9ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:27:37 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:27:37.935839' and ends_at >= '2016-02-02 01:27:37.935839') Completed 200 OK in 74ms (Views: 69.7ms | ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2016-02-01 19:27:40 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (6.2ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:27:40.079922' and ends_at >= '2016-02-02 01:27:40.079922') Completed 200 OK in 71ms (Views: 69.9ms | ActiveRecord: 0.5ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:31:35 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (29.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:31:35.787312' and ends_at >= '2016-02-02 01:31:35.787312') Completed 200 OK in 140ms (Views: 103.0ms | ActiveRecord: 3.3ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:32:38 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (39.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (19.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.8ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:32:38.821535' and ends_at >= '2016-02-02 01:32:38.821535') Completed 200 OK in 441ms (Views: 385.0ms | ActiveRecord: 4.1ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:32:40 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (12.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (14.9ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.3ms) ActionView::Template::Error (No route matches {:action=>"show", :class_name=>"Hatchy::ProjectPost", :controller=>"hatchy/projects/posts", :id=>nil, :project_id=>#} missing required keys: [:id]): 1: = form_for @post, html:{class: "form-horizontal"} do |f| 2: = form_group_for f, :title do 3: .col-sm-8 4: = f.text_field :title, class: "form-control" actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts__form_html_haml__1778321009513310142_6946360' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts_edit_html_haml___2983825219757073693_4862380' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.4ms) Started GET "/" for 127.0.0.1 at 2016-02-01 19:32:53 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (5.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (15.7ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (22.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:32:54.054447' and ends_at >= '2016-02-02 01:32:54.054447') Completed 200 OK in 144ms (Views: 142.1ms | ActiveRecord: 0.7ms) Started GET "/g" for 127.0.0.1 at 2016-02-01 19:32:57 -0600 ActionController::RoutingError (No route matches [GET] "/g"): actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (117.3ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 19:33:30 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 01:33:30.838721' AND '2016-02-02 01:33:30.839181') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (25.4ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (12.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:33:30.896528' and ends_at >= '2016-02-02 01:33:30.896528') Completed 200 OK in 101ms (Views: 91.6ms | ActiveRecord: 1.8ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:33:31 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 19:33:31 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.2ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (24.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (6.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.9ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (11.8ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (26.8ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (28.1ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (12.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (146.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:33:32.170791' and ends_at >= '2016-02-02 01:33:32.170791') Completed 200 OK in 241ms (Views: 207.3ms | ActiveRecord: 2.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:33:33 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (2.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (2.6ms)  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (25.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (1.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.1ms)  (0.3ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (5.8ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (54.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.3ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:33:33.732671' and ends_at >= '2016-02-02 01:33:33.732671') Completed 200 OK in 122ms (Views: 116.1ms | ActiveRecord: 2.4ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:33:36 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:33:36.825677' and ends_at >= '2016-02-02 01:33:36.825677') Completed 200 OK in 80ms (Views: 78.0ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:33:38 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (1.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (2.7ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.4ms) ActionView::Template::Error (No route matches {:action=>"show", :class_name=>"Hatchy::ProjectPost", :controller=>"hatchy/projects/posts", :id=>nil, :project_id=>#} missing required keys: [:id]): 1: = form_for @post, html:{class: "form-horizontal"} do |f| 2: = form_group_for f, :title do 3: .col-sm-8 4: = f.text_field :title, class: "form-control" actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts__form_html_haml__1778321009513310142_6946360' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts_edit_html_haml___2983825219757073693_4862380' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.5ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:34:32 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Completed 404 Not Found in 55ms (ActiveRecord: 2.0ms) ActiveRecord::RecordNotFound (Couldn't find Hatchy::ProjectPost without an ID): activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:421:in `find_with_ids' activerecord (4.2.5) lib/active_record/relation/finder_methods.rb:71:in `find' activerecord (4.2.5) lib/active_record/associations/collection_association.rb:99:in `find' activerecord (4.2.5) lib/active_record/associations/collection_proxy.rb:141:in `find' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:28:in `set_post' activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.5) lib/active_support/callbacks.rb:145:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.7ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:34:37 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.4ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (2.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (2.8ms) Completed 500 Internal Server Error in 71ms (ActiveRecord: 2.6ms) ActionView::Template::Error (No route matches {:action=>"show", :class_name=>"Hatchy::ProjectPost", :controller=>"hatchy/projects/posts", :id=>nil, :project_id=>#} missing required keys: [:id]): 1: = form_for @post, html:{class: "form-horizontal"} do |f| 2: = form_group_for f, :title do 3: .col-sm-8 4: = f.text_field :title, class: "form-control" actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts__form_html_haml__1778321009513310142_6946360' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts_edit_html_haml___2983825219757073693_4862380' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.1ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:35:21 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (3.9ms) Completed 500 Internal Server Error in 62ms (ActiveRecord: 2.2ms) ActionView::Template::Error (No route matches {:action=>"show", :class_name=>"Hatchy::ProjectPost", :controller=>"hatchy/projects/posts", :id=>nil, :project_id=>#} missing required keys: [:id]): 1: = form_for @post, html:{class: "form-horizontal"} do |f| 2: = form_group_for f, :title do 3: .col-sm-8 4: = f.text_field :title, class: "form-control" actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts__form_html_haml__1778321009513310142_6946360' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts_edit_html_haml___2983825219757073693_4862380' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.9ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:35:36 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (38.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (16.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.7ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:35:37.213460' and ends_at >= '2016-02-02 01:35:37.213460') Completed 200 OK in 546ms (Views: 488.5ms | ActiveRecord: 4.4ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:35:38 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (10.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (14.3ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.3ms) ActionView::Template::Error (No route matches {:action=>"show", :class_name=>"Hatchy::ProjectPost", :controller=>"hatchy/projects/posts", :id=>nil, :project_id=>#} missing required keys: [:id]): 1: = form_for @post, html:{class: "form-horizontal"} do |f| 2: = form_group_for f, :title do 3: .col-sm-8 4: = f.text_field :title, class: "form-control" actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts__form_html_haml___928964928089307639_46292460' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts_edit_html_haml___3866124849103048704_45871780' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.0ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:36:14 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.5ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (2.9ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.8ms) ActionView::Template::Error (No route matches {:action=>"show", :class_name=>"Hatchy::ProjectPost", :controller=>"hatchy/projects/posts", :id=>nil, :project_id=>#} missing required keys: [:id]): 1: = form_for @post, html:{class: "form-horizontal"} do |f| 2: = form_group_for f, :title do 3: .col-sm-8 4: = f.text_field :title, class: "form-control" actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts__form_html_haml___928964928089307639_46292460' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts_edit_html_haml___3866124849103048704_45871780' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.6ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:36:18 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (5.2ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.4ms) ActionView::Template::Error (No route matches {:action=>"edit", :class_name=>"Hatchy::ProjectPost", :controller=>"hatchy/projects/posts", :id=>nil, :project_id=>#} missing required keys: [:id]): 4: .header 5: %h1= link_to @project.name, project_path(@project, preview:true, anchor:'posts') 6: - if @post.user == current_user 7: = link_to 'Edit', edit_project_post_path(@post) 8: .body 9: %h2= @post.title 10: %hr actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml:7:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts_show_html_haml___1172191459837201536_70609440' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.2ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:36:24 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (4.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:36:24.115369' and ends_at >= '2016-02-02 01:36:24.115369') Completed 200 OK in 75ms (Views: 68.5ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:36:25 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (1.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (3.0ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.4ms) ActionView::Template::Error (No route matches {:action=>"show", :class_name=>"Hatchy::ProjectPost", :controller=>"hatchy/projects/posts", :id=>nil, :project_id=>#} missing required keys: [:id]): 1: = form_for @post, html:{class: "form-horizontal"} do |f| 2: = form_group_for f, :title do 3: .col-sm-8 4: = f.text_field :title, class: "form-control" actionpack (4.2.5) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:721:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:752:in `generate' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:799:in `url_for' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:282:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:225:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:347:in `block (2 levels) in define_url_helper' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts__form_html_haml___928964928089307639_46292460' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts_edit_html_haml___3866124849103048704_45871780' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.5ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:37:26 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (1.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:37:26.544074' and ends_at >= '2016-02-02 01:37:26.544074') Completed 200 OK in 82ms (Views: 78.5ms | ActiveRecord: 0.5ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:37:52 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (21.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (23.9ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.5ms) ActionView::Template::Error (undefined method `project_project_post_path' for #<#:0x0000000595cb30>): 1: = form_for [@project, @post], html:{class: "form-horizontal"} do |f| 2: = form_group_for f, :title do 3: .col-sm-8 4: = f.text_field :title, class: "form-control" actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts__form_html_haml___928964928089307639_46574860' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts_edit_html_haml___3866124849103048704_46824960' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.3ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:39:19 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (21.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (23.3ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `project_project_post_path' for #<#:0x0000000770d490>): 1: = form_for [@project, @post], html:{class: "form-horizontal"} do |f| 2: = form_group_for f, :title do 3: .col-sm-8 4: = f.text_field :title, class: "form-control" actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method' actionpack (4.2.5) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!' actionview (4.2.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.7) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts__form_html_haml___928964928089307639_61802320' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.7) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.7) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml:1:in `__home_bauser__ocuments_dev_ruby_opensource_hatchy_app_views_hatchy_projects_posts_edit_html_haml___3866124849103048704_46824960' actionview (4.2.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.5) lib/action_view/template.rb:333:in `instrument' actionview (4.2.5) lib/action_view/template.rb:143:in `render' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/bauser/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (33.7ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:40:00 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (29.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (30.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:40:00.551775' and ends_at >= '2016-02-02 01:40:00.551775') Completed 200 OK in 131ms (Views: 124.5ms | ActiveRecord: 0.6ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:46:09 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (20.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (354.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (29.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (3.6ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:46:10.434282' and ends_at >= '2016-02-02 01:46:10.434282') Completed 200 OK in 611ms (Views: 519.3ms | ActiveRecord: 3.7ms) Started GET "/assets/hatchy/projects/posts/edit.self-6e2b85ba6250b0311df2080af7d915cd230c3aabfe745e8d323a6bba47ffb9f9.js?body=1" for 127.0.0.1 at 2016-02-01 19:46:10 -0600 Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:47:02 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (11.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (17.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (13.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:47:02.584370' and ends_at >= '2016-02-02 01:47:02.584370') Completed 200 OK in 114ms (Views: 106.9ms | ActiveRecord: 0.6ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:47:04 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:47:04.715988' and ends_at >= '2016-02-02 01:47:04.715988') Completed 200 OK in 94ms (Views: 89.6ms | ActiveRecord: 1.0ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:47:06 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:47:06.593138' and ends_at >= '2016-02-02 01:47:06.593138') Completed 200 OK in 71ms (Views: 66.0ms | ActiveRecord: 0.7ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 19:47:09 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.2ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 01:47:09.448547' AND '2016-02-02 01:47:09.448829') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (24.0ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.1ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:47:09.503479' and ends_at >= '2016-02-02 01:47:09.503479') Completed 200 OK in 92ms (Views: 84.8ms | ActiveRecord: 1.6ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:47:10 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 19:47:10 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.3ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (8.6ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (11.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (3.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (5.8ms) Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (5.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (12.3ms) Hatchy::Reward Load (0.3ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (12.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (3.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (28.5ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (29.5ms) Hatchy::ProjectPost Load (0.4ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (139.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:47:10.458645' and ends_at >= '2016-02-02 01:47:10.458645') Completed 200 OK in 251ms (Views: 200.8ms | ActiveRecord: 3.3ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:47:12 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.1ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (2.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (2.2ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (25.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.0ms)  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (4.7ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (4.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (55.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:47:12.536016' and ends_at >= '2016-02-02 01:47:12.536016') Completed 200 OK in 122ms (Views: 116.2ms | ActiveRecord: 2.2ms) Started GET "/projects/1/contributions/new?reward_id=1" for 127.0.0.1 at 2016-02-01 19:47:14 -0600 Processing by Hatchy::Projects::ContributionsController#new as HTML Parameters: {"reward_id"=>"1", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? AND "hatchy_rewards"."id" = ? LIMIT 1 [["project_id", 1], ["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? ORDER BY "hatchy_rewards"."min_value" ASC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_rewards.html.haml (8.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/new.html.haml within layouts/hatchy/application (15.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:47:14.587661' and ends_at >= '2016-02-02 01:47:14.587661') Completed 200 OK in 102ms (Views: 80.9ms | ActiveRecord: 1.0ms) Started GET "/assets/hatchy/projects/contributions/new.self-08af685c5809a3ebc1a8a19d12bd084ae3af04db7de6179c899e3ccb9b7eb3a6.js?body=1" for 127.0.0.1 at 2016-02-01 19:47:14 -0600 Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-02-01 19:47:17 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0L4ZuI1GzYnGPSFpvfjg+YVOtwmWPxkF56Z+gj03mbPZJYgbmAkmM8fbl927toAnmgLiKs5KhAKk49WlPOtAkA==", "contribution"=>{"reward_id"=>"1", "value"=>"10.0"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "created_at", "updated_at", "status", "step") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 1], ["value", 10.0], ["project_id", 1], ["user_id", 1], ["created_at", "2016-02-02 01:47:17.319586"], ["updated_at", "2016-02-02 01:47:17.319586"], ["status", "pending"], ["step", "reward_data"]]  (156.6ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/2/edit Completed 302 Found in 171ms (ActiveRecord: 157.7ms) Started GET "/projects/1/contributions/2/edit" for 127.0.0.1 at 2016-02-01 19:47:17 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"2"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.3ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 2]] Hatchy::Country Load (1.4ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (37.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (53.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:47:17.579845' and ends_at >= '2016-02-02 01:47:17.579845') Completed 200 OK in 126ms (Views: 114.8ms | ActiveRecord: 2.6ms) Started GET "/assets/hatchy/projects/contributions/edit.self-1fe1cf563ac9aa1a2919bdaa2778864f1d5b8a7a45d3f7b3e63f5cf5fb2b9df0.js?body=1" for 127.0.0.1 at 2016-02-01 19:47:17 -0600 Started POST "/projects/1/contributions" for 127.0.0.1 at 2016-02-01 19:47:28 -0600 Processing by Hatchy::Projects::ContributionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0L4ZuI1GzYnGPSFpvfjg+YVOtwmWPxkF56Z+gj03mbPZJYgbmAkmM8fbl927toAnmgLiKs5KhAKk49WlPOtAkA==", "contribution"=>{"reward_id"=>"1", "value"=>"10.0"}, "anchor"=>"reward-select", "commit"=>"Continue", "class_name"=>"Hatchy::Contribution", "project_id"=>"1"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "hatchy_contributions" ("reward_id", "value", "project_id", "user_id", "created_at", "updated_at", "status", "step") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["reward_id", 1], ["value", 10.0], ["project_id", 1], ["user_id", 1], ["created_at", "2016-02-02 01:47:28.692565"], ["updated_at", "2016-02-02 01:47:28.692565"], ["status", "pending"], ["step", "reward_data"]]  (270.0ms) commit transaction Redirected to http://localhost:3000/projects/1/contributions/3/edit Completed 302 Found in 285ms (ActiveRecord: 271.0ms) Started GET "/projects/1/contributions/3/edit" for 127.0.0.1 at 2016-02-01 19:47:28 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"3"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.1ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 3]] Hatchy::Country Load (1.5ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (23.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (4.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (33.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:47:29.057231' and ends_at >= '2016-02-02 01:47:29.057231') Completed 200 OK in 115ms (Views: 109.7ms | ActiveRecord: 2.0ms) Started GET "/projects/1/contributions/3/edit" for 127.0.0.1 at 2016-02-01 19:50:40 -0600 Processing by Hatchy::Projects::ContributionsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Contribution", "project_id"=>"1", "id"=>"3"} Hatchy::User Load (0.6ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::Contribution Load (0.2ms) SELECT "hatchy_contributions".* FROM "hatchy_contributions" WHERE "hatchy_contributions"."id" = ? LIMIT 1 [["id", 3]] Hatchy::Country Load (4.6ms) SELECT "hatchy_countries".* FROM "hatchy_countries" Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_billing.html.haml (97.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/_payment.html.haml (17.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/contributions/edit.html.haml within layouts/hatchy/application (425.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (28.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (1.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:50:41.498027' and ends_at >= '2016-02-02 01:50:41.498027') Completed 200 OK in 716ms (Views: 601.6ms | ActiveRecord: 9.1ms) Started GET "/explore" for 127.0.0.1 at 2016-02-01 19:50:43 -0600 Processing by Hatchy::HomeController#explore as HTML  (0.3ms) SELECT COUNT(*) FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) Hatchy::Category Load (0.4ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE (exists(select * from hatchy_projects where hatchy_projects.category_id = hatchy_categories.id and hatchy_projects.status not in('draft', 'rejected'))) ORDER BY "hatchy_categories"."name" ASC  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."category_id" = ? AND "hatchy_projects"."status" = ? [["category_id", 13], ["status", "online"]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."status" = ? AND ("hatchy_projects"."online_date" BETWEEN '2016-01-28 01:50:43.062897' AND '2016-02-02 01:50:43.063127') [["status", "online"]] Hatchy::Category Load (0.2ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_small_project.html.haml (6.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/explore.html.haml within layouts/hatchy/application (32.3ms) Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:50:43.128157' and ends_at >= '2016-02-02 01:50:43.128157') Completed 200 OK in 104ms (Views: 96.1ms | ActiveRecord: 2.6ms) Started GET "/projects/1" for 127.0.0.1 at 2016-02-01 19:50:44 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/projects/1/edit#basic Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/projects/1/edit" for 127.0.0.1 at 2016-02-01 19:50:44 -0600 Processing by Hatchy::ProjectsController#edit as HTML Parameters: {"class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_sidebar.html.haml (7.5ms) Hatchy::Category Load (0.3ms) SELECT "hatchy_categories".* FROM "hatchy_categories" ORDER BY "hatchy_categories"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_basic.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_goal.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_description.html.haml (4.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_video.html.haml (4.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_budget.html.haml (3.7ms) Hatchy::Category Load (0.1ms) SELECT "hatchy_categories".* FROM "hatchy_categories" WHERE "hatchy_categories"."id" = ? LIMIT 1 [["id", 13]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/shared/_project.html.haml (6.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_project_card.html.haml (14.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/_reward_fields.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_rewards.html.haml (24.4ms) Hatchy::Bank Load (0.2ms) SELECT "hatchy_banks".* FROM "hatchy_banks" ORDER BY "hatchy_banks"."name" ASC Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_account.html.haml (23.6ms) Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit/_post.html.haml (21.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/edit.html.haml within layouts/hatchy/application (136.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:50:44.405477' and ends_at >= '2016-02-02 01:50:44.405477') Completed 200 OK in 251ms (Views: 217.3ms | ActiveRecord: 3.1ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 19:50:45 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (2.6ms)  (0.3ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (21.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (1.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (1.1ms)  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (5.2ms) Hatchy::Reward Load (0.1ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (4.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (52.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (10.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:50:45.996200' and ends_at >= '2016-02-02 01:50:45.996200') Completed 200 OK in 126ms (Views: 117.7ms | ActiveRecord: 2.0ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:50:49 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:50:49.521840' and ends_at >= '2016-02-02 01:50:49.521840') Completed 200 OK in 73ms (Views: 70.7ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:50:51 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:50:51.919560' and ends_at >= '2016-02-02 01:50:51.919560') Completed 200 OK in 83ms (Views: 75.2ms | ActiveRecord: 1.0ms) Started PATCH "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:51:01 -0600 Processing by Hatchy::Projects::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GHonH0eClzQca+P/dwkHyWNkJHlxhZYYAfQ5hy7DQwYR4ba8Us18jh2NVUtxR2cXfChxWinwCx9CsZKgLx+aJQ==", "project_post"=>{"title"=>"This is NOT a private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}, "files"=>"", "commit"=>"Save Post", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.3ms) NoMethodError (undefined method `permit' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:38:in `post_params' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:14:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (20.8ms) Started PATCH "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:51:38 -0600 Processing by Hatchy::Projects::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GHonH0eClzQca+P/dwkHyWNkJHlxhZYYAfQ5hy7DQwYR4ba8Us18jh2NVUtxR2cXfChxWinwCx9CsZKgLx+aJQ==", "project_post"=>{"title"=>"This is NOT a private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}, "files"=>"", "commit"=>"Save Post", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.4ms) NoMethodError (undefined method `permit' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:38:in `post_params' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:14:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (20.2ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:51:46 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.3ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (7.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:51:46.295579' and ends_at >= '2016-02-02 01:51:46.295579') Completed 200 OK in 97ms (Views: 90.6ms | ActiveRecord: 0.7ms) Started PATCH "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:52:11 -0600 Processing by Hatchy::Projects::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"H+Urk0TzoNRkjdUG6A26/w5WCDnIxs66XEOdmo7ru+gWfrowUbxLbmVrY7LuQ9ohERpdGpCzU70fBja9jzdiyw==", "project_post"=>{"title"=>"This is private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"1"}, "files"=>"", "commit"=>"Save Post", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.7ms) NoMethodError (undefined method `permit' for nil:NilClass): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:38:in `post_params' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:14:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (24.9ms) Started PATCH "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:55:13 -0600 Processing by Hatchy::Projects::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"H+Urk0TzoNRkjdUG6A26/w5WCDnIxs66XEOdmo7ru+gWfrowUbxLbmVrY7LuQ9ohERpdGpCzU70fBja9jzdiyw==", "project_post"=>{"title"=>"This is private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}, "files"=>"", "commit"=>"Save Post", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Unpermitted parameters: utf8, _method, authenticity_token, project_post, files, commit, class_name, project_id, id  (0.1ms) begin transaction Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/posts/5 Completed 302 Found in 89ms (ActiveRecord: 3.3ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:55:14 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:55:14.269250' and ends_at >= '2016-02-02 01:55:14.269250') Completed 200 OK in 87ms (Views: 84.7ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:55:33 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (5.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:55:33.575577' and ends_at >= '2016-02-02 01:55:33.575577') Completed 200 OK in 108ms (Views: 101.4ms | ActiveRecord: 0.8ms) Started PATCH "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:56:08 -0600 Processing by Hatchy::Projects::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"lu9tp39MRcmZtx+oMcjNqin3Tq0MOewdvOgzAhq83ZWfdPwEagOuc5hRqRw3hq10NrsbjlRMcRr/rZglG2AEtg==", "project_post"=>{"title"=>"This is NOT a private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered.


Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}, "files"=>"", "commit"=>"Save Post", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Unpermitted parameters: utf8, _method, authenticity_token, project_post, files, commit, class_name, project_id, id  (0.3ms) begin transaction Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/posts/5 Completed 302 Found in 12ms (ActiveRecord: 1.1ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:56:08 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.5ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (4.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:56:08.649273' and ends_at >= '2016-02-02 01:56:08.649273') Completed 200 OK in 90ms (Views: 86.1ms | ActiveRecord: 1.0ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:56:11 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (5.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:56:11.644981' and ends_at >= '2016-02-02 01:56:11.644981') Completed 200 OK in 72ms (Views: 67.7ms | ActiveRecord: 0.6ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:56:46 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (3.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (7.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (11.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:56:46.446895' and ends_at >= '2016-02-02 01:56:46.446895') Completed 200 OK in 145ms (Views: 83.1ms | ActiveRecord: 2.6ms) Started PATCH "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:56:49 -0600 Processing by Hatchy::Projects::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"un6aHoqnYxS5nUt0+8RhQCAzuZvv4KzeY2Uw1/kJY/iz5Qu9n+iIrrh7/cD9igGeP3/suLeVMdkgIJvw+NW62w==", "project_post"=>{"title"=>"This is private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}, "files"=>"", "commit"=>"Save Post", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Completed 400 Bad Request in 4ms (ActiveRecord: 0.4ms) ActionController::ParameterMissing (param is missing or the value is empty: post): actionpack (4.2.5) lib/action_controller/metal/strong_parameters.rb:251:in `require' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:38:in `post_params' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:14:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (21.2ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:57:31 -0600 SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:38: syntax error, unexpected '[', expecting '(' params.[:project, :post].permit(:title, :content, :private) ^): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:38: syntax error, unexpected '[', expecting '(' params.[:project, :post].permit(:title, :content, :private) ^ activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.5) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.5) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.5) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.5) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (20.5ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:57:44 -0600 SyntaxError (/home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:38: syntax error, unexpected '[', expecting '(' params.[:project].require(:post).perm... ^): /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:38: syntax error, unexpected '[', expecting '(' params.[:project].require(:post).perm... ^ activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load' activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in' activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file' activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load' activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant' activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.2.5) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.5) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.5) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.5) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:62:in `controller' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:41:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.2ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:58:33 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (6.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:58:33.497352' and ends_at >= '2016-02-02 01:58:33.497352') Completed 200 OK in 137ms (Views: 77.5ms | ActiveRecord: 2.6ms) Started PATCH "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:58:35 -0600 Processing by Hatchy::Projects::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s0JrgH+KbmaHmZCongi80xGkcjEmzABM9rlH2yBJA8u62fojasWF3IZ/JhyYRtwNDugnEn65nUu1/Oz8IZXa6A==", "project_post"=>{"title"=>"This is private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}, "files"=>"", "commit"=>"Save Post", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Completed 400 Bad Request in 6ms (ActiveRecord: 0.5ms) ActionController::ParameterMissing (param is missing or the value is empty: project): actionpack (4.2.5) lib/action_controller/metal/strong_parameters.rb:251:in `require' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:38:in `post_params' /home/bauser/Documents/dev/ruby/opensource/hatchy/app/controllers/hatchy/projects/posts_controller.rb:14:in `update' actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/railtie.rb:194:in `public_send' railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' warden (1.2.4) lib/warden/manager.rb:35:in `block in call' warden (1.2.4) lib/warden/manager.rb:34:in `catch' warden (1.2.4) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.5) lib/rails/engine.rb:518:in `call' railties (4.2.5) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' thin (1.6.4) lib/thin/connection.rb:86:in `block in pre_process' thin (1.6.4) lib/thin/connection.rb:84:in `catch' thin (1.6.4) lib/thin/connection.rb:84:in `pre_process' thin (1.6.4) lib/thin/connection.rb:53:in `process' thin (1.6.4) lib/thin/connection.rb:39:in `receive_data' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run_machine' eventmachine (1.0.9.1) lib/eventmachine.rb:193:in `run' thin (1.6.4) lib/thin/backends/base.rb:73:in `start' thin (1.6.4) lib/thin/server.rb:162:in `start' rack (1.6.4) lib/rack/handler/thin.rb:19:in `run' rack (1.6.4) lib/rack/server.rb:286:in `start' railties (4.2.5) lib/rails/commands/server.rb:80:in `start' railties (4.2.5) lib/rails/commands/commands_tasks.rb:80:in `block in server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `tap' railties (4.2.5) lib/rails/commands/commands_tasks.rb:75:in `server' railties (4.2.5) lib/rails/commands/commands_tasks.rb:39:in `run_command!' railties (4.2.5) lib/rails/commands.rb:17:in `' bin/rails:4:in `require' bin/rails:4:in `
' Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/bauser/.rvm/gems/ruby-2.2.3/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (20.6ms) Started PATCH "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:58:54 -0600 Processing by Hatchy::Projects::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s0JrgH+KbmaHmZCongi80xGkcjEmzABM9rlH2yBJA8u62fojasWF3IZ/JhyYRtwNDugnEn65nUu1/Oz8IZXa6A==", "project_post"=>{"title"=>"This is private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"1"}, "files"=>"", "commit"=>"Save Post", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Unpermitted parameters: utf8, _method, authenticity_token, project_post, files, commit, class_name, project_id, id  (0.1ms) begin transaction Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/posts/5 Completed 302 Found in 64ms (ActiveRecord: 3.0ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:58:55 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:58:55.145891' and ends_at >= '2016-02-02 01:58:55.145891') Completed 200 OK in 74ms (Views: 71.2ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:58:57 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (4.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:58:57.249701' and ends_at >= '2016-02-02 01:58:57.249701') Completed 200 OK in 78ms (Views: 72.7ms | ActiveRecord: 0.6ms) Started PATCH "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:58:59 -0600 Processing by Hatchy::Projects::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"VWmgASxE1yqQVXaJXtah0RtOkbVE1jzSM1S7V5hG/WJc8jGiOQs8kJGzwD1YmMEPBALElhyjodVwERBwmZokQQ==", "project_post"=>{"title"=>"This is private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}, "files"=>"", "commit"=>"Save Post", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Unpermitted parameters: utf8, _method, authenticity_token, project_post, files, commit, class_name, project_id, id  (0.1ms) begin transaction Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) commit transaction Redirected to http://localhost:3000/projects/1/posts/5 Completed 302 Found in 10ms (ActiveRecord: 1.0ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:58:59 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (2.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:58:59.191837' and ends_at >= '2016-02-02 01:58:59.191837') Completed 200 OK in 69ms (Views: 65.5ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:59:30 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (3.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (6.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:59:31.045785' and ends_at >= '2016-02-02 01:59:31.045785') Completed 200 OK in 151ms (Views: 96.7ms | ActiveRecord: 2.6ms) Started PATCH "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:59:33 -0600 Processing by Hatchy::Projects::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"VtAvqxNCIOdbvq9A3P9w3GJL0p1lygM2xTNooSlbCFxfS74IBg3LXVpYGfTasRACfQeHvj2/njGGdsOGKIfRfw==", "project_post"=>{"title"=>"This is private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}, "files"=>"", "commit"=>"Save Post", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]]  (0.1ms) begin transaction Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.3ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "hatchy_project_posts" SET "private" = ?, "updated_at" = ? WHERE "hatchy_project_posts"."id" = ? [["private", "f"], ["updated_at", "2016-02-02 01:59:33.831869"], ["id", 5]]  (230.2ms) commit transaction Redirected to http://localhost:3000/projects/1/posts/5 Completed 302 Found in 249ms (ActiveRecord: 231.7ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:59:34 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (2.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:59:34.116283' and ends_at >= '2016-02-02 01:59:34.116283') Completed 200 OK in 69ms (Views: 66.9ms | ActiveRecord: 0.6ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:59:36 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (3.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (6.8ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:59:36.226754' and ends_at >= '2016-02-02 01:59:36.226754') Completed 200 OK in 74ms (Views: 69.5ms | ActiveRecord: 0.7ms) Started PATCH "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:59:49 -0600 Processing by Hatchy::Projects::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"QXXCYE64vBwfNVvChb6h39ykGOj1p+7u322MljzoExtI7lPDW/dXph7T7XaD8MEBw+hNy63Sc+mcKCexPTTKOA==", "project_post"=>{"title"=>"This is NOT a private post", "content"=>"

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

", "private"=>"0"}, "files"=>"", "commit"=>"Save Post", "class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.4ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]]  (0.1ms) begin transaction Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "hatchy_project_posts" SET "title" = ?, "content" = ?, "updated_at" = ? WHERE "hatchy_project_posts"."id" = ? [["title", "This is NOT a private post"], ["content", "

Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.Speak with passion and clarity about what will be done. Possible answers about how the money will be used, who is behind the project, as and when the project will be delivered. Transparency attracts more supporters. Remember, your project will be accessed by ordinary people who decide whether or not to support your project.

"], ["updated_at", "2016-02-02 01:59:49.314268"], ["id", 5]]  (211.9ms) commit transaction Redirected to http://localhost:3000/projects/1/posts/5 Completed 302 Found in 227ms (ActiveRecord: 213.2ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 19:59:49 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (3.4ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:59:49.579091' and ends_at >= '2016-02-02 01:59:49.579091') Completed 200 OK in 73ms (Views: 69.7ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 19:59:53 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.2ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (7.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.6ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 01:59:53.747654' and ends_at >= '2016-02-02 01:59:53.747654') Completed 200 OK in 75ms (Views: 69.4ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 20:01:40 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (3.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (7.7ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 02:01:40.173229' and ends_at >= '2016-02-02 02:01:40.173229') Completed 200 OK in 70ms (Views: 66.2ms | ActiveRecord: 0.8ms) Started GET "/projects/1?preview=true" for 127.0.0.1 at 2016-02-01 20:01:42 -0600 Processing by Hatchy::ProjectsController#show as HTML Parameters: {"preview"=>"true", "class_name"=>"Hatchy::Project", "id"=>"1"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectAccount Load (0.2ms) SELECT "hatchy_project_accounts".* FROM "hatchy_project_accounts" WHERE "hatchy_project_accounts"."project_id" = ? LIMIT 1 [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_header.html.haml (14.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_video.html.haml (1.3ms)  (0.2ms) SELECT SUM("hatchy_contributions"."value") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? AND "hatchy_contributions"."status" = ? [["project_id", 1], ["status", "pending"]]  (0.2ms) SELECT DISTINCT COUNT(DISTINCT "hatchy_contributions"."user_id") FROM "hatchy_contributions" WHERE "hatchy_contributions"."project_id" = ? [["project_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "hatchy_projects" WHERE "hatchy_projects"."user_id" = ? [["user_id", 1]]  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? [["user_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_info.html.haml (16.2ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_description.html.haml (0.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_budget.html.haml (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "hatchy_contributions" WHERE "hatchy_contributions"."user_id" = ? AND "hatchy_contributions"."project_id" = 1 [["user_id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? ORDER BY created_at DESC [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_posts.html.haml (3.3ms) Hatchy::Reward Load (0.2ms) SELECT "hatchy_rewards".* FROM "hatchy_rewards" WHERE "hatchy_rewards"."project_id" = ? [["project_id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show/_rewards.html.haml (12.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/show.html.haml within layouts/hatchy/application (58.0ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.3ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 02:01:43.006108' and ends_at >= '2016-02-02 02:01:43.006108') Completed 200 OK in 139ms (Views: 132.3ms | ActiveRecord: 3.1ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 20:01:46 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 02:01:46.070733' and ends_at >= '2016-02-02 02:01:46.070733') Completed 200 OK in 68ms (Views: 64.7ms | ActiveRecord: 0.7ms) Started GET "/projects/1/posts/5/edit" for 127.0.0.1 at 2016-02-01 20:01:49 -0600 Processing by Hatchy::Projects::PostsController#edit as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Hatchy::Project Load (0.1ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.1ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/_form.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/edit.html.haml within layouts/hatchy/application (6.3ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 02:01:49.181580' and ends_at >= '2016-02-02 02:01:49.181580') Completed 200 OK in 77ms (Views: 70.2ms | ActiveRecord: 0.6ms) Started GET "/projects/1/posts/5" for 127.0.0.1 at 2016-02-01 20:01:51 -0600 Processing by Hatchy::Projects::PostsController#show as HTML Parameters: {"class_name"=>"Hatchy::ProjectPost", "project_id"=>"1", "id"=>"5"} Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."id" = ? LIMIT 1 [["id", 1]] Hatchy::ProjectPost Load (0.2ms) SELECT "hatchy_project_posts".* FROM "hatchy_project_posts" WHERE "hatchy_project_posts"."project_id" = ? AND "hatchy_project_posts"."id" = ? LIMIT 1 [["project_id", 1], ["id", 5]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? LIMIT 1 [["id", 1]] Hatchy::User Load (0.1ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/projects/posts/show.html.haml within layouts/hatchy/application (2.9ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (8.5ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 02:01:51.528911' and ends_at >= '2016-02-02 02:01:51.528911') Completed 200 OK in 73ms (Views: 68.0ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2016-02-01 20:01:53 -0600 Processing by Hatchy::HomeController#index as HTML Hatchy::Project Load (0.3ms) SELECT "hatchy_projects".* FROM "hatchy_projects" WHERE "hatchy_projects"."recommended" = ? AND "hatchy_projects"."status" = ? [["recommended", "t"], ["status", "online"]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/_recommended_projects.html.haml (3.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/hatchy/home/index.html.haml within layouts/hatchy/application (7.6ms) Hatchy::User Load (0.2ms) SELECT "hatchy_users".* FROM "hatchy_users" WHERE "hatchy_users"."id" = ? ORDER BY "hatchy_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_navbar.html.haml (9.1ms) Rendered /home/bauser/Documents/dev/ruby/opensource/hatchy/app/views/layouts/hatchy/_footer.html.haml (0.1ms) Hatchy::Announcement Load (0.2ms) SELECT "hatchy_announcements".* FROM "hatchy_announcements" WHERE (starts_at <= '2016-02-02 02:01:53.428013' and ends_at >= '2016-02-02 02:01:53.428013') Completed 200 OK in 77ms (Views: 75.5ms | ActiveRecord: 0.7ms)